Data model complete
This commit is contained in:
@@ -46,6 +46,8 @@ PODS:
|
||||
- Yoga
|
||||
- ExpoSplashScreen (0.29.24):
|
||||
- ExpoModulesCore
|
||||
- ExpoSQLite (15.1.4):
|
||||
- ExpoModulesCore
|
||||
- ExpoSymbols (0.2.2):
|
||||
- ExpoModulesCore
|
||||
- ExpoSystemUI (4.0.9):
|
||||
@@ -1931,6 +1933,7 @@ DEPENDENCIES:
|
||||
- ExpoLinking (from `../node_modules/expo-linking/ios`)
|
||||
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
|
||||
- ExpoSplashScreen (from `../node_modules/expo-splash-screen/ios`)
|
||||
- ExpoSQLite (from `../node_modules/expo-sqlite/ios`)
|
||||
- ExpoSymbols (from `../node_modules/expo-symbols/ios`)
|
||||
- ExpoSystemUI (from `../node_modules/expo-system-ui/ios`)
|
||||
- ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`)
|
||||
@@ -2039,6 +2042,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/expo-modules-core"
|
||||
ExpoSplashScreen:
|
||||
:path: "../node_modules/expo-splash-screen/ios"
|
||||
ExpoSQLite:
|
||||
:path: "../node_modules/expo-sqlite/ios"
|
||||
ExpoSymbols:
|
||||
:path: "../node_modules/expo-symbols/ios"
|
||||
ExpoSystemUI:
|
||||
@@ -2200,6 +2205,7 @@ SPEC CHECKSUMS:
|
||||
ExpoLinking: 8d12bee174ba0cdf31239706578e29e74a417402
|
||||
ExpoModulesCore: c25d77625038b1968ea1afefc719862c0d8dd993
|
||||
ExpoSplashScreen: 8261985ce9778f904abc7e31bed3538dce67ed4d
|
||||
ExpoSQLite: 10fceac6748e9e8f010c70733e0e704fa67399ab
|
||||
ExpoSymbols: f3002db15156cd4e505c77b6ea1df5c984db9965
|
||||
ExpoSystemUI: b82a45cf0f6a4fa18d07c46deba8725dd27688b4
|
||||
ExpoWebBrowser: a212e6b480d8857d3e441fba51e0c968333803b3
|
||||
|
||||
@@ -254,10 +254,12 @@
|
||||
);
|
||||
inputPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-selfstarter/Pods-selfstarter-frameworks.sh",
|
||||
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ExpoSQLite/crsqlite.framework/crsqlite",
|
||||
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputPaths = (
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/crsqlite.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -361,7 +363,7 @@
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.anonymous.selfstarter;
|
||||
PRODUCT_NAME = "selfstarter";
|
||||
PRODUCT_NAME = selfstarter;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "selfstarter/selfstarter-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
@@ -389,7 +391,7 @@
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.anonymous.selfstarter;
|
||||
PRODUCT_NAME = "selfstarter";
|
||||
PRODUCT_NAME = selfstarter;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "selfstarter/selfstarter-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
||||
Reference in New Issue
Block a user