|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 212CE7122B03CABA001F70DD /* InAppSettingsKit in Frameworks */ = {isa = PBXBuildFile; productRef = 212CE7112B03CABA001F70DD /* InAppSettingsKit */; }; |
| 11 | + 212CE7502B03CB21001F70DD /* Contents.json in Resources */ = {isa = PBXBuildFile; fileRef = 212CE7392B03CB20001F70DD /* Contents.json */; }; |
| 12 | + 212CE76A2B03CB5B001F70DD /* AsyncApiUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE7662B03CB5A001F70DD /* AsyncApiUtils.swift */; }; |
| 13 | + 212CE76B2B03CB5B001F70DD /* AlertUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE7672B03CB5A001F70DD /* AlertUtils.swift */; }; |
| 14 | + 212CE76C2B03CB5B001F70DD /* SettingsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE7682B03CB5A001F70DD /* SettingsManager.swift */; }; |
| 15 | + 212CE76D2B03CB5B001F70DD /* UIColorExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE7692B03CB5A001F70DD /* UIColorExtensions.swift */; }; |
| 16 | + 212CE7732B03CB6F001F70DD /* ClientAppError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE76F2B03CB6E001F70DD /* ClientAppError.swift */; }; |
| 17 | + 212CE7742B03CB6F001F70DD /* TaskManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE7702B03CB6E001F70DD /* TaskManager.swift */; }; |
| 18 | + 212CE7752B03CB6F001F70DD /* CancellableApiTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE7712B03CB6E001F70DD /* CancellableApiTask.swift */; }; |
| 19 | + 212CE7762B03CB6F001F70DD /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 212CE7722B03CB6E001F70DD /* Settings.bundle */; }; |
| 20 | + 212CE7782B03CBCA001F70DD /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CE7772B03CBCA001F70DD /* MainViewController.swift */; }; |
10 | 21 | 2136DD4A274B9E74007B9FC9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2136DD49274B9E74007B9FC9 /* AppDelegate.swift */; }; |
11 | 22 | 2136DD4C274B9E74007B9FC9 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2136DD4B274B9E74007B9FC9 /* SceneDelegate.swift */; }; |
12 | | - 2136DD4E274B9E74007B9FC9 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2136DD4D274B9E74007B9FC9 /* ViewController.swift */; }; |
13 | 23 | 2136DD51274B9E74007B9FC9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2136DD4F274B9E74007B9FC9 /* Main.storyboard */; }; |
14 | 24 | 2136DD53274B9E77007B9FC9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2136DD52274B9E77007B9FC9 /* Assets.xcassets */; }; |
15 | 25 | 2136DD56274B9E77007B9FC9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2136DD54274B9E77007B9FC9 /* LaunchScreen.storyboard */; }; |
16 | 26 | 21A2E574275E5D4A00ED880F /* ApiVideoUploader in Frameworks */ = {isa = PBXBuildFile; productRef = 21A2E573275E5D4A00ED880F /* ApiVideoUploader */; }; |
17 | | - C70E513C27A9719900B31115 /* UploaderManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C70E513B27A9719900B31115 /* UploaderManager.swift */; }; |
18 | 27 | /* End PBXBuildFile section */ |
19 | 28 |
|
20 | 29 | /* Begin PBXFileReference section */ |
| 30 | + 212CE7392B03CB20001F70DD /* Contents.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = Contents.json; path = Assets.xcassets/Contents.json; sourceTree = "<group>"; }; |
| 31 | + 212CE7662B03CB5A001F70DD /* AsyncApiUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncApiUtils.swift; sourceTree = "<group>"; }; |
| 32 | + 212CE7672B03CB5A001F70DD /* AlertUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlertUtils.swift; sourceTree = "<group>"; }; |
| 33 | + 212CE7682B03CB5A001F70DD /* SettingsManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsManager.swift; sourceTree = "<group>"; }; |
| 34 | + 212CE7692B03CB5A001F70DD /* UIColorExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIColorExtensions.swift; sourceTree = "<group>"; }; |
| 35 | + 212CE76F2B03CB6E001F70DD /* ClientAppError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientAppError.swift; sourceTree = "<group>"; }; |
| 36 | + 212CE7702B03CB6E001F70DD /* TaskManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TaskManager.swift; sourceTree = "<group>"; }; |
| 37 | + 212CE7712B03CB6E001F70DD /* CancellableApiTask.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CancellableApiTask.swift; sourceTree = "<group>"; }; |
| 38 | + 212CE7722B03CB6E001F70DD /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; }; |
| 39 | + 212CE7772B03CBCA001F70DD /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; }; |
21 | 40 | 2136DD46274B9E74007B9FC9 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 41 | 2136DD49274B9E74007B9FC9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
23 | 42 | 2136DD4B274B9E74007B9FC9 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
24 | | - 2136DD4D274B9E74007B9FC9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
25 | 43 | 2136DD50274B9E74007B9FC9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
26 | 44 | 2136DD52274B9E77007B9FC9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
27 | 45 | 2136DD55274B9E77007B9FC9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
28 | 46 | 2136DD57274B9E77007B9FC9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
29 | 47 | 21A2E572275E5D3300ED880F /* swift5-uploader */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "swift5-uploader"; path = ..; sourceTree = "<group>"; }; |
30 | | - C70E513B27A9719900B31115 /* UploaderManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UploaderManager.swift; sourceTree = "<group>"; }; |
31 | 48 | /* End PBXFileReference section */ |
32 | 49 |
|
33 | 50 | /* Begin PBXFrameworksBuildPhase section */ |
|
36 | 53 | buildActionMask = 2147483647; |
37 | 54 | files = ( |
38 | 55 | 21A2E574275E5D4A00ED880F /* ApiVideoUploader in Frameworks */, |
| 56 | + 212CE7122B03CABA001F70DD /* InAppSettingsKit in Frameworks */, |
39 | 57 | ); |
40 | 58 | runOnlyForDeploymentPostprocessing = 0; |
41 | 59 | }; |
42 | 60 | /* End PBXFrameworksBuildPhase section */ |
43 | 61 |
|
44 | 62 | /* Begin PBXGroup section */ |
| 63 | + 212CE7652B03CB5A001F70DD /* Utils */ = { |
| 64 | + isa = PBXGroup; |
| 65 | + children = ( |
| 66 | + 212CE7662B03CB5A001F70DD /* AsyncApiUtils.swift */, |
| 67 | + 212CE7672B03CB5A001F70DD /* AlertUtils.swift */, |
| 68 | + 212CE7682B03CB5A001F70DD /* SettingsManager.swift */, |
| 69 | + 212CE7692B03CB5A001F70DD /* UIColorExtensions.swift */, |
| 70 | + ); |
| 71 | + path = Utils; |
| 72 | + sourceTree = "<group>"; |
| 73 | + }; |
| 74 | + 212CE76E2B03CB6E001F70DD /* Models */ = { |
| 75 | + isa = PBXGroup; |
| 76 | + children = ( |
| 77 | + 212CE76F2B03CB6E001F70DD /* ClientAppError.swift */, |
| 78 | + 212CE7702B03CB6E001F70DD /* TaskManager.swift */, |
| 79 | + 212CE7712B03CB6E001F70DD /* CancellableApiTask.swift */, |
| 80 | + ); |
| 81 | + path = Models; |
| 82 | + sourceTree = "<group>"; |
| 83 | + }; |
45 | 84 | 2136DD3D274B9E74007B9FC9 = { |
46 | 85 | isa = PBXGroup; |
47 | 86 | children = ( |
|
63 | 102 | 2136DD48274B9E74007B9FC9 /* Example */ = { |
64 | 103 | isa = PBXGroup; |
65 | 104 | children = ( |
| 105 | + 212CE7772B03CBCA001F70DD /* MainViewController.swift */, |
| 106 | + 212CE76E2B03CB6E001F70DD /* Models */, |
| 107 | + 212CE7722B03CB6E001F70DD /* Settings.bundle */, |
| 108 | + 212CE7652B03CB5A001F70DD /* Utils */, |
| 109 | + 212CE7392B03CB20001F70DD /* Contents.json */, |
66 | 110 | 2136DD49274B9E74007B9FC9 /* AppDelegate.swift */, |
67 | 111 | 2136DD4B274B9E74007B9FC9 /* SceneDelegate.swift */, |
68 | | - 2136DD4D274B9E74007B9FC9 /* ViewController.swift */, |
69 | 112 | 2136DD4F274B9E74007B9FC9 /* Main.storyboard */, |
70 | 113 | 2136DD52274B9E77007B9FC9 /* Assets.xcassets */, |
71 | 114 | 2136DD54274B9E77007B9FC9 /* LaunchScreen.storyboard */, |
72 | 115 | 2136DD57274B9E77007B9FC9 /* Info.plist */, |
73 | | - C70E513B27A9719900B31115 /* UploaderManager.swift */, |
74 | 116 | ); |
75 | 117 | path = Example; |
76 | 118 | sourceTree = "<group>"; |
|
108 | 150 | name = Example; |
109 | 151 | packageProductDependencies = ( |
110 | 152 | 21A2E573275E5D4A00ED880F /* ApiVideoUploader */, |
| 153 | + 212CE7112B03CABA001F70DD /* InAppSettingsKit */, |
111 | 154 | ); |
112 | 155 | productName = Example; |
113 | 156 | productReference = 2136DD46274B9E74007B9FC9 /* Example.app */; |
|
137 | 180 | Base, |
138 | 181 | ); |
139 | 182 | mainGroup = 2136DD3D274B9E74007B9FC9; |
| 183 | + packageReferences = ( |
| 184 | + 212CE7102B03CABA001F70DD /* XCRemoteSwiftPackageReference "InAppSettingsKit" */, |
| 185 | + ); |
140 | 186 | productRefGroup = 2136DD47274B9E74007B9FC9 /* Products */; |
141 | 187 | projectDirPath = ""; |
142 | 188 | projectRoot = ""; |
|
153 | 199 | files = ( |
154 | 200 | 2136DD56274B9E77007B9FC9 /* LaunchScreen.storyboard in Resources */, |
155 | 201 | 2136DD53274B9E77007B9FC9 /* Assets.xcassets in Resources */, |
| 202 | + 212CE7762B03CB6F001F70DD /* Settings.bundle in Resources */, |
156 | 203 | 2136DD51274B9E74007B9FC9 /* Main.storyboard in Resources */, |
| 204 | + 212CE7502B03CB21001F70DD /* Contents.json in Resources */, |
157 | 205 | ); |
158 | 206 | runOnlyForDeploymentPostprocessing = 0; |
159 | 207 | }; |
|
164 | 212 | isa = PBXSourcesBuildPhase; |
165 | 213 | buildActionMask = 2147483647; |
166 | 214 | files = ( |
167 | | - 2136DD4E274B9E74007B9FC9 /* ViewController.swift in Sources */, |
| 215 | + 212CE76B2B03CB5B001F70DD /* AlertUtils.swift in Sources */, |
| 216 | + 212CE76C2B03CB5B001F70DD /* SettingsManager.swift in Sources */, |
| 217 | + 212CE7742B03CB6F001F70DD /* TaskManager.swift in Sources */, |
168 | 218 | 2136DD4A274B9E74007B9FC9 /* AppDelegate.swift in Sources */, |
| 219 | + 212CE76D2B03CB5B001F70DD /* UIColorExtensions.swift in Sources */, |
| 220 | + 212CE76A2B03CB5B001F70DD /* AsyncApiUtils.swift in Sources */, |
| 221 | + 212CE7732B03CB6F001F70DD /* ClientAppError.swift in Sources */, |
| 222 | + 212CE7752B03CB6F001F70DD /* CancellableApiTask.swift in Sources */, |
169 | 223 | 2136DD4C274B9E74007B9FC9 /* SceneDelegate.swift in Sources */, |
170 | | - C70E513C27A9719900B31115 /* UploaderManager.swift in Sources */, |
| 224 | + 212CE7782B03CBCA001F70DD /* MainViewController.swift in Sources */, |
171 | 225 | ); |
172 | 226 | runOnlyForDeploymentPostprocessing = 0; |
173 | 227 | }; |
|
316 | 370 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
317 | 371 | CODE_SIGN_STYLE = Automatic; |
318 | 372 | CURRENT_PROJECT_VERSION = 1; |
319 | | - DEVELOPMENT_TEAM = VY3VXRC7P4; |
| 373 | + DEVELOPMENT_TEAM = GBC36KP98K; |
320 | 374 | GENERATE_INFOPLIST_FILE = YES; |
321 | 375 | INFOPLIST_FILE = Example/Info.plist; |
322 | 376 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
344 | 398 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
345 | 399 | CODE_SIGN_STYLE = Automatic; |
346 | 400 | CURRENT_PROJECT_VERSION = 1; |
347 | | - DEVELOPMENT_TEAM = VY3VXRC7P4; |
| 401 | + DEVELOPMENT_TEAM = GBC36KP98K; |
348 | 402 | GENERATE_INFOPLIST_FILE = YES; |
349 | 403 | INFOPLIST_FILE = Example/Info.plist; |
350 | 404 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
388 | 442 | }; |
389 | 443 | /* End XCConfigurationList section */ |
390 | 444 |
|
| 445 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 446 | + 212CE7102B03CABA001F70DD /* XCRemoteSwiftPackageReference "InAppSettingsKit" */ = { |
| 447 | + isa = XCRemoteSwiftPackageReference; |
| 448 | + repositoryURL = "https://github.com/futuretap/InAppSettingsKit.git"; |
| 449 | + requirement = { |
| 450 | + kind = upToNextMajorVersion; |
| 451 | + minimumVersion = 3.4.2; |
| 452 | + }; |
| 453 | + }; |
| 454 | +/* End XCRemoteSwiftPackageReference section */ |
| 455 | + |
391 | 456 | /* Begin XCSwiftPackageProductDependency section */ |
| 457 | + 212CE7112B03CABA001F70DD /* InAppSettingsKit */ = { |
| 458 | + isa = XCSwiftPackageProductDependency; |
| 459 | + package = 212CE7102B03CABA001F70DD /* XCRemoteSwiftPackageReference "InAppSettingsKit" */; |
| 460 | + productName = InAppSettingsKit; |
| 461 | + }; |
392 | 462 | 21A2E573275E5D4A00ED880F /* ApiVideoUploader */ = { |
393 | 463 | isa = XCSwiftPackageProductDependency; |
394 | 464 | productName = ApiVideoUploader; |
|
0 commit comments