Skip to content

Commit fc84e54

Browse files
committed
Fix iOS build
1 parent 2436d0e commit fc84e54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RNCAsyncStorage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }
1414

15-
s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" }
15+
s.source = { :git => "https://github.com/react-native-async-storage/async-storage.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React-Core'

example/ios/AsyncStorageExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
374374
GCC_WARN_UNUSED_FUNCTION = YES;
375375
GCC_WARN_UNUSED_VARIABLE = YES;
376-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
376+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
377377
MTL_ENABLE_DEBUG_INFO = YES;
378378
ONLY_ACTIVE_ARCH = YES;
379379
SDKROOT = iphoneos;
@@ -419,7 +419,7 @@
419419
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
420420
GCC_WARN_UNUSED_FUNCTION = YES;
421421
GCC_WARN_UNUSED_VARIABLE = YES;
422-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
422+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
423423
MTL_ENABLE_DEBUG_INFO = NO;
424424
SDKROOT = iphoneos;
425425
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)