mirror of
https://github.com/urosran/cally.git
synced 2026-03-10 18:51:42 +00:00
Added pfp images
This commit is contained in:
@ -1311,6 +1311,9 @@ PODS:
|
||||
- Firebase/Functions (10.29.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseFunctions (~> 10.29.0)
|
||||
- Firebase/Storage (10.29.0):
|
||||
- Firebase/CoreOnly
|
||||
- FirebaseStorage (~> 10.29.0)
|
||||
- FirebaseAppCheckInterop (10.29.0)
|
||||
- FirebaseAuth (10.29.0):
|
||||
- FirebaseAppCheckInterop (~> 10.17)
|
||||
@ -1382,6 +1385,13 @@ PODS:
|
||||
- nanopb (< 2.30911.0, >= 2.30908.0)
|
||||
- PromisesSwift (~> 2.1)
|
||||
- FirebaseSharedSwift (10.29.0)
|
||||
- FirebaseStorage (10.29.0):
|
||||
- FirebaseAppCheckInterop (~> 10.0)
|
||||
- FirebaseAuthInterop (~> 10.25)
|
||||
- FirebaseCore (~> 10.0)
|
||||
- FirebaseCoreExtension (~> 10.0)
|
||||
- GoogleUtilities/Environment (~> 7.12)
|
||||
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
|
||||
- fmt (9.1.0)
|
||||
- glog (0.3.5)
|
||||
- GoogleDataTransport (9.4.1):
|
||||
@ -2719,6 +2729,10 @@ PODS:
|
||||
- Firebase/Functions (= 10.29.0)
|
||||
- React-Core
|
||||
- RNFBApp
|
||||
- RNFBStorage (21.0.0):
|
||||
- Firebase/Storage (= 10.29.0)
|
||||
- React-Core
|
||||
- RNFBApp
|
||||
- RNGestureHandler (2.16.2):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
@ -2897,6 +2911,7 @@ DEPENDENCIES:
|
||||
- "RNFBCrashlytics (from `../node_modules/@react-native-firebase/crashlytics`)"
|
||||
- "RNFBFirestore (from `../node_modules/@react-native-firebase/firestore`)"
|
||||
- "RNFBFunctions (from `../node_modules/@react-native-firebase/functions`)"
|
||||
- "RNFBStorage (from `../node_modules/@react-native-firebase/storage`)"
|
||||
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
|
||||
- RNReanimated (from `../node_modules/react-native-reanimated`)
|
||||
- RNScreens (from `../node_modules/react-native-screens`)
|
||||
@ -2924,6 +2939,7 @@ SPEC REPOS:
|
||||
- FirebaseRemoteConfigInterop
|
||||
- FirebaseSessions
|
||||
- FirebaseSharedSwift
|
||||
- FirebaseStorage
|
||||
- GoogleDataTransport
|
||||
- GoogleUtilities
|
||||
- "gRPC-C++"
|
||||
@ -3138,6 +3154,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/@react-native-firebase/firestore"
|
||||
RNFBFunctions:
|
||||
:path: "../node_modules/@react-native-firebase/functions"
|
||||
RNFBStorage:
|
||||
:path: "../node_modules/@react-native-firebase/storage"
|
||||
RNGestureHandler:
|
||||
:path: "../node_modules/react-native-gesture-handler"
|
||||
RNReanimated:
|
||||
@ -3210,6 +3228,7 @@ SPEC CHECKSUMS:
|
||||
FirebaseRemoteConfigInterop: 6efda51fb5e2f15b16585197e26eaa09574e8a4d
|
||||
FirebaseSessions: dbd14adac65ce996228652c1fc3a3f576bdf3ecc
|
||||
FirebaseSharedSwift: 20530f495084b8d840f78a100d8c5ee613375f6e
|
||||
FirebaseStorage: 436c30aa46f2177ba152f268fe4452118b8a4856
|
||||
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
|
||||
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
|
||||
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
|
||||
@ -3283,6 +3302,7 @@ SPEC CHECKSUMS:
|
||||
RNFBCrashlytics: f465771d96a2eaf9f6104b30abb002cfe78fc0be
|
||||
RNFBFirestore: e47cdde04ea3d9e73e58e037e1aa1d0b1141c316
|
||||
RNFBFunctions: 738cc9e2177d060d29b5d143ef2f9ed0eda4bb1f
|
||||
RNFBStorage: 2dab66f3fcc51de3acd838c72c0ff081e61a0960
|
||||
RNGestureHandler: 20a4307fd21cbff339abfcfa68192f3f0a6a518b
|
||||
RNReanimated: d51431fd3597a8f8320319dce8e42cee82a5445f
|
||||
RNScreens: 30249f9331c3b00ae7cb7922e11f58b3ed369c07
|
||||
|
||||
@ -113,6 +113,7 @@
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||
</array>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>SplashScreen</string>
|
||||
|
||||
Reference in New Issue
Block a user