Skip to content

Commit 092c686

Browse files
committed
fix: upgrade ios target dev
1 parent c41728a commit 092c686

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

template/ios/Obytes.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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

@@ -160,7 +160,6 @@
160160
F3CF57466703456AB2A1B578 /* Inter.ttf */,
161161
);
162162
name = Resources;
163-
path = "";
164163
sourceTree = "<group>";
165164
};
166165
/* End PBXGroup section */
@@ -503,6 +502,7 @@
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",
@@ -528,6 +528,7 @@
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",

template/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '11.0'
4+
platform :ios, '11.2'
55

66
target 'Obytes' do
77
config = use_native_modules!

0 commit comments

Comments
 (0)