File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4646 DD85BD2C2603B826003D17A0 /* BootSplash.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = BootSplash.storyboard; path = Obytes/BootSplash.storyboard; sourceTree = "<group>"; };
4747 E4D9D20BA97BAA5F3A62D17A /* Pods-Obytes-ObytesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Obytes-ObytesTests.debug.xcconfig"; path = "Target Support Files/Pods-Obytes-ObytesTests/Pods-Obytes-ObytesTests.debug.xcconfig"; sourceTree = "<group>"; };
4848 ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
49- F3CF57466703456AB2A1B578 /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined ; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
49+ F3CF57466703456AB2A1B578 /* Inter.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9 ; includeInIndex = 0; lastKnownFileType = unknown; name = Inter.ttf; path = ../assets/fonts/Inter.ttf; sourceTree = "<group>"; };
5050 F9AE65C939A1E7039E306A3D /* libPods-Obytes.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Obytes.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5151/* End PBXFileReference section */
5252
160160 F3CF57466703456AB2A1B578 /* Inter.ttf */,
161161 );
162162 name = Resources;
163- path = "";
164163 sourceTree = "<group>";
165164 };
166165/* End PBXGroup section */
503502 CURRENT_PROJECT_VERSION = 1;
504503 ENABLE_BITCODE = NO;
505504 INFOPLIST_FILE = Obytes/Info.plist;
505+ IPHONEOS_DEPLOYMENT_TARGET = 11.2;
506506 LD_RUNPATH_SEARCH_PATHS = (
507507 "$(inherited)",
508508 "@executable_path/Frameworks",
528528 CLANG_ENABLE_MODULES = YES;
529529 CURRENT_PROJECT_VERSION = 1;
530530 INFOPLIST_FILE = Obytes/Info.plist;
531+ IPHONEOS_DEPLOYMENT_TARGET = 11.2;
531532 LD_RUNPATH_SEARCH_PATHS = (
532533 "$(inherited)",
533534 "@executable_path/Frameworks",
Original file line number Diff line number Diff line change 11require_relative '../node_modules/react-native/scripts/react_native_pods'
22require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33
4- platform :ios , '11.0 '
4+ platform :ios , '11.2 '
55
66target 'Obytes' do
77 config = use_native_modules!
You can’t perform that action at this time.
0 commit comments