Skip to content

Commit 3b27712

Browse files
committed
Change in size of saved messages array.
1 parent 4e514f8 commit 3b27712

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Swift Push 3/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>152</string>
22+
<string>153</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIBackgroundModes</key>

Swift Push 3/NotificationData.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
// A single, global instance of this class
1212
var notifications = [NotificationData]()
13-
let maxNotifications = 16
13+
let maxNotifications = 48
1414

1515
class NotificationData {
1616
var alert: String = ""

Swift Push 3/Settings.bundle/Root.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<array>
77
<dict>
88
<key>DefaultValue</key>
9-
<string>152</string>
9+
<string>153</string>
1010
<key>Key</key>
1111
<string>CurrentBuildNumber</string>
1212
<key>Title</key>

0 commit comments

Comments
 (0)