|
10 | 10 | 8F74564022E1B050003B9C1D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F74563F22E1B050003B9C1D /* AppDelegate.swift */; };
|
11 | 11 | 8F74564722E1B051003B9C1D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8F74564622E1B051003B9C1D /* Assets.xcassets */; };
|
12 | 12 | 8F74564A22E1B051003B9C1D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8F74564822E1B051003B9C1D /* LaunchScreen.storyboard */; };
|
| 13 | + 8F8E659C22E24BA200881D5C /* atter_logic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F8E659B22E24BA100881D5C /* atter_logic.framework */; }; |
| 14 | + 8F8E659D22E24BA200881D5C /* atter_logic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8F8E659B22E24BA100881D5C /* atter_logic.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
13 | 15 | 8FD7C8E522E21B050019B532 /* AtterTabBarRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8E222E21B050019B532 /* AtterTabBarRouter.swift */; };
|
14 | 16 | 8FD7C8E622E21B050019B532 /* AtterTabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8E322E21B050019B532 /* AtterTabBarViewController.swift */; };
|
15 | 17 | 8FD7C8E722E21B050019B532 /* AtterTabBarConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8E422E21B050019B532 /* AtterTabBarConfigurator.swift */; };
|
|
27 | 29 | E314BD30BBAF1CE6474593C7 /* Pods_Atter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A3B08D871FB59595CB29583 /* Pods_Atter.framework */; };
|
28 | 30 | /* End PBXBuildFile section */
|
29 | 31 |
|
| 32 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 33 | + 8F8E659E22E24BA200881D5C /* Embed Frameworks */ = { |
| 34 | + isa = PBXCopyFilesBuildPhase; |
| 35 | + buildActionMask = 2147483647; |
| 36 | + dstPath = ""; |
| 37 | + dstSubfolderSpec = 10; |
| 38 | + files = ( |
| 39 | + 8F8E659D22E24BA200881D5C /* atter_logic.framework in Embed Frameworks */, |
| 40 | + ); |
| 41 | + name = "Embed Frameworks"; |
| 42 | + runOnlyForDeploymentPostprocessing = 0; |
| 43 | + }; |
| 44 | +/* End PBXCopyFilesBuildPhase section */ |
| 45 | + |
30 | 46 | /* Begin PBXFileReference section */
|
31 | 47 | 1A3B08D871FB59595CB29583 /* Pods_Atter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Atter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
32 | 48 | 7D02AB8ECD98F92E430A8B34 /* Pods-Atter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Atter.release.xcconfig"; path = "Target Support Files/Pods-Atter/Pods-Atter.release.xcconfig"; sourceTree = "<group>"; };
|
|
35 | 51 | 8F74564622E1B051003B9C1D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
36 | 52 | 8F74564922E1B051003B9C1D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
37 | 53 | 8F74564B22E1B051003B9C1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 54 | + 8F8E659B22E24BA100881D5C /* atter_logic.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = atter_logic.framework; path = "atter-logic/atter-logic/build/xcode-frameworks/atter_logic.framework"; sourceTree = "<group>"; }; |
38 | 55 | 8FD7C8E222E21B050019B532 /* AtterTabBarRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtterTabBarRouter.swift; sourceTree = "<group>"; };
|
39 | 56 | 8FD7C8E322E21B050019B532 /* AtterTabBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtterTabBarViewController.swift; sourceTree = "<group>"; };
|
40 | 57 | 8FD7C8E422E21B050019B532 /* AtterTabBarConfigurator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtterTabBarConfigurator.swift; sourceTree = "<group>"; };
|
|
57 | 74 | isa = PBXFrameworksBuildPhase;
|
58 | 75 | buildActionMask = 2147483647;
|
59 | 76 | files = (
|
| 77 | + 8F8E659C22E24BA200881D5C /* atter_logic.framework in Frameworks */, |
60 | 78 | E314BD30BBAF1CE6474593C7 /* Pods_Atter.framework in Frameworks */,
|
61 | 79 | );
|
62 | 80 | runOnlyForDeploymentPostprocessing = 0;
|
|
84 | 102 | 8F74563322E1B050003B9C1D = {
|
85 | 103 | isa = PBXGroup;
|
86 | 104 | children = (
|
| 105 | + 8F8E659B22E24BA100881D5C /* atter_logic.framework */, |
87 | 106 | 8F74563E22E1B050003B9C1D /* Atter */,
|
88 | 107 | 8F74563D22E1B050003B9C1D /* Products */,
|
89 | 108 | 05A2C2869DB0ADC05ABE9CAF /* Pods */,
|
|
204 | 223 | buildConfigurationList = 8F74564E22E1B051003B9C1D /* Build configuration list for PBXNativeTarget "Atter" */;
|
205 | 224 | buildPhases = (
|
206 | 225 | 870EFA60EB091353C50386AF /* [CP] Check Pods Manifest.lock */,
|
| 226 | + 8F8E659F22E24BC900881D5C /* Run gradlew */, |
207 | 227 | 8FD7C8E822E21C060019B532 /* Run R.swift */,
|
208 | 228 | 8F74563822E1B050003B9C1D /* Sources */,
|
209 | 229 | 8F74563922E1B050003B9C1D /* Frameworks */,
|
210 | 230 | 8F74563A22E1B050003B9C1D /* Resources */,
|
211 | 231 | 8F74565322E1B14D003B9C1D /* Run SwiftLint */,
|
212 | 232 | CCDAAFCDA4811C812C1DC979 /* [CP] Embed Pods Frameworks */,
|
| 233 | + 8F8E659E22E24BA200881D5C /* Embed Frameworks */, |
213 | 234 | );
|
214 | 235 | buildRules = (
|
215 | 236 | );
|
|
308 | 329 | shellPath = /bin/sh;
|
309 | 330 | shellScript = "${PODS_ROOT}/SwiftLint/swiftlint\n";
|
310 | 331 | };
|
| 332 | + 8F8E659F22E24BC900881D5C /* Run gradlew */ = { |
| 333 | + isa = PBXShellScriptBuildPhase; |
| 334 | + buildActionMask = 2147483647; |
| 335 | + files = ( |
| 336 | + ); |
| 337 | + inputFileListPaths = ( |
| 338 | + ); |
| 339 | + inputPaths = ( |
| 340 | + ); |
| 341 | + name = "Run gradlew"; |
| 342 | + outputFileListPaths = ( |
| 343 | + ); |
| 344 | + outputPaths = ( |
| 345 | + ); |
| 346 | + runOnlyForDeploymentPostprocessing = 0; |
| 347 | + shellPath = /bin/sh; |
| 348 | + shellScript = "cd \"$SRCROOT/atter-logic/atter-logic/build/xcode-frameworks\"\n./gradlew :atter-logic:packForXCode -PXCODE_CONFIGURATION=${CONFIGURATION}\n"; |
| 349 | + }; |
311 | 350 | 8FD7C8E822E21C060019B532 /* Run R.swift */ = {
|
312 | 351 | isa = PBXShellScriptBuildPhase;
|
313 | 352 | buildActionMask = 2147483647;
|
|
505 | 544 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
506 | 545 | CODE_SIGN_STYLE = Automatic;
|
507 | 546 | DEVELOPMENT_TEAM = WB5LCV9PU6;
|
| 547 | + FRAMEWORK_SEARCH_PATHS = ( |
| 548 | + "$(inherited)", |
| 549 | + "$(PROJECT_DIR)/atter-logic/atter-logic/build/xcode-frameworks", |
| 550 | + ); |
508 | 551 | INFOPLIST_FILE = "$(SRCROOT)/Atter/Supporting Files/Info.plist";
|
509 | 552 | IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
510 | 553 | LD_RUNPATH_SEARCH_PATHS = (
|
|
525 | 568 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
526 | 569 | CODE_SIGN_STYLE = Automatic;
|
527 | 570 | DEVELOPMENT_TEAM = WB5LCV9PU6;
|
| 571 | + FRAMEWORK_SEARCH_PATHS = ( |
| 572 | + "$(inherited)", |
| 573 | + "$(PROJECT_DIR)/atter-logic/atter-logic/build/xcode-frameworks", |
| 574 | + ); |
528 | 575 | INFOPLIST_FILE = "$(SRCROOT)/Atter/Supporting Files/Info.plist";
|
529 | 576 | IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
530 | 577 | LD_RUNPATH_SEARCH_PATHS = (
|
|
0 commit comments