Commits
203 203 | scheme: 'MinGraviditet', |
204 204 | configuration: configuration.to_s, |
205 205 | include_bitcode: false, |
206 206 | include_symbols: true, |
207 207 | export_options: 'fastlane/export-options.plist', |
208 208 | codesigning_identity: 'iPhone Distribution: Trifork A/S', |
209 209 | archive_path: archive_path, |
210 210 | clean: true, |
211 211 | output_directory: "fastlane-build/#{build_folder}", |
212 212 | output_name: 'MinGraviditet' |
213 - | xcargs: "CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO" |
213 + | disable_package_automatic_signing: true |
214 214 | ) |
215 215 | # Upload to Firebase |
216 216 | firebase_app_distribution( |
217 217 | app: app_id, |
218 218 | ipa_path: "#{archive_path}.ipa", |
219 219 | groups: "sds" |
220 220 | ) |
221 221 | end |
222 222 | |
223 223 | private_lane :gitTag do |params| |