add pod for VisionCamera & other ios config, update expo-constants version
This commit is contained in:
@@ -39,6 +39,9 @@ end
|
||||
|
||||
target 'Railbird' do
|
||||
use_expo_modules!
|
||||
# Local pod specification for submodule
|
||||
pod 'VisionCamera', :path => '../react-native-vision-camera/package'
|
||||
|
||||
config = use_native_modules!
|
||||
|
||||
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks']
|
||||
|
@@ -571,7 +571,7 @@ DEPENDENCIES:
|
||||
- RNScreens (from `../node_modules/react-native-screens`)
|
||||
- RNStaticSafeAreaInsets (from `../node_modules/react-native-static-safe-area-insets`)
|
||||
- RNSVG (from `../node_modules/react-native-svg`)
|
||||
- VisionCamera (from `../node_modules/react-native-vision-camera`)
|
||||
- VisionCamera (from `../react-native-vision-camera/package`)
|
||||
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
||||
|
||||
SPEC REPOS:
|
||||
@@ -700,7 +700,7 @@ EXTERNAL SOURCES:
|
||||
RNSVG:
|
||||
:path: "../node_modules/react-native-svg"
|
||||
VisionCamera:
|
||||
:path: "../node_modules/react-native-vision-camera"
|
||||
:path: "../react-native-vision-camera/package"
|
||||
Yoga:
|
||||
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||
|
||||
@@ -774,6 +774,6 @@ SPEC CHECKSUMS:
|
||||
VisionCamera: 4b98b273902ac18491bb68481b6601f1f0da0f2d
|
||||
Yoga: b76f1acfda8212aa16b7e26bcce3983230c82603
|
||||
|
||||
PODFILE CHECKSUM: fe3da96ed9108818e45f85fdade1623742df3ab2
|
||||
PODFILE CHECKSUM: b6f983e27dc9836c280903b75ab16080aab25b0b
|
||||
|
||||
COCOAPODS: 1.14.3
|
||||
|
@@ -384,7 +384,7 @@
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ai.railbird.railbird;
|
||||
PRODUCT_NAME = "Railbird";
|
||||
PRODUCT_NAME = Railbird;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Railbird/Railbird-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
@@ -419,7 +419,7 @@
|
||||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ai.railbird.railbird;
|
||||
PRODUCT_NAME = "Railbird";
|
||||
PRODUCT_NAME = Railbird;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Railbird/Railbird-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
|
@@ -41,6 +41,8 @@
|
||||
<string>1</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>$(PRODUCT_NAME) needs access to your Camera.</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
|
Reference in New Issue
Block a user