chore: migrate to v3 and adopt Doppler for secrets management #3

Open
kamil wants to merge 574 commits from v3-cleanup into main
Showing only changes of commit 410af8f236 - Show all commits

View File

@@ -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",