Add match shortcuts identifier in Fastfile
This commit is contained in:
parent
fde3c28a58
commit
ac8dd40f2f
1 changed files with 7 additions and 0 deletions
|
|
@ -38,6 +38,13 @@ platform :ios do
|
||||||
keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"],
|
keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"],
|
||||||
readonly: true
|
readonly: true
|
||||||
)
|
)
|
||||||
|
match(
|
||||||
|
type: "appstore",
|
||||||
|
app_identifier: "me.mssun.passforios.shortcuts",
|
||||||
|
keychain_name: ENV["MATCH_KEYCHAIN_NAME"],
|
||||||
|
keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"],
|
||||||
|
readonly: true
|
||||||
|
)
|
||||||
increment_build_number(
|
increment_build_number(
|
||||||
build_number: latest_testflight_build_number(version: get_version_number(target: "pass"), initial_build_number: 0) + 1,
|
build_number: latest_testflight_build_number(version: get_version_number(target: "pass"), initial_build_number: 0) + 1,
|
||||||
xcodeproj: "pass.xcodeproj"
|
xcodeproj: "pass.xcodeproj"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue