diff --git a/app.json b/app.json
index f5e9201..728d2b6 100644
--- a/app.json
+++ b/app.json
@@ -16,7 +16,7 @@
"supportsTablet": true,
"bundleIdentifier": "com.cally.app",
"googleServicesFile": "./ios/GoogleService-Info.plist",
- "buildNumber": "14"
+ "buildNumber": "15"
},
"android": {
"adaptiveIcon": {
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 7e37072..0edb718 100644
--- a/ios/cally/Info.plist
+++ b/ios/cally/Info.plist
@@ -45,7 +45,7 @@
CFBundleVersion
- 14
+ 15
LSRequiresIPhoneOS
NSAppTransportSecurity
@@ -77,6 +77,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
diff --git a/yarn.lock b/yarn.lock
index 4a89e50..26d21e0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8648,6 +8648,11 @@ react-native-screens@3.31.1:
react-freeze "^1.0.0"
warn-once "^0.1.0"
+react-native-svg-icon@^0.10.0:
+ version "0.10.0"
+ resolved "https://registry.yarnpkg.com/react-native-svg-icon/-/react-native-svg-icon-0.10.0.tgz#c2b46dae51063559f67c019113edaac747071048"
+ integrity sha512-laLUJnXJ6gVCN/YjJvXG0eoaahocT7Iu3r+nr5XmyuJrapuWiuR7YYmuVCvFx2rtuexh8veooA1tsM319mcsNQ==
+
react-native-svg@^15.7.1:
version "15.7.1"
resolved "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.7.1.tgz"