Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
31e523de
Commit
31e523de
authored
Jun 19, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fastlane以及签名配置更改
parent
97536e98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
Fastfile
galaxy/fastlane/Fastfile
+8
-1
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+2
-5
No files found.
galaxy/fastlane/Fastfile
View file @
31e523de
...
...
@@ -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}"
}
}
)
...
...
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
31e523de
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment