File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Pod::Spec.new do |s|
7
7
s . authors = {
8
8
"Batch.com" => "[email protected] "
9
9
}
10
- s . platform = :ios , "10 .0"
10
+ s . platform = :ios , "12 .0"
11
11
s . source = { :git => "[email protected] :BatchLabs/Batch-React-Native-Plugin.git" , :tag => "master" }
12
12
s . source_files = "ios/*.{h,m}"
13
13
s . requires_arc = true
14
14
15
15
s . dependency "React"
16
- s . dependency 'Batch' , '~> 1.20 .0'
16
+ s . dependency 'Batch' , '~> 1.21 .0'
17
17
end
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ def DEFAULT_MIN_SDK_VERSION = 16
2
2
def DEFAULT_COMPILE_SDK_VERSION = 33
3
3
def DEFAULT_BUILD_TOOLS_VERSION = " 33.0.0"
4
4
def DEFAULT_TARGET_SDK_VERSION = 33
5
- def DEFAULT_BATCH_SDK_VERSION = " 1.20 .+"
5
+ def DEFAULT_BATCH_SDK_VERSION = " 1.21 .+"
6
6
7
7
def safeExtGet (prop , fallback ) {
8
8
rootProject. ext. has(prop) ? rootProject. ext. get(prop) : fallback
Original file line number Diff line number Diff line change 1
- #if __has_include(" React/RCTBridgeModule.h" )
1
+ #if __has_include(< React/RCTBridgeModule.h> )
2
2
#import < React/RCTBridgeModule.h>
3
3
#else
4
4
#import " RCTBridgeModule.h"
5
5
#endif
6
6
7
- #if __has_include(" React/RCTEventEmitter.h" )
7
+ #if __has_include(< React/RCTEventEmitter.h> )
8
8
#import < React/RCTEventEmitter.h>
9
9
#else
10
10
#import " RCTEventEmitter.h"
Original file line number Diff line number Diff line change 161
161
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
162
162
GCC_WARN_UNUSED_FUNCTION = YES;
163
163
GCC_WARN_UNUSED_VARIABLE = YES;
164
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
164
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
165
165
MTL_ENABLE_DEBUG_INFO = YES;
166
166
ONLY_ACTIVE_ARCH = YES;
167
167
SDKROOT = iphoneos;
198
198
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
199
199
GCC_WARN_UNUSED_FUNCTION = YES;
200
200
GCC_WARN_UNUSED_VARIABLE = YES;
201
- IPHONEOS_DEPLOYMENT_TARGET = 10 .0;
201
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
202
202
MTL_ENABLE_DEBUG_INFO = NO;
203
203
SDKROOT = iphoneos;
204
204
VALIDATE_PRODUCT = YES;
You can’t perform that action at this time.
0 commit comments