|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 4843AA191A2DED0CA2F52040 /* Pods_CommandBarIOS_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07272DC8996BCC77417C4BC6 /* Pods_CommandBarIOS_Tests.framework */; };
|
11 |
| - 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
12 |
| - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
13 |
| - 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
14 | 11 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
15 |
| - 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
16 | 12 | 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
|
17 | 13 | DA41BFB8BED6A51CE50A6D1A /* Pods_CommandBarIOS_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E6A6D4D4FA9BF47C33B8F1B /* Pods_CommandBarIOS_Example.framework */; };
|
| 14 | + FF409B3D2B2F694500D2A3CD /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF409B3C2B2F694500D2A3CD /* HomeView.swift */; }; |
| 15 | + FF409B3F2B2F69C900D2A3CD /* LogoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF409B3E2B2F69C900D2A3CD /* LogoView.swift */; }; |
| 16 | + FF409B412B2F6A7200D2A3CD /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF409B402B2F6A7200D2A3CD /* SceneDelegate.swift */; }; |
| 17 | + FF409B462B2F6BB400D2A3CD /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
| 18 | + FF409B482B2F717200D2A3CD /* Button.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF409B472B2F717200D2A3CD /* Button.swift */; }; |
| 19 | + FF409B4A2B2F76C900D2A3CD /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF409B492B2F76C900D2A3CD /* GradientView.swift */; }; |
| 20 | + FF409B4C2B2F7B0800D2A3CD /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF409B4B2B2F7B0800D2A3CD /* Toast.swift */; }; |
| 21 | + FF409B502B2FB49C00D2A3CD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FF409B4F2B2FB49C00D2A3CD /* LaunchScreen.storyboard */; }; |
| 22 | + FF409B522B30995800D2A3CD /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF409B512B30995800D2A3CD /* Color.swift */; }; |
| 23 | + FFB6A38B2B1BC93D0036D16F /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB6A38A2B1BC93D0036D16F /* App.swift */; }; |
| 24 | + FFB6A38D2B1E27850036D16F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB6A38C2B1E27850036D16F /* AppDelegate.swift */; }; |
18 | 25 | /* End PBXBuildFile section */
|
19 | 26 |
|
20 | 27 | /* Begin PBXContainerItemProxy section */
|
|
35 | 42 | 4E6A6D4D4FA9BF47C33B8F1B /* Pods_CommandBarIOS_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CommandBarIOS_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
36 | 43 | 607FACD01AFB9204008FA782 /* CommandBarIOS_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CommandBarIOS_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
37 | 44 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
38 |
| - 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
39 |
| - 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
40 |
| - 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
41 | 45 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
42 |
| - 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
43 | 46 | 607FACE51AFB9204008FA782 /* CommandBarIOS_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CommandBarIOS_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
44 | 47 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
45 | 48 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
46 | 49 | 61A5743D5A822C83EA13BBBF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
47 | 50 | 92163EE95FB1EE50D8179ED0 /* Pods-CommandBarIOS_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CommandBarIOS_Tests.debug.xcconfig"; path = "Target Support Files/Pods-CommandBarIOS_Tests/Pods-CommandBarIOS_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
48 | 51 | B070E6A9FC190A106848CE72 /* Pods-CommandBarIOS_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CommandBarIOS_Example.release.xcconfig"; path = "Target Support Files/Pods-CommandBarIOS_Example/Pods-CommandBarIOS_Example.release.xcconfig"; sourceTree = "<group>"; };
|
49 | 52 | F13A7F09F23D0ED81552C380 /* Pods-CommandBarIOS_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CommandBarIOS_Tests.release.xcconfig"; path = "Target Support Files/Pods-CommandBarIOS_Tests/Pods-CommandBarIOS_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
| 53 | + FF409B3C2B2F694500D2A3CD /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; }; |
| 54 | + FF409B3E2B2F69C900D2A3CD /* LogoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogoView.swift; sourceTree = "<group>"; }; |
| 55 | + FF409B402B2F6A7200D2A3CD /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
| 56 | + FF409B472B2F717200D2A3CD /* Button.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Button.swift; sourceTree = "<group>"; }; |
| 57 | + FF409B492B2F76C900D2A3CD /* GradientView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = "<group>"; }; |
| 58 | + FF409B4B2B2F7B0800D2A3CD /* Toast.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Toast.swift; sourceTree = "<group>"; }; |
| 59 | + FF409B4F2B2FB49C00D2A3CD /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 60 | + FF409B512B30995800D2A3CD /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; }; |
| 61 | + FFB6A38A2B1BC93D0036D16F /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; }; |
| 62 | + FFB6A38C2B1E27850036D16F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
50 | 63 | /* End PBXFileReference section */
|
51 | 64 |
|
52 | 65 | /* Begin PBXFrameworksBuildPhase section */
|
|
113 | 126 | 607FACD21AFB9204008FA782 /* Example for CommandBarIOS */ = {
|
114 | 127 | isa = PBXGroup;
|
115 | 128 | children = (
|
116 |
| - 607FACD51AFB9204008FA782 /* AppDelegate.swift */, |
117 |
| - 607FACD71AFB9204008FA782 /* ViewController.swift */, |
118 |
| - 607FACD91AFB9204008FA782 /* Main.storyboard */, |
| 129 | + FF409B452B2F6B0C00D2A3CD /* Views */, |
| 130 | + FFB6A38A2B1BC93D0036D16F /* App.swift */, |
| 131 | + FFB6A38C2B1E27850036D16F /* AppDelegate.swift */, |
| 132 | + FF409B402B2F6A7200D2A3CD /* SceneDelegate.swift */, |
119 | 133 | 607FACDC1AFB9204008FA782 /* Images.xcassets */,
|
120 |
| - 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, |
121 | 134 | 607FACD31AFB9204008FA782 /* Supporting Files */,
|
| 135 | + FF409B4F2B2FB49C00D2A3CD /* LaunchScreen.storyboard */, |
122 | 136 | );
|
123 | 137 | name = "Example for CommandBarIOS";
|
124 | 138 | path = CommandBarIOS;
|
|
159 | 173 | name = "Podspec Metadata";
|
160 | 174 | sourceTree = "<group>";
|
161 | 175 | };
|
| 176 | + FF409B452B2F6B0C00D2A3CD /* Views */ = { |
| 177 | + isa = PBXGroup; |
| 178 | + children = ( |
| 179 | + FF409B3C2B2F694500D2A3CD /* HomeView.swift */, |
| 180 | + FF409B3E2B2F69C900D2A3CD /* LogoView.swift */, |
| 181 | + FF409B472B2F717200D2A3CD /* Button.swift */, |
| 182 | + FF409B492B2F76C900D2A3CD /* GradientView.swift */, |
| 183 | + FF409B4B2B2F7B0800D2A3CD /* Toast.swift */, |
| 184 | + FF409B512B30995800D2A3CD /* Color.swift */, |
| 185 | + ); |
| 186 | + path = Views; |
| 187 | + sourceTree = "<group>"; |
| 188 | + }; |
162 | 189 | /* End PBXGroup section */
|
163 | 190 |
|
164 | 191 | /* Begin PBXNativeTarget section */
|
|
177 | 204 | dependencies = (
|
178 | 205 | );
|
179 | 206 | name = CommandBarIOS_Example;
|
| 207 | + packageProductDependencies = ( |
| 208 | + ); |
180 | 209 | productName = CommandBarIOS;
|
181 | 210 | productReference = 607FACD01AFB9204008FA782 /* CommandBarIOS_Example.app */;
|
182 | 211 | productType = "com.apple.product-type.application";
|
|
212 | 241 | TargetAttributes = {
|
213 | 242 | 607FACCF1AFB9204008FA782 = {
|
214 | 243 | CreatedOnToolsVersion = 6.3.1;
|
| 244 | + DevelopmentTeam = 7AFRVF8235; |
215 | 245 | LastSwiftMigration = 0900;
|
216 | 246 | };
|
217 | 247 | 607FACE41AFB9204008FA782 = {
|
218 | 248 | CreatedOnToolsVersion = 6.3.1;
|
| 249 | + DevelopmentTeam = 7AFRVF8235; |
219 | 250 | LastSwiftMigration = 0900;
|
220 | 251 | TestTargetID = 607FACCF1AFB9204008FA782;
|
221 | 252 | };
|
|
231 | 262 | Base,
|
232 | 263 | );
|
233 | 264 | mainGroup = 607FACC71AFB9204008FA782;
|
| 265 | + packageReferences = ( |
| 266 | + ); |
234 | 267 | productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
|
235 | 268 | projectDirPath = "";
|
236 | 269 | projectRoot = "";
|
|
246 | 279 | isa = PBXResourcesBuildPhase;
|
247 | 280 | buildActionMask = 2147483647;
|
248 | 281 | files = (
|
249 |
| - 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */, |
250 |
| - 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */, |
251 | 282 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
|
| 283 | + FF409B502B2FB49C00D2A3CD /* LaunchScreen.storyboard in Resources */, |
252 | 284 | );
|
253 | 285 | runOnlyForDeploymentPostprocessing = 0;
|
254 | 286 | };
|
255 | 287 | 607FACE31AFB9204008FA782 /* Resources */ = {
|
256 | 288 | isa = PBXResourcesBuildPhase;
|
257 | 289 | buildActionMask = 2147483647;
|
258 | 290 | files = (
|
| 291 | + FF409B462B2F6BB400D2A3CD /* Images.xcassets in Resources */, |
259 | 292 | );
|
260 | 293 | runOnlyForDeploymentPostprocessing = 0;
|
261 | 294 | };
|
|
331 | 364 | isa = PBXSourcesBuildPhase;
|
332 | 365 | buildActionMask = 2147483647;
|
333 | 366 | files = (
|
334 |
| - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
335 |
| - 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, |
| 367 | + FF409B482B2F717200D2A3CD /* Button.swift in Sources */, |
| 368 | + FF409B3F2B2F69C900D2A3CD /* LogoView.swift in Sources */, |
| 369 | + FFB6A38D2B1E27850036D16F /* AppDelegate.swift in Sources */, |
| 370 | + FF409B3D2B2F694500D2A3CD /* HomeView.swift in Sources */, |
| 371 | + FF409B4A2B2F76C900D2A3CD /* GradientView.swift in Sources */, |
| 372 | + FF409B4C2B2F7B0800D2A3CD /* Toast.swift in Sources */, |
| 373 | + FFB6A38B2B1BC93D0036D16F /* App.swift in Sources */, |
| 374 | + FF409B412B2F6A7200D2A3CD /* SceneDelegate.swift in Sources */, |
| 375 | + FF409B522B30995800D2A3CD /* Color.swift in Sources */, |
336 | 376 | );
|
337 | 377 | runOnlyForDeploymentPostprocessing = 0;
|
338 | 378 | };
|
|
354 | 394 | };
|
355 | 395 | /* End PBXTargetDependency section */
|
356 | 396 |
|
357 |
| -/* Begin PBXVariantGroup section */ |
358 |
| - 607FACD91AFB9204008FA782 /* Main.storyboard */ = { |
359 |
| - isa = PBXVariantGroup; |
360 |
| - children = ( |
361 |
| - 607FACDA1AFB9204008FA782 /* Base */, |
362 |
| - ); |
363 |
| - name = Main.storyboard; |
364 |
| - sourceTree = "<group>"; |
365 |
| - }; |
366 |
| - 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = { |
367 |
| - isa = PBXVariantGroup; |
368 |
| - children = ( |
369 |
| - 607FACDF1AFB9204008FA782 /* Base */, |
370 |
| - ); |
371 |
| - name = LaunchScreen.xib; |
372 |
| - sourceTree = "<group>"; |
373 |
| - }; |
374 |
| -/* End PBXVariantGroup section */ |
375 |
| - |
376 | 397 | /* Begin XCBuildConfiguration section */
|
377 | 398 | 607FACED1AFB9204008FA782 /* Debug */ = {
|
378 | 399 | isa = XCBuildConfiguration;
|
|
478 | 499 | baseConfigurationReference = 1716B1D54620EDFE703901A8 /* Pods-CommandBarIOS_Example.debug.xcconfig */;
|
479 | 500 | buildSettings = {
|
480 | 501 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 502 | + DEVELOPMENT_TEAM = 7AFRVF8235; |
481 | 503 | INFOPLIST_FILE = CommandBarIOS/Info.plist;
|
482 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
| 504 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
483 | 505 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
484 | 506 | MODULE_NAME = ExampleApp;
|
485 | 507 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
|
|
494 | 516 | baseConfigurationReference = B070E6A9FC190A106848CE72 /* Pods-CommandBarIOS_Example.release.xcconfig */;
|
495 | 517 | buildSettings = {
|
496 | 518 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 519 | + DEVELOPMENT_TEAM = 7AFRVF8235; |
497 | 520 | INFOPLIST_FILE = CommandBarIOS/Info.plist;
|
498 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
| 521 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
499 | 522 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
500 | 523 | MODULE_NAME = ExampleApp;
|
501 | 524 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
|
|
509 | 532 | isa = XCBuildConfiguration;
|
510 | 533 | baseConfigurationReference = 92163EE95FB1EE50D8179ED0 /* Pods-CommandBarIOS_Tests.debug.xcconfig */;
|
511 | 534 | buildSettings = {
|
| 535 | + DEVELOPMENT_TEAM = 7AFRVF8235; |
512 | 536 | FRAMEWORK_SEARCH_PATHS = (
|
513 | 537 | "$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
514 | 538 | "$(inherited)",
|
|
518 | 542 | "$(inherited)",
|
519 | 543 | );
|
520 | 544 | INFOPLIST_FILE = Tests/Info.plist;
|
521 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
| 545 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
522 | 546 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
523 | 547 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
524 | 548 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
532 | 556 | isa = XCBuildConfiguration;
|
533 | 557 | baseConfigurationReference = F13A7F09F23D0ED81552C380 /* Pods-CommandBarIOS_Tests.release.xcconfig */;
|
534 | 558 | buildSettings = {
|
| 559 | + DEVELOPMENT_TEAM = 7AFRVF8235; |
535 | 560 | FRAMEWORK_SEARCH_PATHS = (
|
536 | 561 | "$(PLATFORM_DIR)/Developer/Library/Frameworks",
|
537 | 562 | "$(inherited)",
|
538 | 563 | );
|
539 | 564 | INFOPLIST_FILE = Tests/Info.plist;
|
540 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.4; |
| 565 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
541 | 566 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
542 | 567 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
543 | 568 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments