Commit 31e523de authored by Alex朱枝文's avatar Alex朱枝文

fastlane以及签名配置更改

parent 97536e98
......@@ -6,7 +6,11 @@ platform :ios do
bundle_id = "com.intelligence.galaxy"
adhoc_profile_name = "com.adhoc.profile"
release_profile_name = "dis.intelligence.com"
release_profile_name = "com.dis.profile"
extension_bundle_id = "#{bundle_id}.yinheReplayExt"
extension_adhoc_profile_name = "replayKitProfile_adhoc"
extension_release_profile_name = "replayKitProfile_release"
adhoc_pgyer_api_key = "ba79f62a052072f2486ad29632fefd46"
release_pgyer_api_key = "80288e92bc9ff83c45df5d0ee778853b"
......@@ -85,6 +89,7 @@ platform :ios do
signingStyle: "manual",
provisioningProfiles: {
"#{bundle_id}" => "#{adhoc_profile_name}",
"#{extension_bundle_id}" => "#{extension_adhoc_profile_name}"
}
}
)
......@@ -168,6 +173,7 @@ platform :ios do
signingStyle: "manual",
provisioningProfiles: {
"#{bundle_id}" => "#{adhoc_profile_name}",
"#{extension_bundle_id}" => "#{extension_adhoc_profile_name}"
}
}
)
......@@ -242,6 +248,7 @@ platform :ios do
signingStyle: "manual",
provisioningProfiles: {
"#{bundle_id}" => "#{adhoc_profile_name}",
"#{extension_bundle_id}" => "#{extension_adhoc_profile_name}"
}
}
)
......
......@@ -8591,11 +8591,9 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = yinheReplayExt/yinheReplayExt.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = RXHYW88XR7;
DEVELOPMENT_TEAM = RXHYW88XR7;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = yinheReplayExt/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "银河港生活";
......@@ -8610,7 +8608,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.intelligence.galaxy.yinheReplayExt;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = replayKitProfile_dev;
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment