mirror of
https://github.com/urosran/cally.git
synced 2025-07-14 17:25:46 +00:00
Use cally everywhere
This commit is contained in:
@ -43,7 +43,7 @@ export default function TabLayout() {
|
|||||||
return (
|
return (
|
||||||
<DrawerContentScrollView {...props} style={{ height: "100%" }}>
|
<DrawerContentScrollView {...props} style={{ height: "100%" }}>
|
||||||
<View centerH centerV margin-30>
|
<View centerH centerV margin-30>
|
||||||
<Text text50>Welcome to Kali</Text>
|
<Text text50>Welcome to Cally</Text>
|
||||||
</View>
|
</View>
|
||||||
<View
|
<View
|
||||||
style={{
|
style={{
|
||||||
@ -133,7 +133,7 @@ export default function TabLayout() {
|
|||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderColor: "#fd1775",
|
borderColor: "#fd1775",
|
||||||
}}
|
}}
|
||||||
label="Sign out of Kali"
|
label="Sign out of Cally"
|
||||||
color="#fd1775"
|
color="#fd1775"
|
||||||
onPress={() => signOut()}
|
onPress={() => signOut()}
|
||||||
/>
|
/>
|
||||||
|
@ -81,8 +81,9 @@ export const ManuallyAddEventModal = ({
|
|||||||
|
|
||||||
const { mutateAsync: createEvent, isLoading, isError } = useCreateEvent();
|
const { mutateAsync: createEvent, isLoading, isError } = useCreateEvent();
|
||||||
|
|
||||||
const formatDateTime = (date: Date) => {
|
const formatDateTime = (date?: Date | string) => {
|
||||||
return date.toLocaleDateString("en-US", {
|
if(!date) return undefined
|
||||||
|
return new Date(date).toLocaleDateString("en-US", {
|
||||||
weekday: "long",
|
weekday: "long",
|
||||||
month: "short",
|
month: "short",
|
||||||
day: "numeric",
|
day: "numeric",
|
||||||
|
@ -31,7 +31,7 @@ const SignUpPage = ({setTab}: { setTab: React.Dispatch<React.SetStateAction<"re
|
|||||||
return (
|
return (
|
||||||
<View padding-10 height={"100%"} flexG>
|
<View padding-10 height={"100%"} flexG>
|
||||||
<Text text30 center>
|
<Text text30 center>
|
||||||
Get started with Kali
|
Get started with Cally
|
||||||
</Text>
|
</Text>
|
||||||
<Text center>Please enter your details.</Text>
|
<Text center>Please enter your details.</Text>
|
||||||
<TextField
|
<TextField
|
||||||
|
@ -28,21 +28,28 @@ const OnboardingFlow = () => {
|
|||||||
width={10}
|
width={10}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
title: <Text text30>Welcome to Kali</Text>,
|
title: <Text text30>Welcome to Cally</Text>,
|
||||||
subtitle: (
|
subtitle: (
|
||||||
<View paddingB-250 marginH-20 spread>
|
<View paddingB-250 marginH-20 spread>
|
||||||
<Text text50R>Lightening Mental Loads, One Family at a Time</Text>
|
<Text text50R>Lightening Mental Loads, One Family at a Time</Text>
|
||||||
<Button
|
<Button
|
||||||
label="Continue"
|
label="Continue"
|
||||||
style={{ backgroundColor: "#fd1775" }}
|
style={{ backgroundColor: "#fd1775" }}
|
||||||
onPress={() => onboardingRef.current.goToPage(1, true)}
|
onPress={() => onboardingRef?.current?.goToPage(1, true)}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
backgroundColor: "#f9f8f7",
|
backgroundColor: "#f9f8f7",
|
||||||
title: <Text>Get started with Kali</Text>,
|
title: <Text>Get started with Cally</Text>,
|
||||||
|
image: (
|
||||||
|
<Image
|
||||||
|
source={require("../../../assets/images/splash-clock.png")}
|
||||||
|
height={10}
|
||||||
|
width={10}
|
||||||
|
/>
|
||||||
|
),
|
||||||
subtitle: (
|
subtitle: (
|
||||||
<View
|
<View
|
||||||
style={{
|
style={{
|
||||||
|
@ -962,6 +962,8 @@ PODS:
|
|||||||
- BVLinearGradient (2.8.3):
|
- BVLinearGradient (2.8.3):
|
||||||
- React-Core
|
- React-Core
|
||||||
- DoubleConversion (1.1.6)
|
- DoubleConversion (1.1.6)
|
||||||
|
- EASClient (0.12.0):
|
||||||
|
- ExpoModulesCore
|
||||||
- EXApplication (5.9.1):
|
- EXApplication (5.9.1):
|
||||||
- ExpoModulesCore
|
- ExpoModulesCore
|
||||||
- EXBarCodeScanner (13.0.1):
|
- EXBarCodeScanner (13.0.1):
|
||||||
@ -1257,6 +1259,35 @@ PODS:
|
|||||||
- ReactCommon/turbomodule/bridging
|
- ReactCommon/turbomodule/bridging
|
||||||
- ReactCommon/turbomodule/core
|
- ReactCommon/turbomodule/core
|
||||||
- Yoga
|
- Yoga
|
||||||
|
- EXStructuredHeaders (3.8.0)
|
||||||
|
- EXUpdates (0.25.27):
|
||||||
|
- DoubleConversion
|
||||||
|
- EASClient
|
||||||
|
- EXManifests
|
||||||
|
- ExpoModulesCore
|
||||||
|
- EXStructuredHeaders
|
||||||
|
- EXUpdatesInterface
|
||||||
|
- glog
|
||||||
|
- hermes-engine
|
||||||
|
- RCT-Folly (= 2024.01.01.00)
|
||||||
|
- RCTRequired
|
||||||
|
- RCTTypeSafety
|
||||||
|
- ReachabilitySwift
|
||||||
|
- React-Codegen
|
||||||
|
- React-Core
|
||||||
|
- React-debug
|
||||||
|
- React-Fabric
|
||||||
|
- React-featureflags
|
||||||
|
- React-graphics
|
||||||
|
- React-ImageManager
|
||||||
|
- React-NativeModulesApple
|
||||||
|
- React-RCTFabric
|
||||||
|
- React-rendererdebug
|
||||||
|
- React-utils
|
||||||
|
- ReactCommon/turbomodule/bridging
|
||||||
|
- ReactCommon/turbomodule/core
|
||||||
|
- "sqlite3 (~> 3.45.3+1)"
|
||||||
|
- Yoga
|
||||||
- EXUpdatesInterface (0.16.2):
|
- EXUpdatesInterface (0.16.2):
|
||||||
- ExpoModulesCore
|
- ExpoModulesCore
|
||||||
- FBLazyVector (0.74.3)
|
- FBLazyVector (0.74.3)
|
||||||
@ -1489,6 +1520,7 @@ PODS:
|
|||||||
- FBLazyVector (= 0.74.3)
|
- FBLazyVector (= 0.74.3)
|
||||||
- RCTRequired (= 0.74.3)
|
- RCTRequired (= 0.74.3)
|
||||||
- React-Core (= 0.74.3)
|
- React-Core (= 0.74.3)
|
||||||
|
- ReachabilitySwift (5.2.3)
|
||||||
- React (0.74.3):
|
- React (0.74.3):
|
||||||
- React-Core (= 0.74.3)
|
- React-Core (= 0.74.3)
|
||||||
- React-Core/DevSupport (= 0.74.3)
|
- React-Core/DevSupport (= 0.74.3)
|
||||||
@ -2743,6 +2775,9 @@ PODS:
|
|||||||
- RNSVG (15.7.1):
|
- RNSVG (15.7.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
- SocketRocket (0.7.0)
|
- SocketRocket (0.7.0)
|
||||||
|
- "sqlite3 (3.45.3+1)":
|
||||||
|
- "sqlite3/common (= 3.45.3+1)"
|
||||||
|
- "sqlite3/common (3.45.3+1)"
|
||||||
- Yoga (0.0.0)
|
- Yoga (0.0.0)
|
||||||
- ZXingObjC/Core (3.6.9)
|
- ZXingObjC/Core (3.6.9)
|
||||||
- ZXingObjC/OneD (3.6.9):
|
- ZXingObjC/OneD (3.6.9):
|
||||||
@ -2754,6 +2789,7 @@ DEPENDENCIES:
|
|||||||
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
||||||
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
|
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
|
||||||
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||||
|
- EASClient (from `../node_modules/expo-eas-client/ios`)
|
||||||
- EXApplication (from `../node_modules/expo-application/ios`)
|
- EXApplication (from `../node_modules/expo-application/ios`)
|
||||||
- EXBarCodeScanner (from `../node_modules/expo-barcode-scanner/ios`)
|
- EXBarCodeScanner (from `../node_modules/expo-barcode-scanner/ios`)
|
||||||
- EXConstants (from `../node_modules/expo-constants/ios`)
|
- EXConstants (from `../node_modules/expo-constants/ios`)
|
||||||
@ -2779,6 +2815,8 @@ DEPENDENCIES:
|
|||||||
- ExpoSystemUI (from `../node_modules/expo-system-ui/ios`)
|
- ExpoSystemUI (from `../node_modules/expo-system-ui/ios`)
|
||||||
- ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`)
|
- ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`)
|
||||||
- EXSplashScreen (from `../node_modules/expo-splash-screen/ios`)
|
- EXSplashScreen (from `../node_modules/expo-splash-screen/ios`)
|
||||||
|
- EXStructuredHeaders (from `../node_modules/expo-structured-headers/ios`)
|
||||||
|
- EXUpdates (from `../node_modules/expo-updates/ios`)
|
||||||
- EXUpdatesInterface (from `../node_modules/expo-updates-interface/ios`)
|
- EXUpdatesInterface (from `../node_modules/expo-updates-interface/ios`)
|
||||||
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
||||||
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
|
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
|
||||||
@ -2879,8 +2917,10 @@ SPEC REPOS:
|
|||||||
- nanopb
|
- nanopb
|
||||||
- PromisesObjC
|
- PromisesObjC
|
||||||
- PromisesSwift
|
- PromisesSwift
|
||||||
|
- ReachabilitySwift
|
||||||
- RecaptchaInterop
|
- RecaptchaInterop
|
||||||
- SocketRocket
|
- SocketRocket
|
||||||
|
- sqlite3
|
||||||
- ZXingObjC
|
- ZXingObjC
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
@ -2890,6 +2930,8 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../node_modules/react-native-linear-gradient"
|
:path: "../node_modules/react-native-linear-gradient"
|
||||||
DoubleConversion:
|
DoubleConversion:
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
||||||
|
EASClient:
|
||||||
|
:path: "../node_modules/expo-eas-client/ios"
|
||||||
EXApplication:
|
EXApplication:
|
||||||
:path: "../node_modules/expo-application/ios"
|
:path: "../node_modules/expo-application/ios"
|
||||||
EXBarCodeScanner:
|
EXBarCodeScanner:
|
||||||
@ -2940,6 +2982,10 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../node_modules/expo-web-browser/ios"
|
:path: "../node_modules/expo-web-browser/ios"
|
||||||
EXSplashScreen:
|
EXSplashScreen:
|
||||||
:path: "../node_modules/expo-splash-screen/ios"
|
:path: "../node_modules/expo-splash-screen/ios"
|
||||||
|
EXStructuredHeaders:
|
||||||
|
:path: "../node_modules/expo-structured-headers/ios"
|
||||||
|
EXUpdates:
|
||||||
|
:path: "../node_modules/expo-updates/ios"
|
||||||
EXUpdatesInterface:
|
EXUpdatesInterface:
|
||||||
:path: "../node_modules/expo-updates-interface/ios"
|
:path: "../node_modules/expo-updates-interface/ios"
|
||||||
FBLazyVector:
|
FBLazyVector:
|
||||||
@ -3083,6 +3129,7 @@ SPEC CHECKSUMS:
|
|||||||
BoringSSL-GRPC: 1e2348957acdbcad360b80a264a90799984b2ba6
|
BoringSSL-GRPC: 1e2348957acdbcad360b80a264a90799984b2ba6
|
||||||
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
|
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
|
||||||
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
|
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
|
||||||
|
EASClient: 1509a9a6b48b932ec61667644634daf2562983b8
|
||||||
EXApplication: c08200c34daca7af7fd76ac4b9d606077410e8ad
|
EXApplication: c08200c34daca7af7fd76ac4b9d606077410e8ad
|
||||||
EXBarCodeScanner: e2dd9b42c1b522a2adc9202b1dfbc64cb34456d1
|
EXBarCodeScanner: e2dd9b42c1b522a2adc9202b1dfbc64cb34456d1
|
||||||
EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59
|
EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59
|
||||||
@ -3108,6 +3155,8 @@ SPEC CHECKSUMS:
|
|||||||
ExpoSystemUI: d4f065a016cae6721b324eb659cdee4d4cf0cb26
|
ExpoSystemUI: d4f065a016cae6721b324eb659cdee4d4cf0cb26
|
||||||
ExpoWebBrowser: 7595ccac6938eb65b076385fd23d035db9ecdc8e
|
ExpoWebBrowser: 7595ccac6938eb65b076385fd23d035db9ecdc8e
|
||||||
EXSplashScreen: d8b3c547b9b18a41d80c6f6b274c4c26664febd4
|
EXSplashScreen: d8b3c547b9b18a41d80c6f6b274c4c26664febd4
|
||||||
|
EXStructuredHeaders: cb8d1f698e144f4c5547b4c4963e1552f5d2b457
|
||||||
|
EXUpdates: fe42e1cdace89a8db450351fbc38577b237af76b
|
||||||
EXUpdatesInterface: 996527fd7d1a5d271eb523258d603f8f92038f24
|
EXUpdatesInterface: 996527fd7d1a5d271eb523258d603f8f92038f24
|
||||||
FBLazyVector: 7e977dd099937dc5458851233141583abba49ff2
|
FBLazyVector: 7e977dd099937dc5458851233141583abba49ff2
|
||||||
Firebase: cec914dab6fd7b1bd8ab56ea07ce4e03dd251c2d
|
Firebase: cec914dab6fd7b1bd8ab56ea07ce4e03dd251c2d
|
||||||
@ -3142,6 +3191,7 @@ SPEC CHECKSUMS:
|
|||||||
RCTDeprecation: 4c7eeb42be0b2e95195563c49be08d0b839d22b4
|
RCTDeprecation: 4c7eeb42be0b2e95195563c49be08d0b839d22b4
|
||||||
RCTRequired: d530a0f489699c8500e944fde963102c42dcd0c2
|
RCTRequired: d530a0f489699c8500e944fde963102c42dcd0c2
|
||||||
RCTTypeSafety: b20878506b094fa3d9007d7b9e4be0faa3562499
|
RCTTypeSafety: b20878506b094fa3d9007d7b9e4be0faa3562499
|
||||||
|
ReachabilitySwift: 7f151ff156cea1481a8411701195ac6a984f4979
|
||||||
React: 2f9da0177233f60fa3462d83fcccde245759f81a
|
React: 2f9da0177233f60fa3462d83fcccde245759f81a
|
||||||
React-callinvoker: d0205f0dcebf72ec27263ab41e3a5ad827ed503f
|
React-callinvoker: d0205f0dcebf72ec27263ab41e3a5ad827ed503f
|
||||||
React-Codegen: 27212e14727ad7d6d9fd1b1967fbf21929e4ce29
|
React-Codegen: 27212e14727ad7d6d9fd1b1967fbf21929e4ce29
|
||||||
@ -3201,6 +3251,7 @@ SPEC CHECKSUMS:
|
|||||||
RNScreens: 30249f9331c3b00ae7cb7922e11f58b3ed369c07
|
RNScreens: 30249f9331c3b00ae7cb7922e11f58b3ed369c07
|
||||||
RNSVG: 4590aa95758149fa27c5c83e54a6a466349a1688
|
RNSVG: 4590aa95758149fa27c5c83e54a6a466349a1688
|
||||||
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
|
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
|
||||||
|
sqlite3: 02d1f07eaaa01f80a1c16b4b31dfcbb3345ee01a
|
||||||
Yoga: bd92064a0d558be92786820514d74fc4dddd1233
|
Yoga: bd92064a0d558be92786820514d74fc4dddd1233
|
||||||
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
|
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
|
||||||
|
|
||||||
|
@ -299,6 +299,7 @@
|
|||||||
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/EXNotifications/ExpoNotifications_privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/EXNotifications/ExpoNotifications_privacy.bundle",
|
||||||
|
"${PODS_CONFIGURATION_BUILD_DIR}/EXUpdates/EXUpdates.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoDevice/ExpoDevice_privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoDevice/ExpoDevice_privacy.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoSystemUI/ExpoSystemUI_privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoSystemUI/ExpoSystemUI_privacy.bundle",
|
||||||
@ -315,6 +316,7 @@
|
|||||||
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities_Privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities_Privacy.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises_Privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises_Privacy.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises_Privacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/PromisesSwift/Promises_Privacy.bundle",
|
||||||
|
"${PODS_CONFIGURATION_BUILD_DIR}/ReachabilitySwift/ReachabilitySwift.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/abseil/xcprivacy.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/abseil/xcprivacy.bundle",
|
||||||
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle",
|
"${PODS_CONFIGURATION_BUILD_DIR}/expo-dev-launcher/EXDevLauncher.bundle",
|
||||||
@ -332,6 +334,7 @@
|
|||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoNotifications_privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoNotifications_privacy.bundle",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXUpdates.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoDevice_privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoDevice_privacy.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoSystemUI_privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoSystemUI_privacy.bundle",
|
||||||
@ -348,6 +351,7 @@
|
|||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleUtilities_Privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleUtilities_Privacy.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FBLPromises_Privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FBLPromises_Privacy.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Promises_Privacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Promises_Privacy.bundle",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ReachabilitySwift.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/xcprivacy.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/xcprivacy.bundle",
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXDevLauncher.bundle",
|
||||||
@ -437,7 +441,7 @@
|
|||||||
);
|
);
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
||||||
PRODUCT_NAME = "CallyFamilyPlanner";
|
PRODUCT_NAME = CallyFamilyPlanner;
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
@ -468,7 +472,7 @@
|
|||||||
);
|
);
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
PRODUCT_BUNDLE_IDENTIFIER = com.cally.app;
|
||||||
PRODUCT_NAME = "CallyFamilyPlanner";
|
PRODUCT_NAME = CallyFamilyPlanner;
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
Reference in New Issue
Block a user