mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[ios] Renamed Xcode workspace (and fixed a few little things, that were missed before)
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
2b2ee51923
commit
bb03e9334c
@@ -121,7 +121,7 @@ platform :ios do
|
||||
build_configurations: "Release",
|
||||
use_automatic_signing: false,
|
||||
code_sign_identity: "Apple Distribution",
|
||||
team_id: "9Z6432XD7L",
|
||||
team_id: "534D2KJBUK",
|
||||
profile_name: "App Distribution (Fastlane)",
|
||||
)
|
||||
update_code_signing_settings(
|
||||
@@ -130,11 +130,11 @@ platform :ios do
|
||||
build_configurations: "Release",
|
||||
use_automatic_signing: false,
|
||||
code_sign_identity: "Apple Distribution",
|
||||
team_id: "9Z6432XD7L",
|
||||
team_id: "534D2KJBUK",
|
||||
profile_name: "WidgetExtension Distribution (Fastlane)",
|
||||
)
|
||||
build_ios_app(
|
||||
workspace: 'omim.xcworkspace',
|
||||
workspace: 'CoMaps.xcworkspace',
|
||||
scheme: 'CoMaps',
|
||||
configuration: 'Release',
|
||||
destination: 'generic/platform=iOS',
|
||||
|
||||
Reference in New Issue
Block a user