|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 3C448BA429381303002F96BC /* OneSignalNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C448BA329381303002F96BC /* OneSignalNotifications.framework */; };
|
11 | 11 | 3C448BA529381303002F96BC /* OneSignalNotifications.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3C448BA329381303002F96BC /* OneSignalNotifications.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
| 12 | + 3C79A42C2DB2B3170097BC13 /* click.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3C79A42A2DB2B3170097BC13 /* click.wav */; }; |
| 13 | + 3C79A42D2DB2B3170097BC13 /* bark.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3C79A4292DB2B3170097BC13 /* bark.wav */; }; |
12 | 14 | 4529DECC1FA7EAB800CEAB1D /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91B6EA051E83215000B5CF01 /* UserNotifications.framework */; };
|
13 | 15 | 4529DEFE1FA921DA00CEAB1D /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4529DEFD1FA921D900CEAB1D /* GoogleService-Info.plist */; };
|
14 | 16 | 458396691FACFBB300D5DB95 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4529DEFD1FA921D900CEAB1D /* GoogleService-Info.plist */; };
|
|
182 | 184 | /* Begin PBXFileReference section */
|
183 | 185 | 03432CDB1EBD426A0071FC48 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
|
184 | 186 | 3C448BA329381303002F96BC /* OneSignalNotifications.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OneSignalNotifications.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 187 | + 3C79A4292DB2B3170097BC13 /* bark.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = bark.wav; sourceTree = "<group>"; }; |
| 188 | + 3C79A42A2DB2B3170097BC13 /* click.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = click.wav; sourceTree = "<group>"; }; |
185 | 189 | 4529DEFD1FA921D900CEAB1D /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
186 | 190 | 454F94F71FAD49F300D74CCF /* OneSignalNotificationServiceExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OneSignalNotificationServiceExtension.entitlements; sourceTree = "<group>"; };
|
187 | 191 | 47AE654F2B7D3DB2006EBAA9 /* OneSignalLiveActivities.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OneSignalLiveActivities.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
330 | 334 | /* End PBXFrameworksBuildPhase section */
|
331 | 335 |
|
332 | 336 | /* Begin PBXGroup section */
|
| 337 | + 3C79A42B2DB2B3170097BC13 /* Sounds */ = { |
| 338 | + isa = PBXGroup; |
| 339 | + children = ( |
| 340 | + 3C79A4292DB2B3170097BC13 /* bark.wav */, |
| 341 | + 3C79A42A2DB2B3170097BC13 /* click.wav */, |
| 342 | + ); |
| 343 | + path = Sounds; |
| 344 | + sourceTree = "<group>"; |
| 345 | + }; |
333 | 346 | 9112E8791E724C320022A1CB = {
|
334 | 347 | isa = PBXGroup;
|
335 | 348 | children = (
|
|
373 | 386 | DEC08AFC2947CE3000C81DA3 /* SwiftTest.swift */,
|
374 | 387 | DEC08AFE2947CED000C81DA3 /* OneSignalExample-Bridging-Header.h */,
|
375 | 388 | 47AE65562B7D4157006EBAA9 /* ExampleAppWidgetAttributes.swift */,
|
| 389 | + 3C79A42B2DB2B3170097BC13 /* Sounds */, |
376 | 390 | );
|
377 | 391 | path = OneSignalDevApp;
|
378 | 392 | sourceTree = "<group>";
|
|
636 | 650 | 4529DEFE1FA921DA00CEAB1D /* GoogleService-Info.plist in Resources */,
|
637 | 651 | 9112E8921E724C320022A1CB /* Assets.xcassets in Resources */,
|
638 | 652 | 9112E8901E724C320022A1CB /* Main.storyboard in Resources */,
|
| 653 | + 3C79A42C2DB2B3170097BC13 /* click.wav in Resources */, |
| 654 | + 3C79A42D2DB2B3170097BC13 /* bark.wav in Resources */, |
639 | 655 | );
|
640 | 656 | runOnlyForDeploymentPostprocessing = 0;
|
641 | 657 | };
|
|
0 commit comments