|
@@ -50,8 +50,8 @@ xcconfig = parse_xcconfig_file(xcconfig_path)
|
|
|
ENV["BUNDLE_ID"] = xcconfig["BUNDLE_IDENTIFIER"]
|
|
ENV["BUNDLE_ID"] = xcconfig["BUNDLE_IDENTIFIER"]
|
|
|
|
|
|
|
|
platform :ios do
|
|
platform :ios do
|
|
|
- desc "Build iAPS"
|
|
|
|
|
- lane :build_iAPS do
|
|
|
|
|
|
|
+ desc "Build Open-iAPS"
|
|
|
|
|
+ lane :build_Open-iAPS do
|
|
|
setup_ci if ENV['CI']
|
|
setup_ci if ENV['CI']
|
|
|
BUNDLE_ID = ENV["BUNDLE_ID"]
|
|
BUNDLE_ID = ENV["BUNDLE_ID"]
|
|
|
|
|
|
|
@@ -134,8 +134,8 @@ platform :ios do
|
|
|
|
|
|
|
|
gym(
|
|
gym(
|
|
|
export_method: "app-store",
|
|
export_method: "app-store",
|
|
|
- scheme: "FreeAPS X",
|
|
|
|
|
- output_name: "iAPS.ipa",
|
|
|
|
|
|
|
+ scheme: "Open-iAPS",
|
|
|
|
|
+ output_name: "Open-iAPS.ipa",
|
|
|
configuration: "Release",
|
|
configuration: "Release",
|
|
|
destination: 'generic/platform=iOS',
|
|
destination: 'generic/platform=iOS',
|
|
|
buildlog_path: 'buildlog'
|
|
buildlog_path: 'buildlog'
|
|
@@ -158,7 +158,7 @@ platform :ios do
|
|
|
upload_to_testflight(
|
|
upload_to_testflight(
|
|
|
api_key: api_key,
|
|
api_key: api_key,
|
|
|
skip_submission: false,
|
|
skip_submission: false,
|
|
|
- ipa: "iAPS.ipa",
|
|
|
|
|
|
|
+ ipa: "Open-iAPS.ipa",
|
|
|
skip_waiting_for_build_processing: true,
|
|
skip_waiting_for_build_processing: true,
|
|
|
changelog: git_branch+" "+last_git_commit[:abbreviated_commit_hash],
|
|
changelog: git_branch+" "+last_git_commit[:abbreviated_commit_hash],
|
|
|
)
|
|
)
|