chore: migrate to v3 and adopt Doppler for secrets management #3
@@ -12,20 +12,22 @@ platform :ios do
|
||||
xcodeproj: "LibNovel.xcodeproj"
|
||||
)
|
||||
|
||||
# Use automatic signing - Xcode will find the right profile
|
||||
# Enable automatic code signing and set team
|
||||
update_code_signing_settings(
|
||||
use_automatic_signing: true,
|
||||
path: "LibNovel.xcodeproj",
|
||||
team_id: "GHZXC6FVMU",
|
||||
targets: ["LibNovel"]
|
||||
targets: ["LibNovel"],
|
||||
path: "LibNovel.xcodeproj"
|
||||
)
|
||||
|
||||
# Build the app
|
||||
# Build the app with automatic signing
|
||||
build_app(
|
||||
scheme: "LibNovel",
|
||||
export_method: "app-store",
|
||||
clean: true,
|
||||
configuration: "Release",
|
||||
export_xcargs: "-allowProvisioningUpdates",
|
||||
xcargs: "-allowProvisioningUpdates",
|
||||
export_options: {
|
||||
method: "app-store",
|
||||
teamID: "GHZXC6FVMU",
|
||||
|
||||
Reference in New Issue
Block a user