|
|
@@ -7,6 +7,7 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 2894D7D21E25876700401A74 /* RNPSpeechRecognition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2894D7D11E25876700401A74 /* 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 */; };
|
|
|
@@ -32,7 +33,8 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativePermissions.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 2894D7D01E25876700401A74 /* RNPSpeechRecognition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPSpeechRecognition.h; path = permissions/RNPSpeechRecognition.h; sourceTree = SOURCE_ROOT; };
|
|
|
+ 2894D7D11E25876700401A74 /* RNPSpeechRecognition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPSpeechRecognition.m; path = permissions/RNPSpeechRecognition.m; sourceTree = SOURCE_ROOT; };
|
|
|
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; };
|
|
|
@@ -97,6 +99,8 @@
|
|
|
9D4628091D33C1EC00346A5B /* permissions */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 2894D7D01E25876700401A74 /* RNPSpeechRecognition.h */,
|
|
|
+ 2894D7D11E25876700401A74 /* RNPSpeechRecognition.m */,
|
|
|
9D46282E1D34719100346A5B /* RNPAudioVideo.h */,
|
|
|
9D46282F1D34719100346A5B /* RNPAudioVideo.m */,
|
|
|
9D4628301D34719100346A5B /* RNPBackgroundRefresh.h */,
|
|
|
@@ -175,6 +179,7 @@
|
|
|
files = (
|
|
|
9D46283F1D34719100346A5B /* RNPBackgroundRefresh.m in Sources */,
|
|
|
9D4628451D34719100346A5B /* RNPPhoto.m in Sources */,
|
|
|
+ 2894D7D21E25876700401A74 /* RNPSpeechRecognition.m in Sources */,
|
|
|
9D4628431D34719100346A5B /* RNPLocation.m in Sources */,
|
|
|
9D46283E1D34719100346A5B /* RNPAudioVideo.m in Sources */,
|
|
|
9D4628401D34719100346A5B /* RNPBluetooth.m in Sources */,
|