Skip to content

Commit 0508476

Browse files
author
Fumito Nakazawa
authored
Merge pull request #11 from cats-oss/fix-project
Fix Demo Project
2 parents 8f78c99 + a774664 commit 0508476

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

Demo/SicaDemo.xcodeproj/project.pbxproj

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,30 @@
77
objects = {
88

99
/* 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, ); }; };
1112
D4A6100A20ABCA370079871A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4A6100920ABCA370079871A /* AppDelegate.swift */; };
1213
D4A6100C20ABCA370079871A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4A6100B20ABCA370079871A /* ViewController.swift */; };
1314
D4A6100F20ABCA370079871A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D4A6100D20ABCA370079871A /* Main.storyboard */; };
1415
D4A6101120ABCA390079871A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D4A6101020ABCA390079871A /* Assets.xcassets */; };
1516
D4A6101420ABCA390079871A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D4A6101220ABCA390079871A /* LaunchScreen.storyboard */; };
1617
/* End PBXBuildFile section */
1718

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+
1833
/* 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; };
2234
D491472920E0CC2200A27A3C /* Sica.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Sica.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2335
D4A6100620ABCA370079871A /* SicaDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SicaDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
2436
D4A6100920ABCA370079871A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -34,7 +46,7 @@
3446
isa = PBXFrameworksBuildPhase;
3547
buildActionMask = 2147483647;
3648
files = (
37-
D491472A20E0CC2200A27A3C /* Sica.framework in Frameworks */,
49+
3774B5C320F10E07008D345A /* Sica.framework in Frameworks */,
3850
);
3951
runOnlyForDeploymentPostprocessing = 0;
4052
};
@@ -45,9 +57,6 @@
4557
isa = PBXGroup;
4658
children = (
4759
D491472920E0CC2200A27A3C /* Sica.framework */,
48-
D48A812720DBB11100CB29ED /* Shika.framework */,
49-
D47A550720BE80A000AC5387 /* Easing.playground */,
50-
D40D031E20B2660600E8FE38 /* AbemaAnimator.framework */,
5160
);
5261
name = Frameworks;
5362
sourceTree = "<group>";
@@ -92,6 +101,7 @@
92101
D4A6100220ABCA370079871A /* Sources */,
93102
D4A6100320ABCA370079871A /* Frameworks */,
94103
D4A6100420ABCA370079871A /* Resources */,
104+
3774B5C520F10E07008D345A /* Embed Frameworks */,
95105
);
96106
buildRules = (
97107
);
@@ -299,9 +309,10 @@
299309
buildSettings = {
300310
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
301311
CODE_SIGN_IDENTITY = "iPhone Developer";
302-
CODE_SIGN_STYLE = Automatic;
312+
CODE_SIGN_STYLE = Manual;
303313
DEVELOPMENT_TEAM = "";
304314
INFOPLIST_FILE = SicaDemo/Info.plist;
315+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
305316
LD_RUNPATH_SEARCH_PATHS = (
306317
"$(inherited)",
307318
"@executable_path/Frameworks",
@@ -319,9 +330,10 @@
319330
buildSettings = {
320331
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
321332
CODE_SIGN_IDENTITY = "iPhone Developer";
322-
CODE_SIGN_STYLE = Automatic;
333+
CODE_SIGN_STYLE = Manual;
323334
DEVELOPMENT_TEAM = "";
324335
INFOPLIST_FILE = SicaDemo/Info.plist;
336+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
325337
LD_RUNPATH_SEARCH_PATHS = (
326338
"$(inherited)",
327339
"@executable_path/Frameworks",

Demo/SicaDemo/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
<key>UISupportedInterfaceOrientations</key>
3232
<array>
3333
<string>UIInterfaceOrientationPortrait</string>
34-
<string>UIInterfaceOrientationLandscapeLeft</string>
35-
<string>UIInterfaceOrientationLandscapeRight</string>
3634
</array>
3735
<key>UISupportedInterfaceOrientations~ipad</key>
3836
<array>

0 commit comments

Comments
 (0)