diff --git a/app.json b/app.json index 728d2b6..d759825 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ "supportsTablet": true, "bundleIdentifier": "com.cally.app", "googleServicesFile": "./ios/GoogleService-Info.plist", - "buildNumber": "15" + "buildNumber": "16" }, "android": { "adaptiveIcon": { diff --git a/app/(auth)/settings/index.tsx b/app/(auth)/settings/index.tsx index d3ace4d..362bddf 100644 --- a/app/(auth)/settings/index.tsx +++ b/app/(auth)/settings/index.tsx @@ -1,15 +1,11 @@ import SettingsPage from "@/components/pages/settings/SettingsPage"; -import { AuthContextProvider } from "@/contexts/AuthContext"; -import { SettingsContextProvider } from "@/contexts/SettingsContext"; +import {SettingsContextProvider} from "@/contexts/SettingsContext"; import React from "react"; -import { View } from "react-native-ui-lib"; export default function Screen() { - return ( - - - - - - ); + return ( + + + + ); } diff --git a/ios/cally.xcodeproj/project.pbxproj b/ios/cally.xcodeproj/project.pbxproj index 1b764f0..bbc34e4 100644 --- a/ios/cally.xcodeproj/project.pbxproj +++ b/ios/cally.xcodeproj/project.pbxproj @@ -437,7 +437,7 @@ ); OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG"; PRODUCT_BUNDLE_IDENTIFIER = com.cally.app; - PRODUCT_NAME = KaliFamilyPlanner; + PRODUCT_NAME = "KaliFamilyPlanner"; SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -468,7 +468,7 @@ ); OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE"; PRODUCT_BUNDLE_IDENTIFIER = com.cally.app; - PRODUCT_NAME = KaliFamilyPlanner; + PRODUCT_NAME = "KaliFamilyPlanner"; SWIFT_OBJC_BRIDGING_HEADER = "cally/cally-Bridging-Header.h"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; diff --git a/ios/cally/Info.plist b/ios/cally/Info.plist index 0edb718..48c7452 100644 --- a/ios/cally/Info.plist +++ b/ios/cally/Info.plist @@ -45,7 +45,7 @@ CFBundleVersion - 15 + 16 LSRequiresIPhoneOS NSAppTransportSecurity @@ -78,6 +78,7 @@ $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route UILaunchStoryboardName SplashScreen