|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - D491472A20E0CC2200A27A3C /* Sica.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D491472920E0CC2200A27A3C /* Sica.framework */; }; |
| 10 | + 3774B5C320F10E07008D345A /* Sica.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D491472920E0CC2200A27A3C /* Sica.framework */; }; |
| 11 | + 3774B5C420F10E07008D345A /* Sica.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D491472920E0CC2200A27A3C /* Sica.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
11 | 12 | D4A6100A20ABCA370079871A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4A6100920ABCA370079871A /* AppDelegate.swift */; }; |
12 | 13 | D4A6100C20ABCA370079871A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4A6100B20ABCA370079871A /* ViewController.swift */; }; |
13 | 14 | D4A6100F20ABCA370079871A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D4A6100D20ABCA370079871A /* Main.storyboard */; }; |
14 | 15 | D4A6101120ABCA390079871A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D4A6101020ABCA390079871A /* Assets.xcassets */; }; |
15 | 16 | D4A6101420ABCA390079871A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D4A6101220ABCA390079871A /* LaunchScreen.storyboard */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
| 19 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 20 | + 3774B5C520F10E07008D345A /* Embed Frameworks */ = { |
| 21 | + isa = PBXCopyFilesBuildPhase; |
| 22 | + buildActionMask = 2147483647; |
| 23 | + dstPath = ""; |
| 24 | + dstSubfolderSpec = 10; |
| 25 | + files = ( |
| 26 | + 3774B5C420F10E07008D345A /* Sica.framework in Embed Frameworks */, |
| 27 | + ); |
| 28 | + name = "Embed Frameworks"; |
| 29 | + runOnlyForDeploymentPostprocessing = 0; |
| 30 | + }; |
| 31 | +/* End PBXCopyFilesBuildPhase section */ |
| 32 | + |
18 | 33 | /* Begin PBXFileReference section */ |
19 | | - D40D031E20B2660600E8FE38 /* AbemaAnimator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = AbemaAnimator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | | - D47A550720BE80A000AC5387 /* Easing.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Easing.playground; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
21 | | - D48A812720DBB11100CB29ED /* Shika.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Shika.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 34 | D491472920E0CC2200A27A3C /* Sica.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Sica.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | 35 | D4A6100620ABCA370079871A /* SicaDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SicaDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 36 | D4A6100920ABCA370079871A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
34 | 46 | isa = PBXFrameworksBuildPhase; |
35 | 47 | buildActionMask = 2147483647; |
36 | 48 | files = ( |
37 | | - D491472A20E0CC2200A27A3C /* Sica.framework in Frameworks */, |
| 49 | + 3774B5C320F10E07008D345A /* Sica.framework in Frameworks */, |
38 | 50 | ); |
39 | 51 | runOnlyForDeploymentPostprocessing = 0; |
40 | 52 | }; |
|
45 | 57 | isa = PBXGroup; |
46 | 58 | children = ( |
47 | 59 | D491472920E0CC2200A27A3C /* Sica.framework */, |
48 | | - D48A812720DBB11100CB29ED /* Shika.framework */, |
49 | | - D47A550720BE80A000AC5387 /* Easing.playground */, |
50 | | - D40D031E20B2660600E8FE38 /* AbemaAnimator.framework */, |
51 | 60 | ); |
52 | 61 | name = Frameworks; |
53 | 62 | sourceTree = "<group>"; |
|
92 | 101 | D4A6100220ABCA370079871A /* Sources */, |
93 | 102 | D4A6100320ABCA370079871A /* Frameworks */, |
94 | 103 | D4A6100420ABCA370079871A /* Resources */, |
| 104 | + 3774B5C520F10E07008D345A /* Embed Frameworks */, |
95 | 105 | ); |
96 | 106 | buildRules = ( |
97 | 107 | ); |
|
299 | 309 | buildSettings = { |
300 | 310 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
301 | 311 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
302 | | - CODE_SIGN_STYLE = Automatic; |
| 312 | + CODE_SIGN_STYLE = Manual; |
303 | 313 | DEVELOPMENT_TEAM = ""; |
304 | 314 | INFOPLIST_FILE = SicaDemo/Info.plist; |
| 315 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
305 | 316 | LD_RUNPATH_SEARCH_PATHS = ( |
306 | 317 | "$(inherited)", |
307 | 318 | "@executable_path/Frameworks", |
|
319 | 330 | buildSettings = { |
320 | 331 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
321 | 332 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
322 | | - CODE_SIGN_STYLE = Automatic; |
| 333 | + CODE_SIGN_STYLE = Manual; |
323 | 334 | DEVELOPMENT_TEAM = ""; |
324 | 335 | INFOPLIST_FILE = SicaDemo/Info.plist; |
| 336 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
325 | 337 | LD_RUNPATH_SEARCH_PATHS = ( |
326 | 338 | "$(inherited)", |
327 | 339 | "@executable_path/Frameworks", |
|
0 commit comments