update fastlane config

This commit is contained in:
Tienson Qin
2025-09-20 03:23:44 +08:00
parent f15263edd6
commit 1cf484757f
2 changed files with 5 additions and 2 deletions

View File

@@ -26,7 +26,10 @@ platform :ios do
key_filepath: ENV["APP_STORE_CONNECT_API_KEY_KEY_FILEPATH"],
)
sync_code_signing(type: "appstore", readonly: false)
sync_code_signing(
type: "appstore",
readonly: false
)
build_number = increment_build_number(
xcodeproj: "App.xcodeproj",

View File

@@ -4,7 +4,7 @@ storage_mode("git")
type("appstore") # The default type, can be: appstore, adhoc, enterprise or development
app_identifier(["com.logseq.logseq", "com.logseq.logseq.ShareViewController"])
app_identifier(["com.logseq.logseq", "com.logseq.logseq.ShareViewController", "com.logseq.logseq.shortcuts"])
# username("user@fastlane.tools") # Your Apple Developer Portal username
# For all available options run `fastlane match --help`