diff --git a/ios/LibNovel/project.yml b/ios/LibNovel/project.yml index add342c..2e0e11d 100644 --- a/ios/LibNovel/project.yml +++ b/ios/LibNovel/project.yml @@ -52,7 +52,6 @@ targets: configs: Release: CODE_SIGN_STYLE: Manual - CODE_SIGN_IDENTITY: "Apple Distribution" DEVELOPMENT_TEAM: GHZXC6FVMU LibNovelTests: diff --git a/justfile b/justfile index 984b974..ff453e1 100644 --- a/justfile +++ b/justfile @@ -139,11 +139,7 @@ ios-archive team_id profile_uuid: ios-gen ios-resolve -destination 'generic/platform=iOS' \ -clonedSourcePackagesDirPath {{ios_spm}} \ -archivePath {{runner_temp}}/LibNovel.xcarchive \ - -allowProvisioningUpdates \ - CODE_SIGN_STYLE=Manual \ - CODE_SIGN_IDENTITY="Apple Distribution" \ - DEVELOPMENT_TEAM="{{team_id}}" \ - PROVISIONING_PROFILE="{{profile_uuid}}" + -allowProvisioningUpdates # Export an IPA from the archive produced by ios-archive. # Requires ios/LibNovel/ExportOptions.plist.