|
@@ -7,6 +7,7 @@
|
7
|
7
|
objects = {
|
8
|
8
|
|
9
|
9
|
/* Begin PBXBuildFile section */
|
|
10
|
+ 2894D7D21E25876700401A74 /* RNPSpeechRecognition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2894D7D11E25876700401A74 /* RNPSpeechRecognition.m */; };
|
10
|
11
|
9D46283E1D34719100346A5B /* RNPAudioVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D46282F1D34719100346A5B /* RNPAudioVideo.m */; };
|
11
|
12
|
9D46283F1D34719100346A5B /* RNPBackgroundRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628311D34719100346A5B /* RNPBackgroundRefresh.m */; };
|
12
|
13
|
9D4628401D34719100346A5B /* RNPBluetooth.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628331D34719100346A5B /* RNPBluetooth.m */; };
|
|
@@ -32,7 +33,8 @@
|
32
|
33
|
/* End PBXCopyFilesBuildPhase section */
|
33
|
34
|
|
34
|
35
|
/* Begin PBXFileReference section */
|
35
|
|
- 9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativePermissions.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
36
|
+ 2894D7D01E25876700401A74 /* RNPSpeechRecognition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPSpeechRecognition.h; path = permissions/RNPSpeechRecognition.h; sourceTree = SOURCE_ROOT; };
|
|
37
|
+ 2894D7D11E25876700401A74 /* RNPSpeechRecognition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPSpeechRecognition.m; path = permissions/RNPSpeechRecognition.m; sourceTree = SOURCE_ROOT; };
|
36
|
38
|
9D46282E1D34719100346A5B /* RNPAudioVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPAudioVideo.h; path = permissions/RNPAudioVideo.h; sourceTree = SOURCE_ROOT; };
|
37
|
39
|
9D46282F1D34719100346A5B /* RNPAudioVideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPAudioVideo.m; path = permissions/RNPAudioVideo.m; sourceTree = SOURCE_ROOT; };
|
38
|
40
|
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 @@
|
97
|
99
|
9D4628091D33C1EC00346A5B /* permissions */ = {
|
98
|
100
|
isa = PBXGroup;
|
99
|
101
|
children = (
|
|
102
|
+ 2894D7D01E25876700401A74 /* RNPSpeechRecognition.h */,
|
|
103
|
+ 2894D7D11E25876700401A74 /* RNPSpeechRecognition.m */,
|
100
|
104
|
9D46282E1D34719100346A5B /* RNPAudioVideo.h */,
|
101
|
105
|
9D46282F1D34719100346A5B /* RNPAudioVideo.m */,
|
102
|
106
|
9D4628301D34719100346A5B /* RNPBackgroundRefresh.h */,
|
|
@@ -175,6 +179,7 @@
|
175
|
179
|
files = (
|
176
|
180
|
9D46283F1D34719100346A5B /* RNPBackgroundRefresh.m in Sources */,
|
177
|
181
|
9D4628451D34719100346A5B /* RNPPhoto.m in Sources */,
|
|
182
|
+ 2894D7D21E25876700401A74 /* RNPSpeechRecognition.m in Sources */,
|
178
|
183
|
9D4628431D34719100346A5B /* RNPLocation.m in Sources */,
|
179
|
184
|
9D46283E1D34719100346A5B /* RNPAudioVideo.m in Sources */,
|
180
|
185
|
9D4628401D34719100346A5B /* RNPBluetooth.m in Sources */,
|