|
23 | 23 | /* Begin PBXBuildFile section */ |
24 | 24 | 2B1764D41B4567E500936DC0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B1764D31B4567E500936DC0 /* UIKit.framework */; }; |
25 | 25 | 2B6E19231B454838006A7B46 /* LocalNotificationsPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6E19171B454838006A7B46 /* LocalNotificationsPlugin.framework */; }; |
26 | | - A325E9471C45871900C9F16B /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = A325E9411C45871900C9F16B /* Info.plist */; }; |
27 | | - A325E9481C45871900C9F16B /* LocalNotificationsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = A325E9421C45871900C9F16B /* LocalNotificationsPlugin.h */; }; |
28 | | - A325E9491C45871900C9F16B /* Notification.h in Headers */ = {isa = PBXBuildFile; fileRef = A325E9431C45871900C9F16B /* Notification.h */; }; |
| 26 | + A325E9481C45871900C9F16B /* LocalNotificationsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = A325E9421C45871900C9F16B /* LocalNotificationsPlugin.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 27 | + A325E9491C45871900C9F16B /* Notification.h in Headers */ = {isa = PBXBuildFile; fileRef = A325E9431C45871900C9F16B /* Notification.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
29 | 28 | A325E94A1C45871900C9F16B /* Notification.m in Sources */ = {isa = PBXBuildFile; fileRef = A325E9441C45871900C9F16B /* Notification.m */; }; |
30 | | - A325E94B1C45871900C9F16B /* NotificationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A325E9451C45871900C9F16B /* NotificationManager.h */; }; |
| 29 | + A325E94B1C45871900C9F16B /* NotificationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A325E9451C45871900C9F16B /* NotificationManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
31 | 30 | A325E94C1C45871900C9F16B /* NotificationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A325E9461C45871900C9F16B /* NotificationManager.m */; }; |
32 | | - A325E9501C45872300C9F16B /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = A325E94E1C45872300C9F16B /* Info.plist */; }; |
33 | | - A325E9511C45872300C9F16B /* LocalNotificationsPluginTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A325E94F1C45872300C9F16B /* LocalNotificationsPluginTests.m */; }; |
34 | 31 | /* End PBXBuildFile section */ |
35 | 32 |
|
36 | 33 | /* Begin PBXContainerItemProxy section */ |
|
53 | 50 | A325E9441C45871900C9F16B /* Notification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Notification.m; sourceTree = "<group>"; }; |
54 | 51 | A325E9451C45871900C9F16B /* NotificationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationManager.h; sourceTree = "<group>"; }; |
55 | 52 | A325E9461C45871900C9F16B /* NotificationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NotificationManager.m; sourceTree = "<group>"; }; |
56 | | - A325E94E1C45872300C9F16B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
57 | | - A325E94F1C45872300C9F16B /* LocalNotificationsPluginTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocalNotificationsPluginTests.m; sourceTree = "<group>"; }; |
58 | 53 | /* End PBXFileReference section */ |
59 | 54 |
|
60 | 55 | /* Begin PBXFrameworksBuildPhase section */ |
|
80 | 75 | 2B6E190D1B454838006A7B46 = { |
81 | 76 | isa = PBXGroup; |
82 | 77 | children = ( |
83 | | - A325E94D1C45872300C9F16B /* LocalNotificationsPluginTests */, |
84 | 78 | A325E9401C45871900C9F16B /* LocalNotificationsPlugin */, |
85 | 79 | 2B1764D31B4567E500936DC0 /* UIKit.framework */, |
86 | 80 | 2B6E19181B454838006A7B46 /* Products */, |
|
109 | 103 | path = LocalNotificationsPlugin; |
110 | 104 | sourceTree = "<group>"; |
111 | 105 | }; |
112 | | - A325E94D1C45872300C9F16B /* LocalNotificationsPluginTests */ = { |
113 | | - isa = PBXGroup; |
114 | | - children = ( |
115 | | - A325E94E1C45872300C9F16B /* Info.plist */, |
116 | | - A325E94F1C45872300C9F16B /* LocalNotificationsPluginTests.m */, |
117 | | - ); |
118 | | - path = LocalNotificationsPluginTests; |
119 | | - sourceTree = "<group>"; |
120 | | - }; |
121 | 106 | /* End PBXGroup section */ |
122 | 107 |
|
123 | 108 | /* Begin PBXHeadersBuildPhase section */ |
|
214 | 199 | isa = PBXResourcesBuildPhase; |
215 | 200 | buildActionMask = 2147483647; |
216 | 201 | files = ( |
217 | | - A325E9471C45871900C9F16B /* Info.plist in Resources */, |
218 | 202 | ); |
219 | 203 | runOnlyForDeploymentPostprocessing = 0; |
220 | 204 | }; |
221 | 205 | 2B6E19201B454838006A7B46 /* Resources */ = { |
222 | 206 | isa = PBXResourcesBuildPhase; |
223 | 207 | buildActionMask = 2147483647; |
224 | 208 | files = ( |
225 | | - A325E9501C45872300C9F16B /* Info.plist in Resources */, |
226 | 209 | ); |
227 | 210 | runOnlyForDeploymentPostprocessing = 0; |
228 | 211 | }; |
|
258 | 241 | isa = PBXSourcesBuildPhase; |
259 | 242 | buildActionMask = 2147483647; |
260 | 243 | files = ( |
261 | | - A325E9511C45872300C9F16B /* LocalNotificationsPluginTests.m in Sources */, |
262 | 244 | ); |
263 | 245 | runOnlyForDeploymentPostprocessing = 0; |
264 | 246 | }; |
|
0 commit comments