From 82f319883c4c45daf4664725c824c789d463f2f8 Mon Sep 17 00:00:00 2001 From: SojinLee <513sojin@naver.com> Date: Sun, 8 May 2022 20:17:55 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20ignore=ED=8C=8C=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 ++++++++++++++++--- .../week-4-seminar/week-4-seminar/Podfile | 10 ++++++++++ .../week-4-seminar/Podfile.lock | 16 ++++++++++++++++ .../contents.xcworkspacedata | 10 ++++++++++ .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ 5 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile create mode 100644 SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile.lock create mode 100644 SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/contents.xcworkspacedata create mode 100644 SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/.gitignore b/.gitignore index 0690cba..1961f0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,14 @@ -# Created by https://www.toptal.com/developers/gitignore/api/macos,xcode,swift -# Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode,swift + +# Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,macos,cocoapods +# Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,macos,cocoapods + +### CocoaPods ### +## CocoaPods GitIgnore Template + +# CocoaPods - Only use to conserve bandwidth / Save time on Pushing +# - Also handy if you have a large number of dependant pods +# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE +Pods/ ### macOS ### # General @@ -30,6 +39,10 @@ Network Trash Folder Temporary Items .apdisk +### macOS Patch ### +# iCloud generated files +*.icloud + ### Swift ### # Xcode # @@ -126,4 +139,4 @@ iOSInjectionProject/ /*.gcno **/xcshareddata/WorkspaceSettings.xcsettings -# End of https://www.toptal.com/developers/gitignore/api/macos,xcode,swift \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/swift,xcode,macos,cocoapods diff --git a/SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile new file mode 100644 index 0000000..57628fd --- /dev/null +++ b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile @@ -0,0 +1,10 @@ +# Uncomment the next line to define a global platform for your project +# platform :ios, '9.0' + +target 'week-4-seminar' do + # Comment the next line if you don't want to use dynamic frameworks + use_frameworks! + + # Pods for week-4-seminar + pod 'Alamofire' +end diff --git a/SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile.lock b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile.lock new file mode 100644 index 0000000..8573de4 --- /dev/null +++ b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - Alamofire (5.6.1) + +DEPENDENCIES: + - Alamofire + +SPEC REPOS: + trunk: + - Alamofire + +SPEC CHECKSUMS: + Alamofire: 87bd8c952f9a4454320fce00d9cc3de57bcadaf5 + +PODFILE CHECKSUM: b65ce2f3f5890b8dc528630d2c379ff08491bd9a + +COCOAPODS: 1.11.3 diff --git a/SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/contents.xcworkspacedata b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..313f1c2 --- /dev/null +++ b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/SOPT30th-Seminar/week-4-seminar/week-4-seminar/week-4-seminar.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + +