Skip to content

Commit

Permalink
[CHORE] #150 - match로 인증서 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwns33 committed Feb 23, 2023
1 parent 7d50a2a commit 2d52a0f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Fillin-iOS/Fillin-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1283,9 +1283,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Fillin-iOS/Fillin-iOS.entitlements";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = T3VFJ764ZC;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = T3VFJ764ZC;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Fillin-iOS/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "FILL-IN";
Expand All @@ -1307,6 +1309,8 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.YJC.Fillin-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.YJC.Fillin-iOS";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
Expand All @@ -1320,9 +1324,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Fillin-iOS/Fillin-iOS.entitlements";
CODE_SIGN_STYLE = Automatic;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = T3VFJ764ZC;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = T3VFJ764ZC;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Fillin-iOS/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "FILL-IN";
Expand All @@ -1344,6 +1350,8 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.YJC.Fillin-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.YJC.Fillin-iOS";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
Expand Down
13 changes: 13 additions & 0 deletions Fillin-iOS/fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
git_url("https://github.com/dlwns33/Fastlane-Match")

storage_mode("git")

type("appstore") # The default type, can be: appstore, adhoc, enterprise or development

# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
# username("[email protected]") # Your Apple Developer Portal username

# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options

# The docs are available on https://docs.fastlane.tools/actions/match

0 comments on commit 2d52a0f

Please sign in to comment.