File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
RNPermissionsExample.xcodeproj Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ if (isNewArchitectureEnabled()) {
60
60
61
61
android {
62
62
namespace = " com.zoontek.rnpermissions"
63
+
63
64
// Used to override the NDK path/version on internal CI or by allowing
64
65
// users to customize the NDK path/version from their root project (e.g. for M1 support)
65
66
if (rootProject. hasProperty(" ndkPath" )) {
@@ -71,14 +72,14 @@ android {
71
72
72
73
compileSdkVersion safeExtGet(" compileSdkVersion" , 33 )
73
74
buildToolsVersion safeExtGet(" buildToolsVersion" , " 33.0.0" )
75
+
74
76
defaultConfig {
75
77
minSdkVersion safeExtGet(" minSdkVersion" , 21 )
76
78
targetSdkVersion safeExtGet(" targetSdkVersion" , 33 )
77
79
}
78
80
lintOptions {
79
81
abortOnError false
80
82
}
81
-
82
83
sourceSets. main {
83
84
java {
84
85
if (! isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ PODS:
419
419
- React-jsi (= 0.71.4)
420
420
- React-logger (= 0.71.4)
421
421
- React-perflogger (= 0.71.4)
422
- - RNPermissions (3.8.0 ):
422
+ - RNPermissions (3.8.1 ):
423
423
- React-Core
424
424
- RNVectorIcons (9.2.0):
425
425
- React-Core
@@ -634,12 +634,12 @@ SPEC CHECKSUMS:
634
634
React-RCTVibration: ad17efcfb2fa8f6bfd8ac0cf48d96668b8b28e0b
635
635
React-runtimeexecutor: 8fa50b38df6b992c76537993a2b0553d3b088004
636
636
ReactCommon: b49a4b00ca6d181ff74b17c12b2d59ac4add0bde
637
- RNPermissions: 930f326a122d3e8efb5af00602e7ca8f2c7a0762
637
+ RNPermissions: 5edfd0aff896daa905bfb6c8286057e8fa1611a4
638
638
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
639
639
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
640
640
Yoga: 79dd7410de6f8ad73a77c868d3d368843f0c93e0
641
641
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
642
642
643
643
PODFILE CHECKSUM: 2df7157942aab2be35e7c7f29f9ea2733aaa7fc0
644
644
645
- COCOAPODS: 1.12.0
645
+ COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change 364
364
COPY_PHASE_STRIP = NO;
365
365
ENABLE_STRICT_OBJC_MSGSEND = YES;
366
366
ENABLE_TESTABILITY = YES;
367
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "" ;
367
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386 ;
368
368
GCC_C_LANGUAGE_STANDARD = gnu99;
369
369
GCC_DYNAMIC_NO_PIC = NO;
370
370
GCC_NO_COMMON_BLOCKS = YES;
398
398
"-DFOLLY_MOBILE=1",
399
399
"-DFOLLY_USE_LIBCPP=1",
400
400
);
401
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
401
402
SDKROOT = iphoneos;
402
403
};
403
404
name = Debug;
435
436
COPY_PHASE_STRIP = YES;
436
437
ENABLE_NS_ASSERTIONS = NO;
437
438
ENABLE_STRICT_OBJC_MSGSEND = YES;
438
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "" ;
439
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386 ;
439
440
GCC_C_LANGUAGE_STANDARD = gnu99;
440
441
GCC_NO_COMMON_BLOCKS = YES;
441
442
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
461
462
"-DFOLLY_MOBILE=1",
462
463
"-DFOLLY_USE_LIBCPP=1",
463
464
);
465
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
464
466
SDKROOT = iphoneos;
465
467
VALIDATE_PRODUCT = YES;
466
468
};
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-permissions" ,
3
- "version" : " 3.8.0 " ,
3
+ "version" : " 3.8.1 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " An unified permissions API for React Native on iOS, Android and Windows" ,
6
6
"author" :
" Mathieu Acthernoene <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments