v2 #1

Open
kamil wants to merge 231 commits from v2 into main
Showing only changes of commit 7da5582075 - Show all commits

View File

@@ -12,12 +12,15 @@ platform :ios do
xcodeproj: "LibNovel.xcodeproj"
)
# Build the app
# Build the app with manual code signing
build_app(
scheme: "LibNovel",
export_method: "app-store",
clean: true,
configuration: "Release",
xcargs: "CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY='Apple Distribution' -allowProvisioningUpdates",
export_options: {
method: "app-store",
provisioningProfiles: {
"com.kalekber.LibNovel" => ENV["PROVISIONING_PROFILE_NAME"] || "LibNovel Distribution"
}