Skip to content

Commit

Permalink
[#68] 자동배포를 위한 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuni committed Sep 2, 2021
1 parent bfb2adc commit afa19ef
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 17 deletions.
Binary file not shown.
Binary file added .github/secrets/yourssuCertification.p12.gpg
Binary file not shown.
23 changes: 23 additions & 0 deletions ExportOptions.Plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>destination</key>
<string>export</string>
<key>method</key>
<string>app-store</string>
<key>teamID</key>
<string>2N3PMJ78CA</string>
<key>provisioningProfiles</key>
<dict>
<key>com.yourssu.YDS-Storybook</key>
<string>GithubActions_Distribution</string>
</dict>
<key>signingCertificate</key>
<string>Apple Distribution</string>
<key>signingStyle</key>
<string>manual</string>
</dict>
</plist>


6 changes: 3 additions & 3 deletions YDS-Storybook/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -21,7 +19,9 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
Expand Down
19 changes: 5 additions & 14 deletions YDS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@
remoteGlobalIDString = DD151FA92641820200795D7C;
remoteInfo = YDS;
};
5383752926D27D45002E96AC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DD151FA12641820200795D7C /* Project object */;
proxyType = 1;
remoteGlobalIDString = DD151FA92641820200795D7C;
remoteInfo = YDS;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -539,7 +532,6 @@
);
dependencies = (
5383752626D27D32002E96AC /* PBXTargetDependency */,
5383752A26D27D45002E96AC /* PBXTargetDependency */,
);
name = "YDS-Storybook";
packageProductDependencies = (
Expand Down Expand Up @@ -708,11 +700,6 @@
target = DD151FA92641820200795D7C /* YDS */;
targetProxy = 5383752526D27D32002E96AC /* PBXContainerItemProxy */;
};
5383752A26D27D45002E96AC /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = DD151FA92641820200795D7C /* YDS */;
targetProxy = 5383752926D27D45002E96AC /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -915,6 +902,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 2N3PMJ78CA;
INFOPLIST_FILE = "YDS-Storybook/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -934,7 +922,9 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 2N3PMJ78CA;
INFOPLIST_FILE = "YDS-Storybook/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -944,6 +934,7 @@
MARKETING_VERSION = 0.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.yourssu.YDS-Storybook";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = GithubActions_Distribution;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit afa19ef

Please sign in to comment.