|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 15DC938BEEECF5820A159FA3 /* Pods_KarrotFlex_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C44CEDF38C003BCB3B2D8F43 /* Pods_KarrotFlex_Tests.framework */; }; |
11 | 11 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
12 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
| 12 | + 607FACD81AFB9204008FA782 /* ShowCaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ShowCaseViewController.swift */; }; |
13 | 13 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
14 | 14 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
15 | 15 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
16 | 16 | 607FACEC1AFB9204008FA782 /* FlexCenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* FlexCenterTests.swift */; }; |
17 | 17 | D1EA29224B9896237BAE7DCF /* Pods_KarrotFlex_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A65B2533B5820E9298057444 /* Pods_KarrotFlex_Example.framework */; }; |
18 | 18 | DA33A1E12732D0EB00C5D8BB /* KarrotFlexSnapshotTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA33A1E02732D0EB00C5D8BB /* KarrotFlexSnapshotTestCase.swift */; }; |
19 | | - DAE346562733DEF000FCA037 /* FlexInsetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAE346552733DEF000FCA037 /* FlexInsetTests.swift */; }; |
| 19 | + DA89B74F2765BC06003777D8 /* FlexVStackCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B74E2765BC06003777D8 /* FlexVStackCell.swift */; }; |
| 20 | + DA89B7532765CFEE003777D8 /* FlexVStackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B7522765CFEE003777D8 /* FlexVStackTests.swift */; }; |
| 21 | + DA89B7572765D85D003777D8 /* FlexCenterCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B7562765D85D003777D8 /* FlexCenterCell.swift */; }; |
| 22 | + DA89B75F2765DC45003777D8 /* FlexHStackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B75E2765DC45003777D8 /* FlexHStackTests.swift */; }; |
| 23 | + DA89B7672765DFCD003777D8 /* FlexOverlayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B7662765DFCD003777D8 /* FlexOverlayTests.swift */; }; |
| 24 | + DA89B76A2765E5AE003777D8 /* FlexAnimationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B7682765E4FE003777D8 /* FlexAnimationCell.swift */; }; |
| 25 | + DA89B7712765E6D6003777D8 /* FlexAnimationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B76C2765E5DE003777D8 /* FlexAnimationViewController.swift */; }; |
| 26 | + DA89B7722765E6E1003777D8 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA89B76F2765E5FC003777D8 /* BaseViewController.swift */; }; |
| 27 | + DA9391352771EF86005C5F56 /* FlexWrapCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA9391342771EF86005C5F56 /* FlexWrapCell.swift */; }; |
| 28 | + DAB1324A276782CA002B9394 /* ShowCaseCellKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAB13249276782CA002B9394 /* ShowCaseCellKind.swift */; }; |
| 29 | + DAC1D92F278C2C9C000D3E07 /* FlexWrapTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC1D92E278C2C9C000D3E07 /* FlexWrapTests.swift */; }; |
20 | 30 | /* End PBXBuildFile section */ |
21 | 31 |
|
22 | 32 | /* Begin PBXContainerItemProxy section */ |
|
34 | 44 | 607FACD01AFB9204008FA782 /* KarrotFlex_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KarrotFlex_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
35 | 45 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
36 | 46 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
37 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 47 | + 607FACD71AFB9204008FA782 /* ShowCaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowCaseViewController.swift; sourceTree = "<group>"; }; |
38 | 48 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
39 | 49 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
40 | 50 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
|
48 | 58 | A65B2533B5820E9298057444 /* Pods_KarrotFlex_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_KarrotFlex_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
49 | 59 | C44CEDF38C003BCB3B2D8F43 /* Pods_KarrotFlex_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_KarrotFlex_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
50 | 60 | DA33A1E02732D0EB00C5D8BB /* KarrotFlexSnapshotTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KarrotFlexSnapshotTestCase.swift; sourceTree = "<group>"; }; |
51 | | - DAE346552733DEF000FCA037 /* FlexInsetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexInsetTests.swift; sourceTree = "<group>"; }; |
| 61 | + DA89B74E2765BC06003777D8 /* FlexVStackCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexVStackCell.swift; sourceTree = "<group>"; }; |
| 62 | + DA89B7522765CFEE003777D8 /* FlexVStackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexVStackTests.swift; sourceTree = "<group>"; }; |
| 63 | + DA89B7562765D85D003777D8 /* FlexCenterCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexCenterCell.swift; sourceTree = "<group>"; }; |
| 64 | + DA89B75E2765DC45003777D8 /* FlexHStackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexHStackTests.swift; sourceTree = "<group>"; }; |
| 65 | + DA89B7662765DFCD003777D8 /* FlexOverlayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexOverlayTests.swift; sourceTree = "<group>"; }; |
| 66 | + DA89B7682765E4FE003777D8 /* FlexAnimationCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexAnimationCell.swift; sourceTree = "<group>"; }; |
| 67 | + DA89B76C2765E5DE003777D8 /* FlexAnimationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexAnimationViewController.swift; sourceTree = "<group>"; }; |
| 68 | + DA89B76F2765E5FC003777D8 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; }; |
| 69 | + DA9391342771EF86005C5F56 /* FlexWrapCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexWrapCell.swift; sourceTree = "<group>"; }; |
| 70 | + DAB13249276782CA002B9394 /* ShowCaseCellKind.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowCaseCellKind.swift; sourceTree = "<group>"; }; |
| 71 | + DAC1D92E278C2C9C000D3E07 /* FlexWrapTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlexWrapTests.swift; sourceTree = "<group>"; }; |
52 | 72 | EBBEC18237886BF5EA343DA9 /* Pods-KarrotFlex_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KarrotFlex_Example.debug.xcconfig"; path = "Target Support Files/Pods-KarrotFlex_Example/Pods-KarrotFlex_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
53 | 73 | FFF992CA592387B13D32BB4B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
54 | 74 | /* End PBXFileReference section */ |
|
108 | 128 | 607FACD21AFB9204008FA782 /* Example for KarrotFlex */ = { |
109 | 129 | isa = PBXGroup; |
110 | 130 | children = ( |
| 131 | + DAB132462767829A002B9394 /* Cell */, |
| 132 | + DAB1324327678289002B9394 /* Scene */, |
| 133 | + DAB1324227678280002B9394 /* Base */, |
111 | 134 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */, |
112 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */, |
113 | 135 | 607FACD91AFB9204008FA782 /* Main.storyboard */, |
114 | 136 | 607FACDC1AFB9204008FA782 /* Images.xcassets */, |
115 | 137 | 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, |
|
131 | 153 | isa = PBXGroup; |
132 | 154 | children = ( |
133 | 155 | 607FACEB1AFB9204008FA782 /* FlexCenterTests.swift */, |
134 | | - DAE346552733DEF000FCA037 /* FlexInsetTests.swift */, |
| 156 | + DA89B7522765CFEE003777D8 /* FlexVStackTests.swift */, |
| 157 | + DA89B75E2765DC45003777D8 /* FlexHStackTests.swift */, |
| 158 | + DAC1D92E278C2C9C000D3E07 /* FlexWrapTests.swift */, |
135 | 159 | DA33A1E02732D0EB00C5D8BB /* KarrotFlexSnapshotTestCase.swift */, |
136 | 160 | 607FACE91AFB9204008FA782 /* Supporting Files */, |
| 161 | + DA89B7662765DFCD003777D8 /* FlexOverlayTests.swift */, |
137 | 162 | ); |
138 | 163 | path = Tests; |
139 | 164 | sourceTree = "<group>"; |
|
165 | 190 | name = Frameworks; |
166 | 191 | sourceTree = "<group>"; |
167 | 192 | }; |
| 193 | + DAB1324227678280002B9394 /* Base */ = { |
| 194 | + isa = PBXGroup; |
| 195 | + children = ( |
| 196 | + DA89B76F2765E5FC003777D8 /* BaseViewController.swift */, |
| 197 | + ); |
| 198 | + path = Base; |
| 199 | + sourceTree = "<group>"; |
| 200 | + }; |
| 201 | + DAB1324327678289002B9394 /* Scene */ = { |
| 202 | + isa = PBXGroup; |
| 203 | + children = ( |
| 204 | + DAB13248276782B8002B9394 /* FlexAnimation */, |
| 205 | + DAB13247276782B3002B9394 /* ShowCase */, |
| 206 | + ); |
| 207 | + path = Scene; |
| 208 | + sourceTree = "<group>"; |
| 209 | + }; |
| 210 | + DAB132462767829A002B9394 /* Cell */ = { |
| 211 | + isa = PBXGroup; |
| 212 | + children = ( |
| 213 | + DA89B74E2765BC06003777D8 /* FlexVStackCell.swift */, |
| 214 | + DA89B7682765E4FE003777D8 /* FlexAnimationCell.swift */, |
| 215 | + DA89B7562765D85D003777D8 /* FlexCenterCell.swift */, |
| 216 | + DA9391342771EF86005C5F56 /* FlexWrapCell.swift */, |
| 217 | + ); |
| 218 | + path = Cell; |
| 219 | + sourceTree = "<group>"; |
| 220 | + }; |
| 221 | + DAB13247276782B3002B9394 /* ShowCase */ = { |
| 222 | + isa = PBXGroup; |
| 223 | + children = ( |
| 224 | + 607FACD71AFB9204008FA782 /* ShowCaseViewController.swift */, |
| 225 | + DAB13249276782CA002B9394 /* ShowCaseCellKind.swift */, |
| 226 | + ); |
| 227 | + path = ShowCase; |
| 228 | + sourceTree = "<group>"; |
| 229 | + }; |
| 230 | + DAB13248276782B8002B9394 /* FlexAnimation */ = { |
| 231 | + isa = PBXGroup; |
| 232 | + children = ( |
| 233 | + DA89B76C2765E5DE003777D8 /* FlexAnimationViewController.swift */, |
| 234 | + ); |
| 235 | + path = FlexAnimation; |
| 236 | + sourceTree = "<group>"; |
| 237 | + }; |
168 | 238 | /* End PBXGroup section */ |
169 | 239 |
|
170 | 240 | /* Begin PBXNativeTarget section */ |
|
278 | 348 | "${PODS_ROOT}/Target Support Files/Pods-KarrotFlex_Example/Pods-KarrotFlex_Example-frameworks.sh", |
279 | 349 | "${BUILT_PRODUCTS_DIR}/FlexLayout/FlexLayout.framework", |
280 | 350 | "${BUILT_PRODUCTS_DIR}/KarrotFlex/KarrotFlex.framework", |
| 351 | + "${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework", |
281 | 352 | ); |
282 | 353 | name = "[CP] Embed Pods Frameworks"; |
283 | 354 | outputPaths = ( |
284 | 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FlexLayout.framework", |
285 | 356 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KarrotFlex.framework", |
| 357 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework", |
286 | 358 | ); |
287 | 359 | runOnlyForDeploymentPostprocessing = 0; |
288 | 360 | shellPath = /bin/sh; |
|
358 | 430 | isa = PBXSourcesBuildPhase; |
359 | 431 | buildActionMask = 2147483647; |
360 | 432 | files = ( |
361 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
| 433 | + DA89B7712765E6D6003777D8 /* FlexAnimationViewController.swift in Sources */, |
| 434 | + DA9391352771EF86005C5F56 /* FlexWrapCell.swift in Sources */, |
| 435 | + DA89B76A2765E5AE003777D8 /* FlexAnimationCell.swift in Sources */, |
| 436 | + 607FACD81AFB9204008FA782 /* ShowCaseViewController.swift in Sources */, |
362 | 437 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, |
| 438 | + DAB1324A276782CA002B9394 /* ShowCaseCellKind.swift in Sources */, |
| 439 | + DA89B74F2765BC06003777D8 /* FlexVStackCell.swift in Sources */, |
| 440 | + DA89B7722765E6E1003777D8 /* BaseViewController.swift in Sources */, |
| 441 | + DA89B7572765D85D003777D8 /* FlexCenterCell.swift in Sources */, |
363 | 442 | ); |
364 | 443 | runOnlyForDeploymentPostprocessing = 0; |
365 | 444 | }; |
366 | 445 | 607FACE11AFB9204008FA782 /* Sources */ = { |
367 | 446 | isa = PBXSourcesBuildPhase; |
368 | 447 | buildActionMask = 2147483647; |
369 | 448 | files = ( |
| 449 | + DA89B7672765DFCD003777D8 /* FlexOverlayTests.swift in Sources */, |
| 450 | + DA89B75F2765DC45003777D8 /* FlexHStackTests.swift in Sources */, |
| 451 | + DAC1D92F278C2C9C000D3E07 /* FlexWrapTests.swift in Sources */, |
370 | 452 | 607FACEC1AFB9204008FA782 /* FlexCenterTests.swift in Sources */, |
371 | 453 | DA33A1E12732D0EB00C5D8BB /* KarrotFlexSnapshotTestCase.swift in Sources */, |
372 | | - DAE346562733DEF000FCA037 /* FlexInsetTests.swift in Sources */, |
| 454 | + DA89B7532765CFEE003777D8 /* FlexVStackTests.swift in Sources */, |
373 | 455 | ); |
374 | 456 | runOnlyForDeploymentPostprocessing = 0; |
375 | 457 | }; |
|
448 | 530 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
449 | 531 | GCC_WARN_UNUSED_FUNCTION = YES; |
450 | 532 | GCC_WARN_UNUSED_VARIABLE = YES; |
451 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 533 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
452 | 534 | MTL_ENABLE_DEBUG_INFO = YES; |
453 | 535 | ONLY_ACTIVE_ARCH = YES; |
454 | 536 | SDKROOT = iphoneos; |
|
494 | 576 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
495 | 577 | GCC_WARN_UNUSED_FUNCTION = YES; |
496 | 578 | GCC_WARN_UNUSED_VARIABLE = YES; |
497 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 579 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
498 | 580 | MTL_ENABLE_DEBUG_INFO = NO; |
499 | 581 | SDKROOT = iphoneos; |
500 | 582 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
|
508 | 590 | buildSettings = { |
509 | 591 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
510 | 592 | INFOPLIST_FILE = KarrotFlex/Info.plist; |
| 593 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
511 | 594 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
512 | 595 | MODULE_NAME = ExampleApp; |
513 | 596 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
|
523 | 606 | buildSettings = { |
524 | 607 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
525 | 608 | INFOPLIST_FILE = KarrotFlex/Info.plist; |
| 609 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
526 | 610 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
527 | 611 | MODULE_NAME = ExampleApp; |
528 | 612 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
|
545 | 629 | "$(inherited)", |
546 | 630 | ); |
547 | 631 | INFOPLIST_FILE = Tests/Info.plist; |
| 632 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
548 | 633 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
549 | 634 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
550 | 635 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
563 | 648 | "$(inherited)", |
564 | 649 | ); |
565 | 650 | INFOPLIST_FILE = Tests/Info.plist; |
| 651 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
566 | 652 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
567 | 653 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
568 | 654 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments