Skip to content

Commit afa19ef

Browse files
committed
[#68] 자동배포를 위한 파일 추가
1 parent bfb2adc commit afa19ef

5 files changed

Lines changed: 31 additions & 17 deletions

File tree

7.63 KB
Binary file not shown.
3.28 KB
Binary file not shown.

ExportOptions.Plist

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>destination</key>
6+
<string>export</string>
7+
<key>method</key>
8+
<string>app-store</string>
9+
<key>teamID</key>
10+
<string>2N3PMJ78CA</string>
11+
<key>provisioningProfiles</key>
12+
<dict>
13+
<key>com.yourssu.YDS-Storybook</key>
14+
<string>GithubActions_Distribution</string>
15+
</dict>
16+
<key>signingCertificate</key>
17+
<string>Apple Distribution</string>
18+
<key>signingStyle</key>
19+
<string>manual</string>
20+
</dict>
21+
</plist>
22+
23+

YDS-Storybook/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>ITSAppUsesNonExemptEncryption</key>
6-
<false/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleDisplayName</key>
@@ -21,7 +19,9 @@
2119
<key>CFBundleShortVersionString</key>
2220
<string>$(MARKETING_VERSION)</string>
2321
<key>CFBundleVersion</key>
24-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>ITSAppUsesNonExemptEncryption</key>
24+
<false/>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIApplicationSupportsIndirectInputEvents</key>

YDS.xcodeproj/project.pbxproj

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,6 @@
9999
remoteGlobalIDString = DD151FA92641820200795D7C;
100100
remoteInfo = YDS;
101101
};
102-
5383752926D27D45002E96AC /* PBXContainerItemProxy */ = {
103-
isa = PBXContainerItemProxy;
104-
containerPortal = DD151FA12641820200795D7C /* Project object */;
105-
proxyType = 1;
106-
remoteGlobalIDString = DD151FA92641820200795D7C;
107-
remoteInfo = YDS;
108-
};
109102
/* End PBXContainerItemProxy section */
110103

111104
/* Begin PBXCopyFilesBuildPhase section */
@@ -539,7 +532,6 @@
539532
);
540533
dependencies = (
541534
5383752626D27D32002E96AC /* PBXTargetDependency */,
542-
5383752A26D27D45002E96AC /* PBXTargetDependency */,
543535
);
544536
name = "YDS-Storybook";
545537
packageProductDependencies = (
@@ -708,11 +700,6 @@
708700
target = DD151FA92641820200795D7C /* YDS */;
709701
targetProxy = 5383752526D27D32002E96AC /* PBXContainerItemProxy */;
710702
};
711-
5383752A26D27D45002E96AC /* PBXTargetDependency */ = {
712-
isa = PBXTargetDependency;
713-
target = DD151FA92641820200795D7C /* YDS */;
714-
targetProxy = 5383752926D27D45002E96AC /* PBXContainerItemProxy */;
715-
};
716703
/* End PBXTargetDependency section */
717704

718705
/* Begin PBXVariantGroup section */
@@ -915,6 +902,7 @@
915902
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
916903
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
917904
CODE_SIGN_STYLE = Automatic;
905+
CURRENT_PROJECT_VERSION = 2;
918906
DEVELOPMENT_TEAM = 2N3PMJ78CA;
919907
INFOPLIST_FILE = "YDS-Storybook/Info.plist";
920908
LD_RUNPATH_SEARCH_PATHS = (
@@ -934,7 +922,9 @@
934922
buildSettings = {
935923
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
936924
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
937-
CODE_SIGN_STYLE = Automatic;
925+
CODE_SIGN_IDENTITY = "iPhone Developer";
926+
CODE_SIGN_STYLE = Manual;
927+
CURRENT_PROJECT_VERSION = 2;
938928
DEVELOPMENT_TEAM = 2N3PMJ78CA;
939929
INFOPLIST_FILE = "YDS-Storybook/Info.plist";
940930
LD_RUNPATH_SEARCH_PATHS = (
@@ -944,6 +934,7 @@
944934
MARKETING_VERSION = 0.2.0;
945935
PRODUCT_BUNDLE_IDENTIFIER = "com.yourssu.YDS-Storybook";
946936
PRODUCT_NAME = "$(TARGET_NAME)";
937+
PROVISIONING_PROFILE_SPECIFIER = GithubActions_Distribution;
947938
SWIFT_VERSION = 5.0;
948939
TARGETED_DEVICE_FAMILY = "1,2";
949940
};

0 commit comments

Comments
 (0)