|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 488FE29C200BC8A100E05AB0 /* RNPMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 488FE29B200BC8A100E05AB0 /* RNPMediaLibrary.m */; }; |
| 11 | + 488FE2A2200BCED100E05AB0 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 488FE2A1200BCEC900E05AB0 /* MediaPlayer.framework */; }; |
10 | 12 | 669581F71FE4416B008596CD /* RCTConvert+RNPStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581F41FE4416B008596CD /* RCTConvert+RNPStatus.m */; }; |
11 | 13 | 669581F81FE4416B008596CD /* ReactNativePermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581F51FE4416B008596CD /* ReactNativePermissions.m */; }; |
12 | 14 | 6695820D1FE441A8008596CD /* RNPSpeechRecognition.m in Sources */ = {isa = PBXBuildFile; fileRef = 669581FD1FE441A7008596CD /* RNPSpeechRecognition.m */; }; |
|
34 | 36 | /* End PBXCopyFilesBuildPhase section */ |
35 | 37 |
|
36 | 38 | /* Begin PBXFileReference section */ |
| 39 | + 488FE29B200BC8A100E05AB0 /* RNPMediaLibrary.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNPMediaLibrary.m; sourceTree = "<group>"; }; |
| 40 | + 488FE29D200BC8D200E05AB0 /* RNPMediaLibrary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNPMediaLibrary.h; sourceTree = "<group>"; }; |
| 41 | + 488FE2A1200BCEC900E05AB0 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; |
37 | 42 | 669581F31FE4416B008596CD /* ReactNativePermissions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativePermissions.h; sourceTree = "<group>"; }; |
38 | 43 | 669581F41FE4416B008596CD /* RCTConvert+RNPStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNPStatus.m"; sourceTree = "<group>"; }; |
39 | 44 | 669581F51FE4416B008596CD /* ReactNativePermissions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativePermissions.m; sourceTree = "<group>"; }; |
|
66 | 71 | isa = PBXFrameworksBuildPhase; |
67 | 72 | buildActionMask = 2147483647; |
68 | 73 | files = ( |
| 74 | + 488FE2A2200BCED100E05AB0 /* MediaPlayer.framework in Frameworks */, |
69 | 75 | ); |
70 | 76 | runOnlyForDeploymentPostprocessing = 0; |
71 | 77 | }; |
72 | 78 | /* End PBXFrameworksBuildPhase section */ |
73 | 79 |
|
74 | 80 | /* Begin PBXGroup section */ |
| 81 | + 488FE2A0200BCEC900E05AB0 /* Frameworks */ = { |
| 82 | + isa = PBXGroup; |
| 83 | + children = ( |
| 84 | + 488FE2A1200BCEC900E05AB0 /* MediaPlayer.framework */, |
| 85 | + ); |
| 86 | + name = Frameworks; |
| 87 | + sourceTree = "<group>"; |
| 88 | + }; |
75 | 89 | 669581FA1FE44191008596CD /* Permissions */ = { |
76 | 90 | isa = PBXGroup; |
77 | 91 | children = ( |
|
81 | 95 | 669582001FE441A7008596CD /* RNPBackgroundRefresh.m */, |
82 | 96 | 669582091FE441A8008596CD /* RNPBluetooth.h */, |
83 | 97 | 669581FF1FE441A7008596CD /* RNPBluetooth.m */, |
| 98 | + 488FE29D200BC8D200E05AB0 /* RNPMediaLibrary.h */, |
| 99 | + 488FE29B200BC8A100E05AB0 /* RNPMediaLibrary.m */, |
84 | 100 | 669581FB1FE441A7008596CD /* RNPContacts.h */, |
85 | 101 | 669582081FE441A8008596CD /* RNPContacts.m */, |
86 | 102 | 669582061FE441A7008596CD /* RNPEvent.h */, |
|
108 | 124 | 669581F31FE4416B008596CD /* ReactNativePermissions.h */, |
109 | 125 | 669581F51FE4416B008596CD /* ReactNativePermissions.m */, |
110 | 126 | 9D23B3501C767B80008B4819 /* Products */, |
| 127 | + 488FE2A0200BCEC900E05AB0 /* Frameworks */, |
111 | 128 | ); |
112 | 129 | sourceTree = "<group>"; |
113 | 130 | }; |
|
176 | 193 | buildActionMask = 2147483647; |
177 | 194 | files = ( |
178 | 195 | 669582111FE441A8008596CD /* RNPNotification.m in Sources */, |
| 196 | + 488FE29C200BC8A100E05AB0 /* RNPMediaLibrary.m in Sources */, |
179 | 197 | 669582151FE441A8008596CD /* RNPEvent.m in Sources */, |
180 | 198 | 669582101FE441A8008596CD /* RNPBackgroundRefresh.m in Sources */, |
181 | 199 | 669581F71FE4416B008596CD /* RCTConvert+RNPStatus.m in Sources */, |
|
0 commit comments