File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
example/ios/AsyncStorageExample.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
s . homepage = package [ 'homepage' ]
13
13
s . platforms = { :ios => "9.0" , :tvos => "9.2" , :osx => "10.14" }
14
14
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 } " }
16
16
s . source_files = "ios/**/*.{h,m}"
17
17
18
18
s . dependency 'React-Core'
Original file line number Diff line number Diff line change 373
373
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
374
374
GCC_WARN_UNUSED_FUNCTION = YES;
375
375
GCC_WARN_UNUSED_VARIABLE = YES;
376
- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
376
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
377
377
MTL_ENABLE_DEBUG_INFO = YES;
378
378
ONLY_ACTIVE_ARCH = YES;
379
379
SDKROOT = iphoneos;
419
419
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
420
420
GCC_WARN_UNUSED_FUNCTION = YES;
421
421
GCC_WARN_UNUSED_VARIABLE = YES;
422
- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
422
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
423
423
MTL_ENABLE_DEBUG_INFO = NO;
424
424
SDKROOT = iphoneos;
425
425
VALIDATE_PRODUCT = YES;
You can’t perform that action at this time.
0 commit comments