mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
- use patched xcode project file, avoid conflict with local dev env - use fastlane match to manage codesigning
14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
git_url("https://github.com/logseq/certificates.git")
|
|
|
|
storage_mode("git")
|
|
|
|
type("appstore") # The default type, can be: appstore, adhoc, enterprise or development
|
|
|
|
app_identifier(["com.logseq.logseq", "com.logseq.logseq.ShareViewController"])
|
|
# username("user@fastlane.tools") # 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
|