|
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 */; }; |
|
33 | 35 | /* End PBXCopyFilesBuildPhase section */ |
34 | 36 |
|
35 | 37 | /* Begin PBXFileReference section */ |
| 38 | + 488FE29B200BC8A100E05AB0 /* RNPMediaLibrary.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNPMediaLibrary.m; sourceTree = "<group>"; }; |
| 39 | + 488FE29D200BC8D200E05AB0 /* RNPMediaLibrary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNPMediaLibrary.h; sourceTree = "<group>"; }; |
| 40 | + 488FE2A1200BCEC900E05AB0 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; }; |
36 | 41 | 669581F31FE4416B008596CD /* ReactNativePermissions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativePermissions.h; sourceTree = "<group>"; }; |
37 | 42 | 669581F41FE4416B008596CD /* RCTConvert+RNPStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNPStatus.m"; sourceTree = "<group>"; }; |
38 | 43 | 669581F51FE4416B008596CD /* ReactNativePermissions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativePermissions.m; sourceTree = "<group>"; }; |
|
63 | 68 | isa = PBXFrameworksBuildPhase; |
64 | 69 | buildActionMask = 2147483647; |
65 | 70 | files = ( |
| 71 | + 488FE2A2200BCED100E05AB0 /* MediaPlayer.framework in Frameworks */, |
66 | 72 | ); |
67 | 73 | runOnlyForDeploymentPostprocessing = 0; |
68 | 74 | }; |
69 | 75 | /* End PBXFrameworksBuildPhase section */ |
70 | 76 |
|
71 | 77 | /* Begin PBXGroup section */ |
| 78 | + 488FE2A0200BCEC900E05AB0 /* Frameworks */ = { |
| 79 | + isa = PBXGroup; |
| 80 | + children = ( |
| 81 | + 488FE2A1200BCEC900E05AB0 /* MediaPlayer.framework */, |
| 82 | + ); |
| 83 | + name = Frameworks; |
| 84 | + sourceTree = "<group>"; |
| 85 | + }; |
72 | 86 | 669581FA1FE44191008596CD /* Permissions */ = { |
73 | 87 | isa = PBXGroup; |
74 | 88 | children = ( |
|
78 | 92 | 669582001FE441A7008596CD /* RNPBackgroundRefresh.m */, |
79 | 93 | 669582091FE441A8008596CD /* RNPBluetooth.h */, |
80 | 94 | 669581FF1FE441A7008596CD /* RNPBluetooth.m */, |
| 95 | + 488FE29D200BC8D200E05AB0 /* RNPMediaLibrary.h */, |
| 96 | + 488FE29B200BC8A100E05AB0 /* RNPMediaLibrary.m */, |
81 | 97 | 669581FB1FE441A7008596CD /* RNPContacts.h */, |
82 | 98 | 669582081FE441A8008596CD /* RNPContacts.m */, |
83 | 99 | 669582061FE441A7008596CD /* RNPEvent.h */, |
|
103 | 119 | 669581F31FE4416B008596CD /* ReactNativePermissions.h */, |
104 | 120 | 669581F51FE4416B008596CD /* ReactNativePermissions.m */, |
105 | 121 | 9D23B3501C767B80008B4819 /* Products */, |
| 122 | + 488FE2A0200BCEC900E05AB0 /* Frameworks */, |
106 | 123 | ); |
107 | 124 | sourceTree = "<group>"; |
108 | 125 | }; |
|
171 | 188 | buildActionMask = 2147483647; |
172 | 189 | files = ( |
173 | 190 | 669582111FE441A8008596CD /* RNPNotification.m in Sources */, |
| 191 | + 488FE29C200BC8A100E05AB0 /* RNPMediaLibrary.m in Sources */, |
174 | 192 | 669582151FE441A8008596CD /* RNPEvent.m in Sources */, |
175 | 193 | 669582101FE441A8008596CD /* RNPBackgroundRefresh.m in Sources */, |
176 | 194 | 669581F71FE4416B008596CD /* RCTConvert+RNPStatus.m in Sources */, |
|
0 commit comments