mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
update fastlane config
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user