Commit 4b537731 by Sebastián Katzer

Update example

parent 8505fc8d
......@@ -142,7 +142,7 @@
title: 'Scheduled with delay',
message: 'Test Message ' + (++counter),
date: _5_sec_from_now,
sound: 'res://beep.caf'
sound: 'file://beep.caf'
});
};
......
......@@ -44,6 +44,7 @@
7E7966E51810823500FA85AD /* icon-76@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DB1810823500FA85AD /* icon-76@2x.png */; };
7E7966E61810823500FA85AD /* icon-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DC1810823500FA85AD /* icon-small.png */; };
7E7966E71810823500FA85AD /* icon-small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DD1810823500FA85AD /* icon-small@2x.png */; };
9E1A68381A55FA1B00FBCA66 /* beep.caf in Resources */ = {isa = PBXBuildFile; fileRef = 9E1A68371A55FA1B00FBCA66 /* beep.caf */; };
9E5A62291A52DE07002E41A3 /* AppDelegate+APPLocalNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5A62281A52DE07002E41A3 /* AppDelegate+APPLocalNotification.m */; };
A5E31957B0D14EDA9EA08E51 /* UIApplication+APPLocalNotification.h in Sources */ = {isa = PBXBuildFile; fileRef = 49F49C19231D4BBE83DBF480 /* UIApplication+APPLocalNotification.h */; };
B0372583B02241029FBE505C /* APPLocalNotificationOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = B15E0B313C114B988FFDB3DF /* APPLocalNotificationOptions.m */; };
......@@ -114,6 +115,7 @@
7E7966DC1810823500FA85AD /* icon-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-small.png"; sourceTree = "<group>"; };
7E7966DD1810823500FA85AD /* icon-small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-small@2x.png"; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* NotificationExample-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "NotificationExample-Info.plist"; path = "../NotificationExample-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
9E1A68371A55FA1B00FBCA66 /* beep.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = beep.caf; sourceTree = "<group>"; };
9E5A62271A52DE07002E41A3 /* AppDelegate+APPLocalNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "AppDelegate+APPLocalNotification.h"; path = "de.appplant.cordova.plugin.local-notification/AppDelegate+APPLocalNotification.h"; sourceTree = "<group>"; };
9E5A62281A52DE07002E41A3 /* AppDelegate+APPLocalNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "AppDelegate+APPLocalNotification.m"; path = "de.appplant.cordova.plugin.local-notification/AppDelegate+APPLocalNotification.m"; sourceTree = "<group>"; };
B15E0B313C114B988FFDB3DF /* APPLocalNotificationOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = APPLocalNotificationOptions.m; path = "de.appplant.cordova.plugin.local-notification/APPLocalNotificationOptions.m"; sourceTree = "<group>"; };
......@@ -199,6 +201,7 @@
308D052D1370CCF300D202BF /* icons */,
308D05311370CCF300D202BF /* splash */,
8D1107310486CEB800E47090 /* NotificationExample-Info.plist */,
9E1A68371A55FA1B00FBCA66 /* beep.caf */,
E02030E711134A5D8215D2F0 /* appbeep.wav */,
);
name = Resources;
......@@ -367,6 +370,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9E1A68381A55FA1B00FBCA66 /* beep.caf in Resources */,
7E7966E41810823500FA85AD /* icon-76.png in Resources */,
7E7966DF1810823500FA85AD /* icon-40@2x.png in Resources */,
308D05371370CCF300D202BF /* icon-72.png in Resources */,
......
......@@ -2,4 +2,22 @@
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "NotificationExample/Plugins/de.appplant.cordova.plugin.local-notification/UILocalNotification+APPLocalNotification.m"
timestampString = "441842238.113728"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "61"
endingLineNumber = "61"
landmarkName = "-__init"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
......@@ -142,7 +142,7 @@
title: 'Scheduled with delay',
message: 'Test Message ' + (++counter),
date: _5_sec_from_now,
sound: 'res://beep.caf'
sound: 'file://beep.caf'
});
};
......
......@@ -142,7 +142,7 @@
title: 'Scheduled with delay',
message: 'Test Message ' + (++counter),
date: _5_sec_from_now,
sound: 'res://beep.caf'
sound: 'file://beep.caf'
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment