Skip to content

Commit

Permalink
[CHORE] ignore파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
513sojin committed May 8, 2022
1 parent d84c178 commit 82f3198
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -30,6 +39,10 @@ Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

### Swift ###
# Xcode
#
Expand Down Expand Up @@ -126,4 +139,4 @@ iOSInjectionProject/
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings

# End of https://www.toptal.com/developers/gitignore/api/macos,xcode,swift
# End of https://www.toptal.com/developers/gitignore/api/swift,xcode,macos,cocoapods
10 changes: 10 additions & 0 deletions SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions SOPT30th-Seminar/week-4-seminar/week-4-seminar/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 82f3198

Please sign in to comment.