|
|
@@ -7,17 +7,17 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- 281CD5911E26B0C8003A72B2 /* RNPSpeechRecognition.m in Sources */ = {isa = PBXBuildFile; fileRef = 281CD5901E26B0C7003A72B2 /* RNPSpeechRecognition.m */; };
|
|
|
- 9D46283E1D34719100346A5B /* RNPAudioVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D46282F1D34719100346A5B /* RNPAudioVideo.m */; };
|
|
|
- 9D46283F1D34719100346A5B /* RNPBackgroundRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628311D34719100346A5B /* RNPBackgroundRefresh.m */; };
|
|
|
- 9D4628401D34719100346A5B /* RNPBluetooth.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628331D34719100346A5B /* RNPBluetooth.m */; };
|
|
|
- 9D4628411D34719100346A5B /* RNPContacts.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628351D34719100346A5B /* RNPContacts.m */; };
|
|
|
- 9D4628421D34719100346A5B /* RNPEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628371D34719100346A5B /* RNPEvent.m */; };
|
|
|
- 9D4628431D34719100346A5B /* RNPLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628391D34719100346A5B /* RNPLocation.m */; };
|
|
|
- 9D4628441D34719100346A5B /* RNPNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D46283B1D34719100346A5B /* RNPNotification.m */; };
|
|
|
- 9D4628451D34719100346A5B /* RNPPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D46283D1D34719100346A5B /* RNPPhoto.m */; };
|
|
|
- 9DE8D2821CA3188D009CE8CC /* ReactNativePermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DE8D2811CA3188D009CE8CC /* ReactNativePermissions.m */; };
|
|
|
- 9DE8D28B1CA31E95009CE8CC /* RCTConvert+RNPStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DE8D28A1CA31E95009CE8CC /* RCTConvert+RNPStatus.m */; };
|
|
|
+ 669581F71FE4416B008596CD /* RCTConvert+RNPStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581F41FE4416B008596CD /* RCTConvert+RNPStatus.m */; };
|
|
|
+ 669581F81FE4416B008596CD /* ReactNativePermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581F51FE4416B008596CD /* ReactNativePermissions.m */; };
|
|
|
+ 6695820D1FE441A8008596CD /* RNPSpeechRecognition.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581FD1FE441A7008596CD /* RNPSpeechRecognition.m */; };
|
|
|
+ 6695820E1FE441A8008596CD /* RNPLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581FE1FE441A7008596CD /* RNPLocation.m */; };
|
|
|
+ 6695820F1FE441A8008596CD /* RNPBluetooth.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581FF1FE441A7008596CD /* RNPBluetooth.m */; };
|
|
|
+ 669582101FE441A8008596CD /* RNPBackgroundRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 669582001FE441A7008596CD /* RNPBackgroundRefresh.m */; };
|
|
|
+ 669582111FE441A8008596CD /* RNPNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 669582011FE441A7008596CD /* RNPNotification.m */; };
|
|
|
+ 669582121FE441A8008596CD /* RNPPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = 669582031FE441A7008596CD /* RNPPhoto.m */; };
|
|
|
+ 669582131FE441A8008596CD /* RNPAudioVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 669582071FE441A7008596CD /* RNPAudioVideo.m */; };
|
|
|
+ 669582141FE441A8008596CD /* RNPContacts.m in Sources */ = {isa = PBXBuildFile; fileRef = 669582081FE441A8008596CD /* RNPContacts.m */; };
|
|
|
+ 669582151FE441A8008596CD /* RNPEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6695820A1FE441A8008596CD /* RNPEvent.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
@@ -33,29 +33,29 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 281CD5901E26B0C7003A72B2 /* RNPSpeechRecognition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPSpeechRecognition.m; path = permissions/RNPSpeechRecognition.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 281CD5921E26B266003A72B2 /* RNPSpeechRecognition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPSpeechRecognition.h; path = permissions/RNPSpeechRecognition.h; sourceTree = SOURCE_ROOT; };
|
|
|
+ 669581F31FE4416B008596CD /* ReactNativePermissions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativePermissions.h; sourceTree = "<group>"; };
|
|
|
+ 669581F41FE4416B008596CD /* RCTConvert+RNPStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNPStatus.m"; sourceTree = "<group>"; };
|
|
|
+ 669581F51FE4416B008596CD /* ReactNativePermissions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativePermissions.m; sourceTree = "<group>"; };
|
|
|
+ 669581F61FE4416B008596CD /* RCTConvert+RNPStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+RNPStatus.h"; sourceTree = "<group>"; };
|
|
|
+ 669581FB1FE441A7008596CD /* RNPContacts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPContacts.h; sourceTree = "<group>"; };
|
|
|
+ 669581FC1FE441A7008596CD /* RNPPhoto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPPhoto.h; sourceTree = "<group>"; };
|
|
|
+ 669581FD1FE441A7008596CD /* RNPSpeechRecognition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPSpeechRecognition.m; sourceTree = "<group>"; };
|
|
|
+ 669581FE1FE441A7008596CD /* RNPLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPLocation.m; sourceTree = "<group>"; };
|
|
|
+ 669581FF1FE441A7008596CD /* RNPBluetooth.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPBluetooth.m; sourceTree = "<group>"; };
|
|
|
+ 669582001FE441A7008596CD /* RNPBackgroundRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPBackgroundRefresh.m; sourceTree = "<group>"; };
|
|
|
+ 669582011FE441A7008596CD /* RNPNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPNotification.m; sourceTree = "<group>"; };
|
|
|
+ 669582021FE441A7008596CD /* RNPLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPLocation.h; sourceTree = "<group>"; };
|
|
|
+ 669582031FE441A7008596CD /* RNPPhoto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPPhoto.m; sourceTree = "<group>"; };
|
|
|
+ 669582041FE441A7008596CD /* RNPAudioVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPAudioVideo.h; sourceTree = "<group>"; };
|
|
|
+ 669582051FE441A7008596CD /* RNPBackgroundRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPBackgroundRefresh.h; sourceTree = "<group>"; };
|
|
|
+ 669582061FE441A7008596CD /* RNPEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPEvent.h; sourceTree = "<group>"; };
|
|
|
+ 669582071FE441A7008596CD /* RNPAudioVideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPAudioVideo.m; sourceTree = "<group>"; };
|
|
|
+ 669582081FE441A8008596CD /* RNPContacts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPContacts.m; sourceTree = "<group>"; };
|
|
|
+ 669582091FE441A8008596CD /* RNPBluetooth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPBluetooth.h; sourceTree = "<group>"; };
|
|
|
+ 6695820A1FE441A8008596CD /* RNPEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPEvent.m; sourceTree = "<group>"; };
|
|
|
+ 6695820B1FE441A8008596CD /* RNPSpeechRecognition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPSpeechRecognition.h; sourceTree = "<group>"; };
|
|
|
+ 6695820C1FE441A8008596CD /* RNPNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPNotification.h; sourceTree = "<group>"; };
|
|
|
9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativePermissions.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- 9D46282E1D34719100346A5B /* RNPAudioVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPAudioVideo.h; path = permissions/RNPAudioVideo.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D46282F1D34719100346A5B /* RNPAudioVideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPAudioVideo.m; path = permissions/RNPAudioVideo.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628301D34719100346A5B /* RNPBackgroundRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPBackgroundRefresh.h; path = permissions/RNPBackgroundRefresh.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628311D34719100346A5B /* RNPBackgroundRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPBackgroundRefresh.m; path = permissions/RNPBackgroundRefresh.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628321D34719100346A5B /* RNPBluetooth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPBluetooth.h; path = permissions/RNPBluetooth.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628331D34719100346A5B /* RNPBluetooth.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPBluetooth.m; path = permissions/RNPBluetooth.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628341D34719100346A5B /* RNPContacts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPContacts.h; path = permissions/RNPContacts.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628351D34719100346A5B /* RNPContacts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPContacts.m; path = permissions/RNPContacts.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628361D34719100346A5B /* RNPEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPEvent.h; path = permissions/RNPEvent.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628371D34719100346A5B /* RNPEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPEvent.m; path = permissions/RNPEvent.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628381D34719100346A5B /* RNPLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPLocation.h; path = permissions/RNPLocation.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D4628391D34719100346A5B /* RNPLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPLocation.m; path = permissions/RNPLocation.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D46283A1D34719100346A5B /* RNPNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPNotification.h; path = permissions/RNPNotification.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D46283B1D34719100346A5B /* RNPNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPNotification.m; path = permissions/RNPNotification.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D46283C1D34719100346A5B /* RNPPhoto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPPhoto.h; path = permissions/RNPPhoto.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9D46283D1D34719100346A5B /* RNPPhoto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPPhoto.m; path = permissions/RNPPhoto.m; sourceTree = SOURCE_ROOT; };
|
|
|
- 9DE8D2801CA31888009CE8CC /* ReactNativePermissions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReactNativePermissions.h; sourceTree = SOURCE_ROOT; };
|
|
|
- 9DE8D2811CA3188D009CE8CC /* ReactNativePermissions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ReactNativePermissions.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
|
- 9DE8D2891CA31E95009CE8CC /* RCTConvert+RNPStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = "RCTConvert+RNPStatus.h"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
|
|
|
- 9DE8D28A1CA31E95009CE8CC /* RCTConvert+RNPStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = "RCTConvert+RNPStatus.m"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -69,57 +69,49 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
- 9D23B3461C767B80008B4819 = {
|
|
|
+ 669581FA1FE44191008596CD /* Permissions */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 9D23B3511C767B80008B4819 /* ReactNativePermissions */,
|
|
|
- 9D23B3501C767B80008B4819 /* Products */,
|
|
|
+ 669582041FE441A7008596CD /* RNPAudioVideo.h */,
|
|
|
+ 669582071FE441A7008596CD /* RNPAudioVideo.m */,
|
|
|
+ 669582051FE441A7008596CD /* RNPBackgroundRefresh.h */,
|
|
|
+ 669582001FE441A7008596CD /* RNPBackgroundRefresh.m */,
|
|
|
+ 669582091FE441A8008596CD /* RNPBluetooth.h */,
|
|
|
+ 669581FF1FE441A7008596CD /* RNPBluetooth.m */,
|
|
|
+ 669581FB1FE441A7008596CD /* RNPContacts.h */,
|
|
|
+ 669582081FE441A8008596CD /* RNPContacts.m */,
|
|
|
+ 669582061FE441A7008596CD /* RNPEvent.h */,
|
|
|
+ 6695820A1FE441A8008596CD /* RNPEvent.m */,
|
|
|
+ 669582021FE441A7008596CD /* RNPLocation.h */,
|
|
|
+ 669581FE1FE441A7008596CD /* RNPLocation.m */,
|
|
|
+ 6695820C1FE441A8008596CD /* RNPNotification.h */,
|
|
|
+ 669582011FE441A7008596CD /* RNPNotification.m */,
|
|
|
+ 669581FC1FE441A7008596CD /* RNPPhoto.h */,
|
|
|
+ 669582031FE441A7008596CD /* RNPPhoto.m */,
|
|
|
+ 6695820B1FE441A8008596CD /* RNPSpeechRecognition.h */,
|
|
|
+ 669581FD1FE441A7008596CD /* RNPSpeechRecognition.m */,
|
|
|
);
|
|
|
+ path = Permissions;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 9D23B3501C767B80008B4819 /* Products */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */,
|
|
|
- );
|
|
|
- name = Products;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
- 9D23B3511C767B80008B4819 /* ReactNativePermissions */ = {
|
|
|
+ 9D23B3461C767B80008B4819 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 9D4628091D33C1EC00346A5B /* permissions */,
|
|
|
- 9DE8D2891CA31E95009CE8CC /* RCTConvert+RNPStatus.h */,
|
|
|
- 9DE8D28A1CA31E95009CE8CC /* RCTConvert+RNPStatus.m */,
|
|
|
- 9DE8D2801CA31888009CE8CC /* ReactNativePermissions.h */,
|
|
|
- 9DE8D2811CA3188D009CE8CC /* ReactNativePermissions.m */,
|
|
|
+ 669581FA1FE44191008596CD /* Permissions */,
|
|
|
+ 669581F61FE4416B008596CD /* RCTConvert+RNPStatus.h */,
|
|
|
+ 669581F41FE4416B008596CD /* RCTConvert+RNPStatus.m */,
|
|
|
+ 669581F31FE4416B008596CD /* ReactNativePermissions.h */,
|
|
|
+ 669581F51FE4416B008596CD /* ReactNativePermissions.m */,
|
|
|
+ 9D23B3501C767B80008B4819 /* Products */,
|
|
|
);
|
|
|
- path = ReactNativePermissions;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 9D4628091D33C1EC00346A5B /* permissions */ = {
|
|
|
+ 9D23B3501C767B80008B4819 /* Products */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 9D46282E1D34719100346A5B /* RNPAudioVideo.h */,
|
|
|
- 9D46282F1D34719100346A5B /* RNPAudioVideo.m */,
|
|
|
- 9D4628301D34719100346A5B /* RNPBackgroundRefresh.h */,
|
|
|
- 9D4628311D34719100346A5B /* RNPBackgroundRefresh.m */,
|
|
|
- 9D4628321D34719100346A5B /* RNPBluetooth.h */,
|
|
|
- 9D4628331D34719100346A5B /* RNPBluetooth.m */,
|
|
|
- 9D4628341D34719100346A5B /* RNPContacts.h */,
|
|
|
- 9D4628351D34719100346A5B /* RNPContacts.m */,
|
|
|
- 9D4628361D34719100346A5B /* RNPEvent.h */,
|
|
|
- 9D4628371D34719100346A5B /* RNPEvent.m */,
|
|
|
- 9D4628381D34719100346A5B /* RNPLocation.h */,
|
|
|
- 9D4628391D34719100346A5B /* RNPLocation.m */,
|
|
|
- 9D46283A1D34719100346A5B /* RNPNotification.h */,
|
|
|
- 9D46283B1D34719100346A5B /* RNPNotification.m */,
|
|
|
- 9D46283C1D34719100346A5B /* RNPPhoto.h */,
|
|
|
- 9D46283D1D34719100346A5B /* RNPPhoto.m */,
|
|
|
- 281CD5921E26B266003A72B2 /* RNPSpeechRecognition.h */,
|
|
|
- 281CD5901E26B0C7003A72B2 /* RNPSpeechRecognition.m */,
|
|
|
+ 9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */,
|
|
|
);
|
|
|
- name = permissions;
|
|
|
+ name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
/* End PBXGroup section */
|
|
|
@@ -178,17 +170,17 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 9D46283F1D34719100346A5B /* RNPBackgroundRefresh.m in Sources */,
|
|
|
- 9D4628451D34719100346A5B /* RNPPhoto.m in Sources */,
|
|
|
- 281CD5911E26B0C8003A72B2 /* RNPSpeechRecognition.m in Sources */,
|
|
|
- 9D4628431D34719100346A5B /* RNPLocation.m in Sources */,
|
|
|
- 9D46283E1D34719100346A5B /* RNPAudioVideo.m in Sources */,
|
|
|
- 9D4628401D34719100346A5B /* RNPBluetooth.m in Sources */,
|
|
|
- 9DE8D28B1CA31E95009CE8CC /* RCTConvert+RNPStatus.m in Sources */,
|
|
|
- 9D4628421D34719100346A5B /* RNPEvent.m in Sources */,
|
|
|
- 9DE8D2821CA3188D009CE8CC /* ReactNativePermissions.m in Sources */,
|
|
|
- 9D4628411D34719100346A5B /* RNPContacts.m in Sources */,
|
|
|
- 9D4628441D34719100346A5B /* RNPNotification.m in Sources */,
|
|
|
+ 669582111FE441A8008596CD /* RNPNotification.m in Sources */,
|
|
|
+ 669582151FE441A8008596CD /* RNPEvent.m in Sources */,
|
|
|
+ 669582101FE441A8008596CD /* RNPBackgroundRefresh.m in Sources */,
|
|
|
+ 669581F71FE4416B008596CD /* RCTConvert+RNPStatus.m in Sources */,
|
|
|
+ 6695820E1FE441A8008596CD /* RNPLocation.m in Sources */,
|
|
|
+ 6695820F1FE441A8008596CD /* RNPBluetooth.m in Sources */,
|
|
|
+ 669582141FE441A8008596CD /* RNPContacts.m in Sources */,
|
|
|
+ 6695820D1FE441A8008596CD /* RNPSpeechRecognition.m in Sources */,
|
|
|
+ 669582131FE441A8008596CD /* RNPAudioVideo.m in Sources */,
|
|
|
+ 669581F81FE4416B008596CD /* ReactNativePermissions.m in Sources */,
|
|
|
+ 669582121FE441A8008596CD /* RNPPhoto.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|