create-gufran-expo-app 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/createApp.js +7 -2
- package/package.json +1 -1
- package/template/App.tsx +118 -0
- package/template/ReactotronConfig.js +5 -0
- package/template/android/app/build.gradle +184 -0
- package/template/android/app/debug.keystore +0 -0
- package/template/android/app/google-services.json +29 -0
- package/template/android/app/proguard-rules.pro +14 -0
- package/template/android/app/src/debug/AndroidManifest.xml +7 -0
- package/template/android/app/src/debugOptimized/AndroidManifest.xml +7 -0
- package/template/android/app/src/main/AndroidManifest.xml +28 -0
- package/template/android/app/src/main/assets/fonts/Outfit-Bold.ttf +0 -0
- package/template/android/app/src/main/assets/fonts/Outfit-Light.ttf +0 -0
- package/template/android/app/src/main/assets/fonts/Outfit-Medium.ttf +0 -0
- package/template/android/app/src/main/assets/fonts/Outfit-Regular.ttf +0 -0
- package/template/android/app/src/main/assets/fonts/Outfit-SemiBold.ttf +0 -0
- package/template/android/app/src/main/java/com/club/yakka/MainActivity.kt +61 -0
- package/template/android/app/src/main/java/com/club/yakka/MainApplication.kt +60 -0
- package/template/android/app/src/main/res/drawable/ic_launcher_background.xml +6 -0
- package/template/android/app/src/main/res/drawable/rn_edit_text_material.xml +37 -0
- package/template/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- package/template/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- package/template/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- package/template/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- package/template/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- package/template/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
- package/template/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +5 -0
- package/template/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/template/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- package/template/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/template/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/template/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- package/template/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- package/template/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/template/android/app/src/main/res/values/colors.xml +6 -0
- package/template/android/app/src/main/res/values/strings.xml +5 -0
- package/template/android/app/src/main/res/values/styles.xml +14 -0
- package/template/android/app/src/main/res/values-night/colors.xml +1 -0
- package/template/android/build.gradle +33 -0
- package/template/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/template/android/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/template/android/gradle.properties +65 -0
- package/template/android/gradlew +251 -0
- package/template/android/gradlew.bat +94 -0
- package/template/android/settings.gradle +39 -0
- package/template/app.json +69 -0
- package/template/assets/adaptive-icon.png +0 -0
- package/template/assets/adaptive-icon1.png +0 -0
- package/template/assets/app_icon.png +0 -0
- package/template/assets/favicon.png +0 -0
- package/template/assets/icon.png +0 -0
- package/template/assets/splash-icon.png +0 -0
- package/template/babel-plugin-disable-font-scaling.js +41 -0
- package/template/babel.config.js +28 -0
- package/template/firebase.json +5 -0
- package/template/index.ts +24 -0
- package/template/ios/.xcode.env +11 -0
- package/template/ios/ClubYakka/AppDelegate.swift +74 -0
- package/template/ios/ClubYakka/ClubYakka-Bridging-Header.h +3 -0
- package/template/ios/ClubYakka/ClubYakka.entitlements +8 -0
- package/template/ios/ClubYakka/GoogleService-Info.plist +30 -0
- package/template/ios/ClubYakka/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
- package/template/ios/ClubYakka/Images.xcassets/AppIcon.appiconset/Contents.json +14 -0
- package/template/ios/ClubYakka/Images.xcassets/Contents.json +6 -0
- package/template/ios/ClubYakka/Images.xcassets/SplashScreenBackground.colorset/Contents.json +20 -0
- package/template/ios/ClubYakka/Images.xcassets/SplashScreenLegacy.imageset/Contents.json +23 -0
- package/template/ios/ClubYakka/Images.xcassets/SplashScreenLegacy.imageset/image.png +0 -0
- package/template/ios/ClubYakka/Images.xcassets/SplashScreenLegacy.imageset/image@2x.png +0 -0
- package/template/ios/ClubYakka/Images.xcassets/SplashScreenLegacy.imageset/image@3x.png +0 -0
- package/template/ios/ClubYakka/Info.plist +101 -0
- package/template/ios/ClubYakka/PrivacyInfo.xcprivacy +50 -0
- package/template/ios/ClubYakka/SplashScreen.storyboard +48 -0
- package/template/ios/ClubYakka/Supporting/Expo.plist +12 -0
- package/template/ios/ClubYakka.xcodeproj/project.pbxproj +669 -0
- package/template/ios/ClubYakka.xcodeproj/xcshareddata/xcschemes/ClubYakka.xcscheme +88 -0
- package/template/ios/ClubYakka.xcworkspace/contents.xcworkspacedata +10 -0
- package/template/ios/ClubYakka.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +5 -0
- package/template/ios/Podfile +84 -0
- package/template/ios/Podfile.lock +2698 -0
- package/template/ios/Podfile.properties.json +8 -0
- package/template/metro.config.js +17 -0
- package/template/package.json +70 -0
- package/template/patches/react-native-background-upload+6.6.0.patch +704 -0
- package/template/react-native.config.js +7 -0
- package/template/src/assets/fonts/Outfit-Bold.ttf +0 -0
- package/template/src/assets/fonts/Outfit-Light.ttf +0 -0
- package/template/src/assets/fonts/Outfit-Medium.ttf +0 -0
- package/template/src/assets/fonts/Outfit-Regular.ttf +0 -0
- package/template/src/assets/fonts/Outfit-SemiBold.ttf +0 -0
- package/template/src/assets/icons/BG.svg +33 -0
- package/template/src/assets/icons/Ic_Users.svg +6 -0
- package/template/src/assets/icons/arrow-left-white.svg +4 -0
- package/template/src/assets/icons/arrow-left.svg +4 -0
- package/template/src/assets/icons/bell.svg +4 -0
- package/template/src/assets/icons/bottomSheetIcone.svg +3 -0
- package/template/src/assets/icons/call.svg +4 -0
- package/template/src/assets/icons/camera.svg +0 -0
- package/template/src/assets/icons/chatAppleGreenBG.svg +22 -0
- package/template/src/assets/icons/check.svg +4 -0
- package/template/src/assets/icons/check_Radio.svg +4 -0
- package/template/src/assets/icons/chevron-right.svg +3 -0
- package/template/src/assets/icons/clubDefauldImage.png +0 -0
- package/template/src/assets/icons/curvBackgroundView.svg +3 -0
- package/template/src/assets/icons/defaultClub.png +0 -0
- package/template/src/assets/icons/email.svg +3 -0
- package/template/src/assets/icons/emptyUser.svg +5 -0
- package/template/src/assets/icons/eye-Hide.svg +8 -0
- package/template/src/assets/icons/eye.svg +4 -0
- package/template/src/assets/icons/gallery.svg +4 -0
- package/template/src/assets/icons/home.svg +4 -0
- package/template/src/assets/icons/ic_Calendar.svg +14 -0
- package/template/src/assets/icons/ic_Calendar_blue.svg +12 -0
- package/template/src/assets/icons/ic_Calendar_white.svg +12 -0
- package/template/src/assets/icons/ic_Chat.svg +14 -0
- package/template/src/assets/icons/ic_ChatAppleGreen.svg +21 -0
- package/template/src/assets/icons/ic_ChatAppleWhite.svg +21 -0
- package/template/src/assets/icons/ic_Download.svg +6 -0
- package/template/src/assets/icons/ic_Events.svg +6 -0
- package/template/src/assets/icons/ic_HeadCoachIcon.svg +3 -0
- package/template/src/assets/icons/ic_Membership.svg +10 -0
- package/template/src/assets/icons/ic_Notification.svg +6 -0
- package/template/src/assets/icons/ic_Raffles.svg +14 -0
- package/template/src/assets/icons/ic_Referral_Members.svg +12 -0
- package/template/src/assets/icons/ic_Shop.svg +13 -0
- package/template/src/assets/icons/ic_Teams.svg +8 -0
- package/template/src/assets/icons/ic_Volunteer.svg +9 -0
- package/template/src/assets/icons/ic_add.svg +3 -0
- package/template/src/assets/icons/ic_addCircle.svg +5 -0
- package/template/src/assets/icons/ic_chatSend.svg +4 -0
- package/template/src/assets/icons/ic_chat_blue_bg.svg +22 -0
- package/template/src/assets/icons/ic_clock_blue.svg +4 -0
- package/template/src/assets/icons/ic_delete.svg +8 -0
- package/template/src/assets/icons/ic_more.svg +5 -0
- package/template/src/assets/icons/ic_mute.svg +10 -0
- package/template/src/assets/icons/ic_pdf.svg +3 -0
- package/template/src/assets/icons/ic_pending_AppleGreen.svg +11 -0
- package/template/src/assets/icons/ic_right_appleGreen.svg +11 -0
- package/template/src/assets/icons/ic_unread_chat_blue_bg.svg +23 -0
- package/template/src/assets/icons/ic_volunteer_Member.svg +8 -0
- package/template/src/assets/icons/index.ts +144 -0
- package/template/src/assets/icons/location-blue.svg +4 -0
- package/template/src/assets/icons/location-white.svg +4 -0
- package/template/src/assets/icons/location.svg +4 -0
- package/template/src/assets/icons/lock.svg +5 -0
- package/template/src/assets/icons/log-out.svg +5 -0
- package/template/src/assets/icons/login_logo.svg +9 -0
- package/template/src/assets/icons/mail.svg +4 -0
- package/template/src/assets/icons/or_saprater.svg +5 -0
- package/template/src/assets/icons/password.svg +4 -0
- package/template/src/assets/icons/profile-appleGreen.svg +6 -0
- package/template/src/assets/icons/search.svg +3 -0
- package/template/src/assets/icons/settings.svg +4 -0
- package/template/src/assets/icons/success.svg +4 -0
- package/template/src/assets/icons/unCheck_Radio.svg +3 -0
- package/template/src/assets/icons/uncheck.svg +3 -0
- package/template/src/assets/icons/upload_Image.svg +6 -0
- package/template/src/assets/icons/upload_Image_Member.svg +6 -0
- package/template/src/assets/icons/user.svg +4 -0
- package/template/src/assets/icons/wifi.svg +1 -0
- package/template/src/assets/images/Splash.png +0 -0
- package/template/src/assets/images/SplashLogo.png +0 -0
- package/template/src/assets/images/background.png +0 -0
- package/template/src/assets/images/clubDefauldImage.png +0 -0
- package/template/src/assets/images/index.tsx +9 -0
- package/template/src/assets/index.ts +1 -0
- package/template/src/components/common/AddMemberModal.tsx +543 -0
- package/template/src/components/common/AppLoader.tsx +91 -0
- package/template/src/components/common/Button.tsx +173 -0
- package/template/src/components/common/ClubCard.tsx +248 -0
- package/template/src/components/common/Icon.tsx +93 -0
- package/template/src/components/common/IconAlt.tsx +65 -0
- package/template/src/components/common/IconButton.tsx +92 -0
- package/template/src/components/common/ImagePicker.tsx +451 -0
- package/template/src/components/common/LoadingSpinner.tsx +30 -0
- package/template/src/components/common/OTPInput.tsx +128 -0
- package/template/src/components/common/ReminderCalendar.tsx +129 -0
- package/template/src/components/common/ReminderCardItem.tsx +91 -0
- package/template/src/components/common/SafeAreaWrapper.tsx +27 -0
- package/template/src/components/common/SetReminderModal.tsx +308 -0
- package/template/src/components/common/SlowInternet.js +57 -0
- package/template/src/components/common/TeamCard.tsx +297 -0
- package/template/src/components/common/TextInput.tsx +227 -0
- package/template/src/components/common/ToastConfig.tsx +103 -0
- package/template/src/components/common/ToastManager.ts +86 -0
- package/template/src/components/common/UploadProgressModal.tsx +284 -0
- package/template/src/components/common/WrapperContainer.tsx +39 -0
- package/template/src/components/common/index.ts +19 -0
- package/template/src/constants/Constants.tsx +7 -0
- package/template/src/constants/Fonts.tsx +30 -0
- package/template/src/constants/index.ts +45 -0
- package/template/src/constants/strings.ts +211 -0
- package/template/src/constants/theme.ts +72 -0
- package/template/src/contexts/AuthContext.tsx +268 -0
- package/template/src/contexts/index.ts +2 -0
- package/template/src/hooks/index.ts +3 -0
- package/template/src/hooks/useImageUpload.ts +199 -0
- package/template/src/index.ts +8 -0
- package/template/src/navigation/AuthStack.tsx +67 -0
- package/template/src/navigation/MainStack.tsx +183 -0
- package/template/src/navigation/MiddleStack.tsx +35 -0
- package/template/src/navigation/RootNavigator.tsx +101 -0
- package/template/src/navigation/index.ts +5 -0
- package/template/src/navigation/navigationRef.ts +5 -0
- package/template/src/providers/QueryProvider.tsx +30 -0
- package/template/src/screens/DetailsScreen.tsx +271 -0
- package/template/src/screens/HomeScreen.tsx +736 -0
- package/template/src/screens/ProfileScreen.tsx +202 -0
- package/template/src/screens/SettingsScreen.tsx +253 -0
- package/template/src/screens/SportHubScreen.tsx +280 -0
- package/template/src/screens/auth/AddMamber.tsx +428 -0
- package/template/src/screens/auth/ForgotPasswordScreen.tsx +176 -0
- package/template/src/screens/auth/LoginScreen.tsx +286 -0
- package/template/src/screens/auth/OTPVerifyScreen.tsx +359 -0
- package/template/src/screens/auth/RegisterScreen.tsx +430 -0
- package/template/src/screens/auth/SuccessScreen.tsx +201 -0
- package/template/src/screens/auth/WalcomeScreen.tsx +274 -0
- package/template/src/screens/auth/index.ts +8 -0
- package/template/src/screens/chat/ChatScreen.tsx +1819 -0
- package/template/src/screens/chat/ChatThreadsScreen.tsx +360 -0
- package/template/src/screens/chat/ReportMessageScreen.tsx +238 -0
- package/template/src/screens/clubs/Announcements.tsx +426 -0
- package/template/src/screens/clubs/BuyRaffleTicketsScreen.tsx +568 -0
- package/template/src/screens/clubs/ClubDeteils.tsx +497 -0
- package/template/src/screens/clubs/JoinClub.tsx +841 -0
- package/template/src/screens/events/EventScreen.tsx +460 -0
- package/template/src/screens/index.ts +42 -0
- package/template/src/screens/raffles/MyReferralMembersScreen.tsx +758 -0
- package/template/src/screens/raffles/RaffleDetailsScreen.tsx +762 -0
- package/template/src/screens/raffles/RafflesScreen.tsx +495 -0
- package/template/src/screens/raffles/SetRaffleReminderScreen.tsx +390 -0
- package/template/src/screens/teams/JoinTeamScreen.tsx +464 -0
- package/template/src/screens/teams/MyTeamDetailsScreen.tsx +979 -0
- package/template/src/screens/teams/MyTeamScreen.tsx +568 -0
- package/template/src/screens/teams/PendingRequestsScreen.tsx +426 -0
- package/template/src/screens/volunteerOpportunities/SetReminderScreen.tsx +631 -0
- package/template/src/screens/volunteerOpportunities/VolunteerOpportunitiesDetailsScreen.tsx +1049 -0
- package/template/src/screens/volunteerOpportunities/VolunteerOpportunitiesScreen.tsx +608 -0
- package/template/src/services/api.ts +167 -0
- package/template/src/services/authService.ts +422 -0
- package/template/src/services/index.ts +5 -0
- package/template/src/services/mainServices.ts +1963 -0
- package/template/src/stores/authStore.ts +159 -0
- package/template/src/stores/index.ts +2 -0
- package/template/src/types/index.ts +85 -0
- package/template/src/types/navigation.ts +206 -0
- package/template/src/utils/AzureUploaderService.ts +371 -0
- package/template/src/utils/ClubSearchManager.ts +222 -0
- package/template/src/utils/NotificationManager.ts +503 -0
- package/template/src/utils/UploadDebugUtil.ts +107 -0
- package/template/src/utils/imagePicker.ts +321 -0
- package/template/src/utils/index.ts +111 -0
- package/template/src/utils/permissions.ts +277 -0
- package/template/src/utils/scaling.ts +14 -0
- package/template/src/utils/storage.ts +247 -0
- package/template/src/utils/usePermissions.ts +275 -0
- package/template/src/utils/validation.ts +340 -0
- package/template/tsconfig.json +50 -0
- package/template/types/svg.d.ts +6 -0
|
@@ -0,0 +1,669 @@
|
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {
|
|
5
|
+
};
|
|
6
|
+
objectVersion = 54;
|
|
7
|
+
objects = {
|
|
8
|
+
|
|
9
|
+
/* Begin PBXBuildFile section */
|
|
10
|
+
120B6C5804C443C18C2F0583 /* Outfit-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B8595968039949BE800DDBCA /* Outfit-Light.ttf */; };
|
|
11
|
+
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
12
|
+
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
|
13
|
+
41E1DCD2C5AA4C6986D74BC4 /* Outfit-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 43CC1CAB97B7431180909222 /* Outfit-Regular.ttf */; };
|
|
14
|
+
4455F37D08B663EB417C3A46 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5540E738C4DFA6650DF82ACD /* ExpoModulesProvider.swift */; };
|
|
15
|
+
52AF8C623A504FF68CCF6E55 /* Outfit-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3103E1FB6EBB47679CA3A306 /* Outfit-SemiBold.ttf */; };
|
|
16
|
+
8450994BAFF0465D90CD6EAD /* Outfit-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4AA44C4550974307B3ABEDE3 /* Outfit-Bold.ttf */; };
|
|
17
|
+
92222A16CD2DE1B4689CCCCB /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F4300DFC76BE4B3E48198AA8 /* PrivacyInfo.xcprivacy */; };
|
|
18
|
+
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
|
19
|
+
C12B1736BA864A02B3E383A0 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6623322C4975453BAF74494A /* GoogleService-Info.plist */; };
|
|
20
|
+
E4B20D9CF59D76E38C8A5D00 /* Pods_ClubYakka.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2FD2028C535E550C047E919 /* Pods_ClubYakka.framework */; };
|
|
21
|
+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
|
|
22
|
+
F980C3C78551484294A94397 /* Outfit-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 83B90DFD212840E084A1CD33 /* Outfit-Medium.ttf */; };
|
|
23
|
+
/* End PBXBuildFile section */
|
|
24
|
+
|
|
25
|
+
/* Begin PBXFileReference section */
|
|
26
|
+
13B07F961A680F5B00A75B9A /* ClubYakka.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ClubYakka.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27
|
+
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ClubYakka/Images.xcassets; sourceTree = "<group>"; };
|
|
28
|
+
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ClubYakka/Info.plist; sourceTree = "<group>"; };
|
|
29
|
+
3103E1FB6EBB47679CA3A306 /* Outfit-SemiBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Outfit-SemiBold.ttf"; path = "../src/assets/fonts/Outfit-SemiBold.ttf"; sourceTree = "<group>"; };
|
|
30
|
+
3AC1F67E200BBF6E40A2837C /* Pods-ClubYakka.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ClubYakka.release.xcconfig"; path = "Target Support Files/Pods-ClubYakka/Pods-ClubYakka.release.xcconfig"; sourceTree = "<group>"; };
|
|
31
|
+
43CC1CAB97B7431180909222 /* Outfit-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Outfit-Regular.ttf"; path = "../src/assets/fonts/Outfit-Regular.ttf"; sourceTree = "<group>"; };
|
|
32
|
+
4AA44C4550974307B3ABEDE3 /* Outfit-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Outfit-Bold.ttf"; path = "../src/assets/fonts/Outfit-Bold.ttf"; sourceTree = "<group>"; };
|
|
33
|
+
5540E738C4DFA6650DF82ACD /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-ClubYakka/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
|
34
|
+
6623322C4975453BAF74494A /* GoogleService-Info.plist */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "ClubYakka/GoogleService-Info.plist"; sourceTree = "<group>"; };
|
|
35
|
+
83B90DFD212840E084A1CD33 /* Outfit-Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Outfit-Medium.ttf"; path = "../src/assets/fonts/Outfit-Medium.ttf"; sourceTree = "<group>"; };
|
|
36
|
+
A2FD2028C535E550C047E919 /* Pods_ClubYakka.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ClubYakka.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
37
|
+
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = ClubYakka/SplashScreen.storyboard; sourceTree = "<group>"; };
|
|
38
|
+
B8595968039949BE800DDBCA /* Outfit-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Outfit-Light.ttf"; path = "../src/assets/fonts/Outfit-Light.ttf"; sourceTree = "<group>"; };
|
|
39
|
+
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
|
40
|
+
E48FD9720B0EFBD26CC93AB7 /* Pods-ClubYakka.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ClubYakka.debug.xcconfig"; path = "Target Support Files/Pods-ClubYakka/Pods-ClubYakka.debug.xcconfig"; sourceTree = "<group>"; };
|
|
41
|
+
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
42
|
+
F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ClubYakka/AppDelegate.swift; sourceTree = "<group>"; };
|
|
43
|
+
F11748442D0722820044C1D9 /* ClubYakka-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "ClubYakka-Bridging-Header.h"; path = "ClubYakka/ClubYakka-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
44
|
+
F4300DFC76BE4B3E48198AA8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = ClubYakka/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
45
|
+
/* End PBXFileReference section */
|
|
46
|
+
|
|
47
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
48
|
+
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
49
|
+
isa = PBXFrameworksBuildPhase;
|
|
50
|
+
buildActionMask = 2147483647;
|
|
51
|
+
files = (
|
|
52
|
+
E4B20D9CF59D76E38C8A5D00 /* Pods_ClubYakka.framework in Frameworks */,
|
|
53
|
+
);
|
|
54
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
55
|
+
};
|
|
56
|
+
/* End PBXFrameworksBuildPhase section */
|
|
57
|
+
|
|
58
|
+
/* Begin PBXGroup section */
|
|
59
|
+
13B07FAE1A68108700A75B9A /* ClubYakka */ = {
|
|
60
|
+
isa = PBXGroup;
|
|
61
|
+
children = (
|
|
62
|
+
F11748412D0307B40044C1D9 /* AppDelegate.swift */,
|
|
63
|
+
F11748442D0722820044C1D9 /* ClubYakka-Bridging-Header.h */,
|
|
64
|
+
BB2F792B24A3F905000567C9 /* Supporting */,
|
|
65
|
+
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
66
|
+
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
67
|
+
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
|
68
|
+
6623322C4975453BAF74494A /* GoogleService-Info.plist */,
|
|
69
|
+
F4300DFC76BE4B3E48198AA8 /* PrivacyInfo.xcprivacy */,
|
|
70
|
+
);
|
|
71
|
+
name = ClubYakka;
|
|
72
|
+
sourceTree = "<group>";
|
|
73
|
+
};
|
|
74
|
+
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
75
|
+
isa = PBXGroup;
|
|
76
|
+
children = (
|
|
77
|
+
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
78
|
+
A2FD2028C535E550C047E919 /* Pods_ClubYakka.framework */,
|
|
79
|
+
);
|
|
80
|
+
name = Frameworks;
|
|
81
|
+
sourceTree = "<group>";
|
|
82
|
+
};
|
|
83
|
+
5E537492A291F8E62E78E1C7 /* Pods */ = {
|
|
84
|
+
isa = PBXGroup;
|
|
85
|
+
children = (
|
|
86
|
+
E48FD9720B0EFBD26CC93AB7 /* Pods-ClubYakka.debug.xcconfig */,
|
|
87
|
+
3AC1F67E200BBF6E40A2837C /* Pods-ClubYakka.release.xcconfig */,
|
|
88
|
+
);
|
|
89
|
+
path = Pods;
|
|
90
|
+
sourceTree = "<group>";
|
|
91
|
+
};
|
|
92
|
+
6A2A94EFB416FA74F842BF93 /* ExpoModulesProviders */ = {
|
|
93
|
+
isa = PBXGroup;
|
|
94
|
+
children = (
|
|
95
|
+
9119E763F495874DF7E4B891 /* ClubYakka */,
|
|
96
|
+
);
|
|
97
|
+
name = ExpoModulesProviders;
|
|
98
|
+
sourceTree = "<group>";
|
|
99
|
+
};
|
|
100
|
+
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
|
|
101
|
+
isa = PBXGroup;
|
|
102
|
+
children = (
|
|
103
|
+
);
|
|
104
|
+
name = Libraries;
|
|
105
|
+
sourceTree = "<group>";
|
|
106
|
+
};
|
|
107
|
+
83CBB9F61A601CBA00E9B192 = {
|
|
108
|
+
isa = PBXGroup;
|
|
109
|
+
children = (
|
|
110
|
+
13B07FAE1A68108700A75B9A /* ClubYakka */,
|
|
111
|
+
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
112
|
+
83CBBA001A601CBA00E9B192 /* Products */,
|
|
113
|
+
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
114
|
+
906034C78EC44DA2A09A152C /* Resources */,
|
|
115
|
+
5E537492A291F8E62E78E1C7 /* Pods */,
|
|
116
|
+
6A2A94EFB416FA74F842BF93 /* ExpoModulesProviders */,
|
|
117
|
+
);
|
|
118
|
+
indentWidth = 2;
|
|
119
|
+
sourceTree = "<group>";
|
|
120
|
+
tabWidth = 2;
|
|
121
|
+
usesTabs = 0;
|
|
122
|
+
};
|
|
123
|
+
83CBBA001A601CBA00E9B192 /* Products */ = {
|
|
124
|
+
isa = PBXGroup;
|
|
125
|
+
children = (
|
|
126
|
+
13B07F961A680F5B00A75B9A /* ClubYakka.app */,
|
|
127
|
+
);
|
|
128
|
+
name = Products;
|
|
129
|
+
sourceTree = "<group>";
|
|
130
|
+
};
|
|
131
|
+
906034C78EC44DA2A09A152C /* Resources */ = {
|
|
132
|
+
isa = PBXGroup;
|
|
133
|
+
children = (
|
|
134
|
+
4AA44C4550974307B3ABEDE3 /* Outfit-Bold.ttf */,
|
|
135
|
+
B8595968039949BE800DDBCA /* Outfit-Light.ttf */,
|
|
136
|
+
83B90DFD212840E084A1CD33 /* Outfit-Medium.ttf */,
|
|
137
|
+
43CC1CAB97B7431180909222 /* Outfit-Regular.ttf */,
|
|
138
|
+
3103E1FB6EBB47679CA3A306 /* Outfit-SemiBold.ttf */,
|
|
139
|
+
);
|
|
140
|
+
name = Resources;
|
|
141
|
+
sourceTree = "<group>";
|
|
142
|
+
};
|
|
143
|
+
9119E763F495874DF7E4B891 /* ClubYakka */ = {
|
|
144
|
+
isa = PBXGroup;
|
|
145
|
+
children = (
|
|
146
|
+
5540E738C4DFA6650DF82ACD /* ExpoModulesProvider.swift */,
|
|
147
|
+
);
|
|
148
|
+
name = ClubYakka;
|
|
149
|
+
sourceTree = "<group>";
|
|
150
|
+
};
|
|
151
|
+
BB2F792B24A3F905000567C9 /* Supporting */ = {
|
|
152
|
+
isa = PBXGroup;
|
|
153
|
+
children = (
|
|
154
|
+
BB2F792C24A3F905000567C9 /* Expo.plist */,
|
|
155
|
+
);
|
|
156
|
+
name = Supporting;
|
|
157
|
+
path = ClubYakka/Supporting;
|
|
158
|
+
sourceTree = "<group>";
|
|
159
|
+
};
|
|
160
|
+
/* End PBXGroup section */
|
|
161
|
+
|
|
162
|
+
/* Begin PBXNativeTarget section */
|
|
163
|
+
13B07F861A680F5B00A75B9A /* ClubYakka */ = {
|
|
164
|
+
isa = PBXNativeTarget;
|
|
165
|
+
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ClubYakka" */;
|
|
166
|
+
buildPhases = (
|
|
167
|
+
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
|
168
|
+
5AA81E736FF4908D225C6A34 /* [Expo] Configure project */,
|
|
169
|
+
13B07F871A680F5B00A75B9A /* Sources */,
|
|
170
|
+
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
171
|
+
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
172
|
+
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
173
|
+
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
|
|
174
|
+
26A1569335387FBCC30FC836 /* [CP] Embed Pods Frameworks */,
|
|
175
|
+
E407C9E9B529E51F46B69A24 /* [CP-User] [RNFB] Core Configuration */,
|
|
176
|
+
608C82862EBC94B300C2B4B4 /* ShellScript */,
|
|
177
|
+
);
|
|
178
|
+
buildRules = (
|
|
179
|
+
);
|
|
180
|
+
dependencies = (
|
|
181
|
+
);
|
|
182
|
+
name = ClubYakka;
|
|
183
|
+
productName = ClubYakka;
|
|
184
|
+
productReference = 13B07F961A680F5B00A75B9A /* ClubYakka.app */;
|
|
185
|
+
productType = "com.apple.product-type.application";
|
|
186
|
+
};
|
|
187
|
+
/* End PBXNativeTarget section */
|
|
188
|
+
|
|
189
|
+
/* Begin PBXProject section */
|
|
190
|
+
83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
|
191
|
+
isa = PBXProject;
|
|
192
|
+
attributes = {
|
|
193
|
+
LastUpgradeCheck = 1130;
|
|
194
|
+
TargetAttributes = {
|
|
195
|
+
13B07F861A680F5B00A75B9A = {
|
|
196
|
+
LastSwiftMigration = 1250;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ClubYakka" */;
|
|
201
|
+
compatibilityVersion = "Xcode 3.2";
|
|
202
|
+
developmentRegion = en;
|
|
203
|
+
hasScannedForEncodings = 0;
|
|
204
|
+
knownRegions = (
|
|
205
|
+
en,
|
|
206
|
+
Base,
|
|
207
|
+
);
|
|
208
|
+
mainGroup = 83CBB9F61A601CBA00E9B192;
|
|
209
|
+
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
|
210
|
+
projectDirPath = "";
|
|
211
|
+
projectRoot = "";
|
|
212
|
+
targets = (
|
|
213
|
+
13B07F861A680F5B00A75B9A /* ClubYakka */,
|
|
214
|
+
);
|
|
215
|
+
};
|
|
216
|
+
/* End PBXProject section */
|
|
217
|
+
|
|
218
|
+
/* Begin PBXResourcesBuildPhase section */
|
|
219
|
+
13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
220
|
+
isa = PBXResourcesBuildPhase;
|
|
221
|
+
buildActionMask = 2147483647;
|
|
222
|
+
files = (
|
|
223
|
+
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
|
|
224
|
+
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
225
|
+
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
|
|
226
|
+
C12B1736BA864A02B3E383A0 /* GoogleService-Info.plist in Resources */,
|
|
227
|
+
8450994BAFF0465D90CD6EAD /* Outfit-Bold.ttf in Resources */,
|
|
228
|
+
120B6C5804C443C18C2F0583 /* Outfit-Light.ttf in Resources */,
|
|
229
|
+
F980C3C78551484294A94397 /* Outfit-Medium.ttf in Resources */,
|
|
230
|
+
41E1DCD2C5AA4C6986D74BC4 /* Outfit-Regular.ttf in Resources */,
|
|
231
|
+
52AF8C623A504FF68CCF6E55 /* Outfit-SemiBold.ttf in Resources */,
|
|
232
|
+
92222A16CD2DE1B4689CCCCB /* PrivacyInfo.xcprivacy in Resources */,
|
|
233
|
+
);
|
|
234
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
235
|
+
};
|
|
236
|
+
/* End PBXResourcesBuildPhase section */
|
|
237
|
+
|
|
238
|
+
/* Begin PBXShellScriptBuildPhase section */
|
|
239
|
+
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
|
|
240
|
+
isa = PBXShellScriptBuildPhase;
|
|
241
|
+
alwaysOutOfDate = 1;
|
|
242
|
+
buildActionMask = 2147483647;
|
|
243
|
+
files = (
|
|
244
|
+
);
|
|
245
|
+
inputPaths = (
|
|
246
|
+
"$(SRCROOT)/.xcode.env",
|
|
247
|
+
"$(SRCROOT)/.xcode.env.local",
|
|
248
|
+
);
|
|
249
|
+
name = "Bundle React Native code and images";
|
|
250
|
+
outputPaths = (
|
|
251
|
+
);
|
|
252
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
253
|
+
shellPath = /bin/sh;
|
|
254
|
+
shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios absolute | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
|
|
255
|
+
};
|
|
256
|
+
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
|
|
257
|
+
isa = PBXShellScriptBuildPhase;
|
|
258
|
+
buildActionMask = 2147483647;
|
|
259
|
+
files = (
|
|
260
|
+
);
|
|
261
|
+
inputFileListPaths = (
|
|
262
|
+
);
|
|
263
|
+
inputPaths = (
|
|
264
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
265
|
+
"${PODS_ROOT}/Manifest.lock",
|
|
266
|
+
);
|
|
267
|
+
name = "[CP] Check Pods Manifest.lock";
|
|
268
|
+
outputFileListPaths = (
|
|
269
|
+
);
|
|
270
|
+
outputPaths = (
|
|
271
|
+
"$(DERIVED_FILE_DIR)/Pods-ClubYakka-checkManifestLockResult.txt",
|
|
272
|
+
);
|
|
273
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
274
|
+
shellPath = /bin/sh;
|
|
275
|
+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
276
|
+
showEnvVarsInLog = 0;
|
|
277
|
+
};
|
|
278
|
+
26A1569335387FBCC30FC836 /* [CP] Embed Pods Frameworks */ = {
|
|
279
|
+
isa = PBXShellScriptBuildPhase;
|
|
280
|
+
buildActionMask = 2147483647;
|
|
281
|
+
files = (
|
|
282
|
+
);
|
|
283
|
+
inputPaths = (
|
|
284
|
+
"${PODS_ROOT}/Target Support Files/Pods-ClubYakka/Pods-ClubYakka-frameworks.sh",
|
|
285
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/React-Core-prebuilt/React.framework/React",
|
|
286
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ReactNativeDependencies/ReactNativeDependencies.framework/ReactNativeDependencies",
|
|
287
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
|
288
|
+
);
|
|
289
|
+
name = "[CP] Embed Pods Frameworks";
|
|
290
|
+
outputPaths = (
|
|
291
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
|
|
292
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeDependencies.framework",
|
|
293
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
|
294
|
+
);
|
|
295
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
296
|
+
shellPath = /bin/sh;
|
|
297
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ClubYakka/Pods-ClubYakka-frameworks.sh\"\n";
|
|
298
|
+
showEnvVarsInLog = 0;
|
|
299
|
+
};
|
|
300
|
+
5AA81E736FF4908D225C6A34 /* [Expo] Configure project */ = {
|
|
301
|
+
isa = PBXShellScriptBuildPhase;
|
|
302
|
+
alwaysOutOfDate = 1;
|
|
303
|
+
buildActionMask = 2147483647;
|
|
304
|
+
files = (
|
|
305
|
+
);
|
|
306
|
+
inputFileListPaths = (
|
|
307
|
+
);
|
|
308
|
+
inputPaths = (
|
|
309
|
+
"$(SRCROOT)/.xcode.env",
|
|
310
|
+
"$(SRCROOT)/.xcode.env.local",
|
|
311
|
+
"$(SRCROOT)/ClubYakka/ClubYakka.entitlements",
|
|
312
|
+
"$(SRCROOT)/Pods/Target Support Files/Pods-ClubYakka/expo-configure-project.sh",
|
|
313
|
+
);
|
|
314
|
+
name = "[Expo] Configure project";
|
|
315
|
+
outputFileListPaths = (
|
|
316
|
+
);
|
|
317
|
+
outputPaths = (
|
|
318
|
+
"$(SRCROOT)/Pods/Target Support Files/Pods-ClubYakka/ExpoModulesProvider.swift",
|
|
319
|
+
);
|
|
320
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
321
|
+
shellPath = /bin/sh;
|
|
322
|
+
shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-ClubYakka/expo-configure-project.sh\"\n";
|
|
323
|
+
};
|
|
324
|
+
608C82862EBC94B300C2B4B4 /* ShellScript */ = {
|
|
325
|
+
isa = PBXShellScriptBuildPhase;
|
|
326
|
+
buildActionMask = 2147483647;
|
|
327
|
+
files = (
|
|
328
|
+
);
|
|
329
|
+
inputFileListPaths = (
|
|
330
|
+
);
|
|
331
|
+
inputPaths = (
|
|
332
|
+
);
|
|
333
|
+
outputFileListPaths = (
|
|
334
|
+
);
|
|
335
|
+
outputPaths = (
|
|
336
|
+
);
|
|
337
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
338
|
+
shellPath = /bin/sh;
|
|
339
|
+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nSETUP_SCRIPT=${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\"/SquareInAppPaymentsSDK.framework/setup\"\nif [ -f \"$SETUP_SCRIPT\" ]; then\n \"$SETUP_SCRIPT\"\nfi\n";
|
|
340
|
+
};
|
|
341
|
+
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
|
|
342
|
+
isa = PBXShellScriptBuildPhase;
|
|
343
|
+
buildActionMask = 2147483647;
|
|
344
|
+
files = (
|
|
345
|
+
);
|
|
346
|
+
inputPaths = (
|
|
347
|
+
"${PODS_ROOT}/Target Support Files/Pods-ClubYakka/Pods-ClubYakka-resources.sh",
|
|
348
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
|
349
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
|
|
350
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
|
|
351
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore_Privacy.bundle",
|
|
352
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreExtension/FirebaseCoreExtension_Privacy.bundle",
|
|
353
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal_Privacy.bundle",
|
|
354
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations_Privacy.bundle",
|
|
355
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging_Privacy.bundle",
|
|
356
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport_Privacy.bundle",
|
|
357
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities_Privacy.bundle",
|
|
358
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises_Privacy.bundle",
|
|
359
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/RNPermissions/RNPermissionsPrivacyInfo.bundle",
|
|
360
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/RNSVG/RNSVGFilters.bundle",
|
|
361
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
|
|
362
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
|
|
363
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/Sentry/Sentry.bundle",
|
|
364
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb_Privacy.bundle",
|
|
365
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker/RNImagePickerPrivacyInfo.bundle",
|
|
366
|
+
);
|
|
367
|
+
name = "[CP] Copy Pods Resources";
|
|
368
|
+
outputPaths = (
|
|
369
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
|
370
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
|
|
371
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
|
|
372
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCore_Privacy.bundle",
|
|
373
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCoreExtension_Privacy.bundle",
|
|
374
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseCoreInternal_Privacy.bundle",
|
|
375
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseInstallations_Privacy.bundle",
|
|
376
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FirebaseMessaging_Privacy.bundle",
|
|
377
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleDataTransport_Privacy.bundle",
|
|
378
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleUtilities_Privacy.bundle",
|
|
379
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FBLPromises_Privacy.bundle",
|
|
380
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNPermissionsPrivacyInfo.bundle",
|
|
381
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNSVGFilters.bundle",
|
|
382
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
|
|
383
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
|
|
384
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Sentry.bundle",
|
|
385
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/nanopb_Privacy.bundle",
|
|
386
|
+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNImagePickerPrivacyInfo.bundle",
|
|
387
|
+
);
|
|
388
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
389
|
+
shellPath = /bin/sh;
|
|
390
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ClubYakka/Pods-ClubYakka-resources.sh\"\n";
|
|
391
|
+
showEnvVarsInLog = 0;
|
|
392
|
+
};
|
|
393
|
+
E407C9E9B529E51F46B69A24 /* [CP-User] [RNFB] Core Configuration */ = {
|
|
394
|
+
isa = PBXShellScriptBuildPhase;
|
|
395
|
+
buildActionMask = 2147483647;
|
|
396
|
+
files = (
|
|
397
|
+
);
|
|
398
|
+
inputPaths = (
|
|
399
|
+
"$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
|
|
400
|
+
);
|
|
401
|
+
name = "[CP-User] [RNFB] Core Configuration";
|
|
402
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
403
|
+
shellPath = /bin/sh;
|
|
404
|
+
shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n\n##########################################################################\n##########################################################################\n#\n# NOTE THAT IF YOU CHANGE THIS FILE YOU MUST RUN pod install AFTERWARDS\n#\n# This file is installed as an Xcode build script in the project file\n# by cocoapods, and you will not see your changes until you pod install\n#\n##########################################################################\n##########################################################################\n\nset -e\n\n_MAX_LOOKUPS=2;\n_SEARCH_RESULT=''\n_RN_ROOT_EXISTS=''\n_CURRENT_LOOKUPS=1\n_JSON_ROOT=\"'react-native'\"\n_JSON_FILE_NAME='firebase.json'\n_JSON_OUTPUT_BASE64='e30=' # { }\n_CURRENT_SEARCH_DIR=${PROJECT_DIR}\n_PLIST_BUDDY=/usr/libexec/PlistBuddy\n_TARGET_PLIST=\"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\n_DSYM_PLIST=\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist\"\n\n# plist arrays\n_PLIST_ENTRY_KEYS=()\n_PLIST_ENTRY_TYPES=()\n_PLIST_ENTRY_VALUES=()\n\nfunction setPlistValue {\n echo \"note: setting plist entry '$1' of type '$2' in file '$4'\"\n ${_PLIST_BUDDY} -c \"Add :$1 $2 '$3'\" $4 || echo \"note: '$1' already exists\"\n}\n\nfunction getFirebaseJsonKeyValue () {\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n ruby -Ku -e \"require 'rubygems';require 'json'; output=JSON.parse('$1'); puts output[$_JSON_ROOT]['$2']\"\n else\n echo \"\"\n fi;\n}\n\nfunction jsonBoolToYesNo () {\n if [[ $1 == \"false\" ]]; then\n echo \"NO\"\n elif [[ $1 == \"true\" ]]; then\n echo \"YES\"\n else echo \"NO\"\n fi\n}\n\necho \"note: -> RNFB build script started\"\necho \"note: 1) Locating ${_JSON_FILE_NAME} file:\"\n\nif [[ -z ${_CURRENT_SEARCH_DIR} ]]; then\n _CURRENT_SEARCH_DIR=$(pwd)\nfi;\n\nwhile true; do\n _CURRENT_SEARCH_DIR=$(dirname \"$_CURRENT_SEARCH_DIR\")\n if [[ \"$_CURRENT_SEARCH_DIR\" == \"/\" ]] || [[ ${_CURRENT_LOOKUPS} -gt ${_MAX_LOOKUPS} ]]; then break; fi;\n echo \"note: ($_CURRENT_LOOKUPS of $_MAX_LOOKUPS) Searching in '$_CURRENT_SEARCH_DIR' for a ${_JSON_FILE_NAME} file.\"\n _SEARCH_RESULT=$(find \"$_CURRENT_SEARCH_DIR\" -maxdepth 2 -name ${_JSON_FILE_NAME} -print | /usr/bin/head -n 1)\n if [[ ${_SEARCH_RESULT} ]]; then\n echo \"note: ${_JSON_FILE_NAME} found at $_SEARCH_RESULT\"\n break;\n fi;\n _CURRENT_LOOKUPS=$((_CURRENT_LOOKUPS+1))\ndone\n\nif [[ ${_SEARCH_RESULT} ]]; then\n _JSON_OUTPUT_RAW=$(cat \"${_SEARCH_RESULT}\")\n if ! _RN_ROOT_EXISTS=$(ruby -Ku -e \"require 'json'; output=JSON.parse('$_JSON_OUTPUT_RAW'); puts output[$_JSON_ROOT]\"); then\n echo \"error: Failed to parse firebase.json, check for syntax errors.\"\n exit 1\n fi\n\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n if ! python3 --version >/dev/null 2>&1; then echo \"error: python3 not found, firebase.json file processing error.\" && exit 1; fi\n _JSON_OUTPUT_BASE64=$(python3 -c 'import json,sys,base64;print(base64.b64encode(bytes(json.dumps(json.loads(open('\"'${_SEARCH_RESULT}'\"', '\"'rb'\"').read())['${_JSON_ROOT}']), '\"'utf-8'\"')).decode())' || echo \"e30=\")\n fi\n\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n\n # config.app_data_collection_default_enabled\n _APP_DATA_COLLECTION_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_data_collection_default_enabled\")\n if [[ $_APP_DATA_COLLECTION_ENABLED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseDataCollectionDefaultEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_DATA_COLLECTION_ENABLED\")\")\n fi\n\n # config.analytics_auto_collection_enabled\n _ANALYTICS_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_auto_collection_enabled\")\n if [[ $_ANALYTICS_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_COLLECTION\")\")\n fi\n\n # config.analytics_collection_deactivated\n _ANALYTICS_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_collection_deactivated\")\n if [[ $_ANALYTICS_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_DEACTIVATED\")\")\n fi\n\n # config.analytics_idfv_collection_enabled\n _ANALYTICS_IDFV_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_idfv_collection_enabled\")\n if [[ $_ANALYTICS_IDFV_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_IDFV_COLLECTION_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_IDFV_COLLECTION\")\")\n fi\n\n # config.analytics_default_allow_analytics_storage\n _ANALYTICS_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_analytics_storage\")\n if [[ $_ANALYTICS_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_ANALYTICS_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_storage\n _ANALYTICS_AD_STORAGE=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_storage\")\n if [[ $_ANALYTICS_AD_STORAGE ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_STORAGE\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_STORAGE\")\")\n fi\n\n # config.analytics_default_allow_ad_user_data\n _ANALYTICS_AD_USER_DATA=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_user_data\")\n if [[ $_ANALYTICS_AD_USER_DATA ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_USER_DATA\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AD_USER_DATA\")\")\n fi\n\n # config.analytics_default_allow_ad_personalization_signals\n _ANALYTICS_PERSONALIZATION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"analytics_default_allow_ad_personalization_signals\")\n if [[ $_ANALYTICS_PERSONALIZATION ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_PERSONALIZATION\")\")\n fi\n\n # config.analytics_registration_with_ad_network_enabled\n _ANALYTICS_REGISTRATION_WITH_AD_NETWORK=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_registration_with_ad_network_enabled\")\n if [[ $_ANALYTICS_REGISTRATION_WITH_AD_NETWORK ]]; then\n _PLIST_ENTRY_KEYS+=(\"GOOGLE_ANALYTICS_REGISTRATION_WITH_AD_NETWORK_ENABLED\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_REGISTRATION_WITH_AD_NETWORK\")\")\n fi\n\n # config.google_analytics_automatic_screen_reporting_enabled\n _ANALYTICS_AUTO_SCREEN_REPORTING=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"google_analytics_automatic_screen_reporting_enabled\")\n if [[ $_ANALYTICS_AUTO_SCREEN_REPORTING ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAutomaticScreenReportingEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_ANALYTICS_AUTO_SCREEN_REPORTING\")\")\n fi\n\n # config.perf_auto_collection_enabled\n _PERF_AUTO_COLLECTION=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_auto_collection_enabled\")\n if [[ $_PERF_AUTO_COLLECTION ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_enabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_AUTO_COLLECTION\")\")\n fi\n\n # config.perf_collection_deactivated\n _PERF_DEACTIVATED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"perf_collection_deactivated\")\n if [[ $_PERF_DEACTIVATED ]]; then\n _PLIST_ENTRY_KEYS+=(\"firebase_performance_collection_deactivated\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_PERF_DEACTIVATED\")\")\n fi\n\n # config.messaging_auto_init_enabled\n _MESSAGING_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"messaging_auto_init_enabled\")\n if [[ $_MESSAGING_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseMessagingAutoInitEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_MESSAGING_AUTO_INIT\")\")\n fi\n\n # config.in_app_messaging_auto_colllection_enabled\n _FIAM_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"in_app_messaging_auto_collection_enabled\")\n if [[ $_FIAM_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseInAppMessagingAutomaticDataCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_FIAM_AUTO_INIT\")\")\n fi\n\n # config.app_check_token_auto_refresh\n _APP_CHECK_TOKEN_AUTO_REFRESH=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"app_check_token_auto_refresh\")\n if [[ $_APP_CHECK_TOKEN_AUTO_REFRESH ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseAppCheckTokenAutoRefreshEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_APP_CHECK_TOKEN_AUTO_REFRESH\")\")\n fi\n\n # config.crashlytics_disable_auto_disabler - undocumented for now - mainly for debugging, document if becomes useful\n _CRASHLYTICS_AUTO_DISABLE_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"crashlytics_disable_auto_disabler\")\n if [[ $_CRASHLYTICS_AUTO_DISABLE_ENABLED == \"true\" ]]; then\n echo \"Disabled Crashlytics auto disabler.\" # do nothing\n else\n _PLIST_ENTRY_KEYS+=(\"FirebaseCrashlyticsCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"NO\")\n fi\nelse\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n echo \"warning: A firebase.json file was not found, whilst this file is optional it is recommended to include it to configure firebase services in React Native Firebase.\"\nfi;\n\necho \"note: 2) Injecting Info.plist entries: \"\n\n# Log out the keys we're adding\nfor i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n echo \" -> $i) ${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\"\ndone\n\nfor plist in \"${_TARGET_PLIST}\" \"${_DSYM_PLIST}\" ; do\n if [[ -f \"${plist}\" ]]; then\n\n # paths with spaces break the call to setPlistValue. temporarily modify\n # the shell internal field separator variable (IFS), which normally\n # includes spaces, to consist only of line breaks\n oldifs=$IFS\n IFS=\"\n\"\n\n for i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n setPlistValue \"${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\" \"${plist}\"\n done\n\n # restore the original internal field separator value\n IFS=$oldifs\n else\n echo \"warning: A Info.plist build output file was not found (${plist})\"\n fi\ndone\n\necho \"note: <- RNFB build script finished\"\n";
|
|
405
|
+
};
|
|
406
|
+
/* End PBXShellScriptBuildPhase section */
|
|
407
|
+
|
|
408
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
409
|
+
13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
410
|
+
isa = PBXSourcesBuildPhase;
|
|
411
|
+
buildActionMask = 2147483647;
|
|
412
|
+
files = (
|
|
413
|
+
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
|
|
414
|
+
4455F37D08B663EB417C3A46 /* ExpoModulesProvider.swift in Sources */,
|
|
415
|
+
);
|
|
416
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
417
|
+
};
|
|
418
|
+
/* End PBXSourcesBuildPhase section */
|
|
419
|
+
|
|
420
|
+
/* Begin XCBuildConfiguration section */
|
|
421
|
+
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
422
|
+
isa = XCBuildConfiguration;
|
|
423
|
+
baseConfigurationReference = E48FD9720B0EFBD26CC93AB7 /* Pods-ClubYakka.debug.xcconfig */;
|
|
424
|
+
buildSettings = {
|
|
425
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
426
|
+
CLANG_ENABLE_MODULES = YES;
|
|
427
|
+
CODE_SIGN_ENTITLEMENTS = ClubYakka/ClubYakka.entitlements;
|
|
428
|
+
CODE_SIGN_IDENTITY = "Apple Development";
|
|
429
|
+
CODE_SIGN_STYLE = Automatic;
|
|
430
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
431
|
+
DEVELOPMENT_TEAM = SN2Z95QR25;
|
|
432
|
+
ENABLE_BITCODE = NO;
|
|
433
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
434
|
+
"$(inherited)",
|
|
435
|
+
"FB_SONARKIT_ENABLED=1",
|
|
436
|
+
);
|
|
437
|
+
INFOPLIST_FILE = ClubYakka/Info.plist;
|
|
438
|
+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.sports";
|
|
439
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
440
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
441
|
+
"$(inherited)",
|
|
442
|
+
"@executable_path/Frameworks",
|
|
443
|
+
);
|
|
444
|
+
MARKETING_VERSION = 1.0;
|
|
445
|
+
OTHER_LDFLAGS = (
|
|
446
|
+
"$(inherited)",
|
|
447
|
+
"-ObjC",
|
|
448
|
+
"-lc++",
|
|
449
|
+
);
|
|
450
|
+
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
|
451
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.club.yakka;
|
|
452
|
+
PRODUCT_NAME = ClubYakka;
|
|
453
|
+
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
454
|
+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
455
|
+
SUPPORTS_MACCATALYST = NO;
|
|
456
|
+
SWIFT_OBJC_BRIDGING_HEADER = "ClubYakka/ClubYakka-Bridging-Header.h";
|
|
457
|
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
458
|
+
SWIFT_VERSION = 5.0;
|
|
459
|
+
TARGETED_DEVICE_FAMILY = 1;
|
|
460
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
461
|
+
};
|
|
462
|
+
name = Debug;
|
|
463
|
+
};
|
|
464
|
+
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
465
|
+
isa = XCBuildConfiguration;
|
|
466
|
+
baseConfigurationReference = 3AC1F67E200BBF6E40A2837C /* Pods-ClubYakka.release.xcconfig */;
|
|
467
|
+
buildSettings = {
|
|
468
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
469
|
+
CLANG_ENABLE_MODULES = YES;
|
|
470
|
+
CODE_SIGN_ENTITLEMENTS = ClubYakka/ClubYakka.entitlements;
|
|
471
|
+
CODE_SIGN_IDENTITY = "Apple Development";
|
|
472
|
+
CODE_SIGN_STYLE = Automatic;
|
|
473
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
474
|
+
DEVELOPMENT_TEAM = SN2Z95QR25;
|
|
475
|
+
INFOPLIST_FILE = ClubYakka/Info.plist;
|
|
476
|
+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.sports";
|
|
477
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
478
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
479
|
+
"$(inherited)",
|
|
480
|
+
"@executable_path/Frameworks",
|
|
481
|
+
);
|
|
482
|
+
MARKETING_VERSION = 1.0;
|
|
483
|
+
OTHER_LDFLAGS = (
|
|
484
|
+
"$(inherited)",
|
|
485
|
+
"-ObjC",
|
|
486
|
+
"-lc++",
|
|
487
|
+
);
|
|
488
|
+
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
|
489
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.club.yakka;
|
|
490
|
+
PRODUCT_NAME = ClubYakka;
|
|
491
|
+
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
492
|
+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
493
|
+
SUPPORTS_MACCATALYST = NO;
|
|
494
|
+
SWIFT_OBJC_BRIDGING_HEADER = "ClubYakka/ClubYakka-Bridging-Header.h";
|
|
495
|
+
SWIFT_VERSION = 5.0;
|
|
496
|
+
TARGETED_DEVICE_FAMILY = 1;
|
|
497
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
498
|
+
};
|
|
499
|
+
name = Release;
|
|
500
|
+
};
|
|
501
|
+
83CBBA201A601CBA00E9B192 /* Debug */ = {
|
|
502
|
+
isa = XCBuildConfiguration;
|
|
503
|
+
buildSettings = {
|
|
504
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
505
|
+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
506
|
+
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
507
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
508
|
+
CLANG_ENABLE_MODULES = YES;
|
|
509
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
510
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
511
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
512
|
+
CLANG_WARN_COMMA = YES;
|
|
513
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
514
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
515
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
516
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
517
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
518
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
519
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
520
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
521
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
522
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
523
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
524
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
525
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
526
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
527
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
528
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
529
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
530
|
+
COPY_PHASE_STRIP = NO;
|
|
531
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
532
|
+
ENABLE_TESTABILITY = YES;
|
|
533
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
534
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
535
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
536
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
537
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
538
|
+
"DEBUG=1",
|
|
539
|
+
"$(inherited)",
|
|
540
|
+
);
|
|
541
|
+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
542
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
543
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
544
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
545
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
546
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
547
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
548
|
+
HEADER_SEARCH_PATHS = (
|
|
549
|
+
"$(inherited)",
|
|
550
|
+
"${PODS_ROOT}/ReactCommon",
|
|
551
|
+
"${PODS_ROOT}/ReactCommon/react/nativemodule/core",
|
|
552
|
+
"${PODS_ROOT}/React-runtimeexecutor",
|
|
553
|
+
"${PODS_ROOT}/React-runtimeexecutor/platform/ios",
|
|
554
|
+
"${PODS_ROOT}/ReactCommon-Samples",
|
|
555
|
+
"${PODS_ROOT}/ReactCommon-Samples/platform/ios",
|
|
556
|
+
"${PODS_ROOT}/React-Fabric/react/renderer/components/view/platform/cxx",
|
|
557
|
+
"${PODS_ROOT}/React-NativeModulesApple",
|
|
558
|
+
"${PODS_ROOT}/React-graphics",
|
|
559
|
+
"${PODS_ROOT}/React-graphics/react/renderer/graphics/platform/ios",
|
|
560
|
+
);
|
|
561
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
562
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
563
|
+
/usr/lib/swift,
|
|
564
|
+
"$(inherited)",
|
|
565
|
+
);
|
|
566
|
+
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
567
|
+
MTL_ENABLE_DEBUG_INFO = YES;
|
|
568
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
569
|
+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
570
|
+
SDKROOT = iphoneos;
|
|
571
|
+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
572
|
+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
573
|
+
USE_HERMES = true;
|
|
574
|
+
};
|
|
575
|
+
name = Debug;
|
|
576
|
+
};
|
|
577
|
+
83CBBA211A601CBA00E9B192 /* Release */ = {
|
|
578
|
+
isa = XCBuildConfiguration;
|
|
579
|
+
buildSettings = {
|
|
580
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
581
|
+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
582
|
+
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
583
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
584
|
+
CLANG_ENABLE_MODULES = YES;
|
|
585
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
586
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
587
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
588
|
+
CLANG_WARN_COMMA = YES;
|
|
589
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
590
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
591
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
592
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
593
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
594
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
595
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
596
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
597
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
598
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
599
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
600
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
601
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
602
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
603
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
604
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
605
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
606
|
+
COPY_PHASE_STRIP = YES;
|
|
607
|
+
ENABLE_NS_ASSERTIONS = NO;
|
|
608
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
609
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
610
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
611
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
612
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
613
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
614
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
615
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
616
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
617
|
+
HEADER_SEARCH_PATHS = (
|
|
618
|
+
"$(inherited)",
|
|
619
|
+
"${PODS_ROOT}/ReactCommon",
|
|
620
|
+
"${PODS_ROOT}/ReactCommon/react/nativemodule/core",
|
|
621
|
+
"${PODS_ROOT}/React-runtimeexecutor",
|
|
622
|
+
"${PODS_ROOT}/React-runtimeexecutor/platform/ios",
|
|
623
|
+
"${PODS_ROOT}/ReactCommon-Samples",
|
|
624
|
+
"${PODS_ROOT}/ReactCommon-Samples/platform/ios",
|
|
625
|
+
"${PODS_ROOT}/React-Fabric/react/renderer/components/view/platform/cxx",
|
|
626
|
+
"${PODS_ROOT}/React-NativeModulesApple",
|
|
627
|
+
"${PODS_ROOT}/React-graphics",
|
|
628
|
+
"${PODS_ROOT}/React-graphics/react/renderer/graphics/platform/ios",
|
|
629
|
+
);
|
|
630
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
631
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
|
632
|
+
/usr/lib/swift,
|
|
633
|
+
"$(inherited)",
|
|
634
|
+
);
|
|
635
|
+
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
636
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
637
|
+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
638
|
+
SDKROOT = iphoneos;
|
|
639
|
+
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
640
|
+
USE_HERMES = true;
|
|
641
|
+
VALIDATE_PRODUCT = YES;
|
|
642
|
+
};
|
|
643
|
+
name = Release;
|
|
644
|
+
};
|
|
645
|
+
/* End XCBuildConfiguration section */
|
|
646
|
+
|
|
647
|
+
/* Begin XCConfigurationList section */
|
|
648
|
+
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ClubYakka" */ = {
|
|
649
|
+
isa = XCConfigurationList;
|
|
650
|
+
buildConfigurations = (
|
|
651
|
+
13B07F941A680F5B00A75B9A /* Debug */,
|
|
652
|
+
13B07F951A680F5B00A75B9A /* Release */,
|
|
653
|
+
);
|
|
654
|
+
defaultConfigurationIsVisible = 0;
|
|
655
|
+
defaultConfigurationName = Release;
|
|
656
|
+
};
|
|
657
|
+
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ClubYakka" */ = {
|
|
658
|
+
isa = XCConfigurationList;
|
|
659
|
+
buildConfigurations = (
|
|
660
|
+
83CBBA201A601CBA00E9B192 /* Debug */,
|
|
661
|
+
83CBBA211A601CBA00E9B192 /* Release */,
|
|
662
|
+
);
|
|
663
|
+
defaultConfigurationIsVisible = 0;
|
|
664
|
+
defaultConfigurationName = Release;
|
|
665
|
+
};
|
|
666
|
+
/* End XCConfigurationList section */
|
|
667
|
+
};
|
|
668
|
+
rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
669
|
+
}
|