-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: appcheck * fix ios build issue * auth/config fixes * todo * revert attempted fix * revert to info.plist firebase initialization * fix pod install bug again not sure how this keeps cropping up * initialization is too cumbersome for now and these are safe to commit so doing so * firebase plist files in source control for simplicity - can revisit later * typescript fixes * remove firebase instructions * Update AppDelegate.mm * Update Podfile * Update NewAccountEphemeraScreen.tsx * chatgpt assisted fixes * update pods to match podfile lock in eas * pr feedback * code cleanup * upgrade bundler;ruby * Update JoinGroup.client.ts * Update JoinGroup.client.ts * asdf * add android appcheck debug token * fix ios physical device -> local backend; cleanup env management; check off todo * use env utils everywhere * fix typescript; rename var * im dumb and app.config.ts can't import typescript * script to send apk to android physical device * update exit codes * fix auth deduping
- Loading branch information
1 parent
9df24dc
commit 13b0666
Showing
37 changed files
with
1,683 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ ios/Converse.xcworkspace/xcshareddata/swiftpm/Package.resolved | |
|
||
# Android | ||
/android/ | ||
build-*.apk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.