Skip to content

Commit 8a56c04

Browse files
committed
[iOS] feat: starscream 시도
1 parent d40a558 commit 8a56c04

36 files changed

Lines changed: 1926 additions & 421 deletions

File tree

src/ios/asyncgate_iOS/.DS_Store

0 Bytes
Binary file not shown.

src/ios/asyncgate_iOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'asyncgate_iOS' do
88
# Pods for asyncgate_iOS
99
pod 'Alamofire', '~> 5.5'
1010
pod 'KeychainAccess'
11-
11+
pod 'Starscream', '~> 4.0.6'
1212
target 'asyncgate_iOSTests' do
1313
inherit! :search_paths
1414
# Pods for testing

src/ios/asyncgate_iOS/Podfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
PODS:
22
- Alamofire (5.10.2)
33
- KeychainAccess (4.2.2)
4+
- Starscream (4.0.8)
45

56
DEPENDENCIES:
67
- Alamofire (~> 5.5)
78
- KeychainAccess
9+
- Starscream (~> 4.0.6)
810

911
SPEC REPOS:
1012
trunk:
1113
- Alamofire
1214
- KeychainAccess
15+
- Starscream
1316

1417
SPEC CHECKSUMS:
1518
Alamofire: 7193b3b92c74a07f85569e1a6c4f4237291e7496
1619
KeychainAccess: c0c4f7f38f6fc7bbe58f5702e25f7bd2f65abf51
20+
Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9
1721

18-
PODFILE CHECKSUM: 17995ff77212535e1841bf71d8e1aebf0ad5ca5c
22+
PODFILE CHECKSUM: d5b33e6604d89dac19a1810a1f3fcea6c1ea8bef
1923

2024
COCOAPODS: 1.16.2

src/ios/asyncgate_iOS/Pods/Manifest.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ios/asyncgate_iOS/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 775 additions & 378 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ios/asyncgate_iOS/Pods/Pods.xcodeproj/xcuserdata/kdk.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ios/asyncgate_iOS/Pods/Target Support Files/Pods-asyncgate_iOS-asyncgate_iOSUITests/Pods-asyncgate_iOS-asyncgate_iOSUITests-acknowledgements.markdown

Lines changed: 179 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)