Saúl Ibarra Corretgé
6c4652e3a0
feat(build,ios) add lane to update dSYMs on Crashlytics
4 年之前
Saúl Ibarra Corretgé
a256c6b8e7
fix(ios) use app_store_connect_api_key for Fastlane builds
4 年之前
Saúl Ibarra Corretgé
e40e078a29
fix(ios,build) make sure the correct broadcast extension ID is set
4 年之前
Saúl Ibarra Corretgé
c7c7d7a155
fix(ios) move extension to a path without spaces
4 年之前
Saúl Ibarra Corretgé
82ff988c18
fix(ios) the broadcast extension'd bundle ID must match the app's
4 年之前
Saúl Ibarra Corretgé
5e891caf94
fix(ios,fastlane) adjust scheme name after rename
4 年之前
Saúl Ibarra Corretgé
0751c6ab48
ios: fix uploading dSYMs to Crashlytics
Use Fastlane to get them from Apple after processing, them upload them.
Also make sure WebRTC dSYMs are included when uploading.
4 年之前
Saúl Ibarra Corretgé
027c6ddad0
fastlane,ios: make contact information configurable
5 年之前
Saúl Ibarra Corretgé
0b68bef0be
ios: set Fastlane test groups
5 年之前
Saúl Ibarra Corretgé
676e943d81
ios: fix typo in Fastlane file
5 年之前
Saúl Ibarra Corretgé
2b4307dee9
ios: fix Fastlane beta build submissions
5 年之前
Saúl Ibarra Corretgé
2e60aafebf
fastlane,ios: add ability to set the changelog
5 年之前
Saúl Ibarra Corretgé
131e8f4aea
fastlane: prepare for open beta access
5 年之前
Saúl Ibarra Corretgé
c0efea5168
ios: enable bitcode
Time has come. We need to enable bitcode. It's optional for iOS targets, but
mandatory for the entire project if there is a watchOS target. Since we have a
watchOS target, it's time to enable it.
6 年之前
Saúl Ibarra Corretgé
5ed53dcef5
ios: update Fastlane for watchOS app
6 年之前
Saúl Ibarra Corretgé
3217ef2bb4
ios: make sure symbols are uploaded to TestFlight
While that option should default to true, let's be explicit about it.
6 年之前
Saúl Ibarra Corretgé
659e420005
ios: make sure Fastlane can update the provisioning profile
https://docs.fastlane.tools/codesigning/xcode-project/#xcode-9-and-up
6 年之前
Saúl Ibarra Corretgé
50268a08a0
ios: ensure the git tree is clean when / after building
6 年之前
Saúl Ibarra Corretgé
985385f364
ios: update fastlane Fastfile
6 年之前
Saúl Ibarra Corretgé
c203a452f7
ios: add initial Fastlane integration
Used for building and deploying builds to TestFlight and the App Store.
6 年之前