Skip to content

Commit 451385f

Browse files
committed
Fix #970
1 parent 31595d3 commit 451385f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RNPermissions.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Pod::Spec.new do |s|
1717
s.source = { :git => package["repository"]["url"], :tag => s.version }
1818
s.resource_bundles = { 'RNPermissionsPrivacyInfo' => 'ios/PrivacyInfo.xcprivacy' }
1919

20-
s.source_files = "ios/*.{h,mm}", "ios/StoreKit/*.{h,mm}", "ios/FaceID/*.{h,mm}", "ios/Calendars/*.{h,mm}", "ios/LocationAlways/*.{h,mm}", "ios/PhotoLibraryAddOnly/*.{h,mm}", "ios/Microphone/*.{h,mm}", "ios/SpeechRecognition/*.{h,mm}", "ios/LocationWhenInUse/*.{h,mm}", "ios/PhotoLibrary/*.{h,mm}", "ios/Camera/*.{h,mm}", "ios/Contacts/*.{h,mm}", "ios/Motion/*.{h,mm}", "ios/CalendarsWriteOnly/*.{h,mm}", "ios/AppTrackingTransparency/*.{h,mm}", "ios/LocationAccuracy/*.{h,mm}", "ios/Bluetooth/*.{h,mm}", "ios/MediaLibrary/*.{h,mm}", "ios/Notifications/*.{h,mm}", "ios/Reminders/*.{h,mm}"
21-
s.frameworks = "StoreKit", "LocalAuthentication", "EventKit", "CoreLocation", "Photos", "AVFoundation", "Speech", "PhotosUI", "Contacts", "CoreMotion", "AdSupport", "AppTrackingTransparency", "CoreBluetooth", "MediaPlayer", "UserNotifications"
20+
s.source_files = "ios/*.{h,mm}"
21+
# s.frameworks = <frameworks>
2222

2323
if ENV['RCT_NEW_ARCH_ENABLED'] == "1" then
2424
install_modules_dependencies(s)

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@ PODS:
24082408
- React-perflogger (= 0.82.1)
24092409
- React-utils (= 0.82.1)
24102410
- SocketRocket
2411-
- RNPermissions (5.4.3):
2411+
- RNPermissions (5.4.4):
24122412
- boost
24132413
- DoubleConversion
24142414
- fast_float
@@ -2780,7 +2780,7 @@ SPEC CHECKSUMS:
27802780
ReactAppDependencyProvider: a45ef34bb22dc1c9b2ac1f74167d9a28af961176
27812781
ReactCodegen: 878add6c7d8ff8cea87697c44d29c03b79b6f2d9
27822782
ReactCommon: 804dc80944fa90b86800b43c871742ec005ca424
2783-
RNPermissions: f6b3e41e29e5c4994cc90257c3093ae6fdcb1f98
2783+
RNPermissions: f490a4e2576c03ee18d853d62faeb6514a72f2c7
27842784
RNVectorIcons: 791f13226ec4a3fd13062eda9e892159f0981fae
27852785
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27862786
Yoga: 689c8e04277f3ad631e60fe2a08e41d411daf8eb

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-permissions",
3-
"version": "5.4.3",
3+
"version": "5.4.4",
44
"license": "MIT",
55
"description": "An unified permissions API for React Native on iOS, Android and Windows",
66
"author": "Mathieu Acthernoene <[email protected]>",

0 commit comments

Comments
 (0)