adding build stuff. and prod keys

This commit is contained in:
Gabriel Brown 2024-09-25 15:01:05 -05:00
parent 2d6812fcab
commit f09e1513cf
6 changed files with 16 additions and 6 deletions

1
.env
View File

@ -1,3 +1,2 @@
EXPO_PUBLIC_API_KEY=I_Love_Madeline
EXPO_PUBLIC_BASE_URL=https://ismadelinethecutest.gibbyb.com/api
#EXPO_PUBLIC_BASE_URL=http://192.168.0.39:3000/api

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ npm-debug.*
*.mobileprovision
*.orig.*
web-build/
.env
.env*
# macOS
.DS_Store

0
android/gradlew vendored Executable file → Normal file
View File

View File

@ -12,6 +12,10 @@
"distribution": "internal"
},
"production": {
"env": {
"EXPO_PUBLIC_API_KEY": "I_Love_Madeline",
"EXPO_PUBLIC_BASE_URL": "https://ismadelinethecutest.gibbyb.com/api"
},
"autoIncrement": true
}
},

View File

@ -406,7 +406,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.gibbyb.fuse;
PRODUCT_NAME = fuse;
PRODUCT_NAME = "fuse";
SWIFT_OBJC_BRIDGING_HEADER = "fuse/fuse-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@ -439,7 +439,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = com.gibbyb.fuse;
PRODUCT_NAME = fuse;
PRODUCT_NAME = "fuse";
SWIFT_OBJC_BRIDGING_HEADER = "fuse/fuse-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
@ -506,7 +506,10 @@
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
@ -564,7 +567,10 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;

View File

@ -54,6 +54,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>