mirror of
https://github.com/yattee/yattee.git
synced 2025-04-26 23:10:33 +05:30
Revert "Enable external distribution"
This reverts commit 51e5aeec13539e93b0972e5a24b501b36ee06ece.
This commit is contained in:
parent
a44bbe4cec
commit
101fee9a37
@ -116,8 +116,8 @@ platform :ios do
|
|||||||
upload_to_testflight(
|
upload_to_testflight(
|
||||||
api_key: api_key,
|
api_key: api_key,
|
||||||
ipa: lane_context[SharedValues::IPA_OUTPUT_PATH],
|
ipa: lane_context[SharedValues::IPA_OUTPUT_PATH],
|
||||||
distribute_external: true,
|
# distribute_external: true,
|
||||||
groups: TESTFLIGHT_EXTERNAL_GROUPS,
|
# groups: TESTFLIGHT_EXTERNAL_GROUPS,
|
||||||
changelog: changelog
|
changelog: changelog
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
@ -168,8 +168,8 @@ platform :tvos do
|
|||||||
upload_to_testflight(
|
upload_to_testflight(
|
||||||
api_key: api_key,
|
api_key: api_key,
|
||||||
ipa: lane_context[SharedValues::IPA_OUTPUT_PATH],
|
ipa: lane_context[SharedValues::IPA_OUTPUT_PATH],
|
||||||
distribute_external: true,
|
# distribute_external: true,
|
||||||
groups: TESTFLIGHT_EXTERNAL_GROUPS,
|
# groups: TESTFLIGHT_EXTERNAL_GROUPS,
|
||||||
changelog: changelog
|
changelog: changelog
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
@ -221,8 +221,8 @@ platform :mac do
|
|||||||
upload_to_testflight(
|
upload_to_testflight(
|
||||||
api_key: api_key,
|
api_key: api_key,
|
||||||
pkg: lane_context[SharedValues::PKG_OUTPUT_PATH],
|
pkg: lane_context[SharedValues::PKG_OUTPUT_PATH],
|
||||||
distribute_external: true,
|
# distribute_external: true,
|
||||||
groups: TESTFLIGHT_EXTERNAL_GROUPS,
|
# groups: TESTFLIGHT_EXTERNAL_GROUPS,
|
||||||
changelog: changelog
|
changelog: changelog
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user