Bitwarden-app-android-iphon.../src/watchOS/bitwarden/bitwarden WatchKit Extension
Federico Maccaroni 660ba3d722
[EC-628] Added Crashlytics to the watchOS project (#2267)
* EC-628 Added Crashlytics to the watchOS project, missing GoogleService-Info.plist for now

* addition of GoogleServices-info.plist.gpg

* Re-add GoogleService-info.plist.gpg

* EC-628 Updated build.yml to decrypt and copy the GoogleService-Info.plist for Crashlytics and also added step to upload Watch dSYMs to Crashlytics

* EC-628 Fix run command upload watch dsym build.yml

* EC-628 Updated Apple iOS macos version to 12 in order to resolve Watch XCode dependencies correctly with SPM

* EC-628 Added some logs to see where I'm located cause it's issuing a wrong path. Also deactivated droid builds so that it's faster to test and doesn't consume resources on that till the build is OK

* EC-628 fixed variable reference build.yml

* EC-628 Removed ls of watch dsym export path before creating the folder that was causing the build to fail

* EC-628 Removed XCode build phase step to auto-upload dsym to firebase and added some logs to find the upload-symbols tool from SPM. Also fix making the dir for the watchOS dSYMs export path

* EC-628 Changed approach to upload watch dSYMs to Firebase by finding the upload-symbols script dynamically with find and then executing it

* EC-628 Added missing ; to command to upload watch dSYMs

* EC-628 Fix buld.yml Watch dSYMs copy to export path

* EC-628 Cleaned build.yml for the watch dSYMs upload to Firebase and bring back droid builds

Co-authored-by: sneakernuts <671942+sneakernuts@users.noreply.github.com>
2022-12-30 17:51:35 +00:00
..
Assets.xcassets EC-820 Added icons for Watch Complication and updated the Watch app icons (#2258) 2022-12-23 22:39:50 +00:00
Controls EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
DataStorage EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
Entities EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
Helpers [EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250) 2022-12-22 17:59:12 +00:00
Localization/en.lproj [EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250) 2022-12-22 17:59:12 +00:00
Models EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
Preview Content/Preview Assets.xcassets EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
Services EC-868 clear console logging (#2265) 2022-12-29 15:00:13 -03:00
Utilities [EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250) 2022-12-22 17:59:12 +00:00
ViewModels [EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250) 2022-12-22 17:59:12 +00:00
Views EC-847 improved watch list ui performance by removing the animations on the search box and going back to the simple List instead of the TrackableWithHeaderListView (#2256) 2022-12-22 19:06:21 +00:00
ComplicationController.swift EC-820 Added icons for Watch Complication and updated the Watch app icons (#2258) 2022-12-23 22:39:50 +00:00
ExtensionDelegate.swift [EC-628] Added Crashlytics to the watchOS project (#2267) 2022-12-30 17:51:35 +00:00
Info.plist EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
NotificationController.swift EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
NotificationView.swift EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
PushNotificationPayload.apns EC-395 Apple Watch MVP (#2228) 2022-12-07 11:39:20 -05:00
WatchConnectivityManager.swift [EC-835] Add kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly on Watch Keychain (#2250) 2022-12-22 17:59:12 +00:00
bitwardenApp.swift [EC-628] Added Crashlytics to the watchOS project (#2267) 2022-12-30 17:51:35 +00:00