diff --git a/ios/LibNovel/fastlane/Fastfile b/ios/LibNovel/fastlane/Fastfile index b630caf..dee453d 100644 --- a/ios/LibNovel/fastlane/Fastfile +++ b/ios/LibNovel/fastlane/Fastfile @@ -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" }