You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pn-setup-guide/configure-hemlock-app.md
+2
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,5 @@ This guide is for the mobile app developer.
20
20
* Click "+ Capability" and add the "Background Modes" capability, then select "Remote notifications"
21
21
* For cleanliness, move the newly created .entitlements file (drag it in Xcode to Source/pines_app/)
22
22
* Close Xcode, then edit the project.pbxproj to fix the relative path `CODE_SIGN_ENTITLEMENTS = Source/pines_app/PINES.entitlements;`
23
+
* Configure Xcode to produce and upload dSYMs for Crashlytics per the [Firebase instructions](https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=ios)
24
+
* Optionally enable the Firebase Console Debug View by adding `-FIRDebugEnabled` and `-FIRDebugDisabled` to your build scheme per the [Crashlytics >> Test your implementation](https://firebase.google.com/docs/crashlytics/test-implementation?platform=ios)
0 commit comments