Skip to content

Commit 5c315e3

Browse files
committed
fix ios archive target overrides
1 parent f797ca1 commit 5c315e3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mobile/ios/fastlane/Fastfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ platform :ios do
101101
"-configuration", "Release",
102102
"-archivePath", archive_path,
103103
"archive",
104-
"DEVELOPMENT_TEAM=#{team_id}",
105-
"PRODUCT_BUNDLE_IDENTIFIER=#{bundle_id}",
106104
].shelljoin
107105
)
108106

0 commit comments

Comments
 (0)