Skip to content

Commit e4644ff

Browse files
committed
Bundle version 119, short version string 1.2
1 parent a3dda12 commit e4644ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ReceiptValidation/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let delegate = DefaultNSXPCListenerDelegate(
3030
identifiers: Set(["com.tlphn.Telephone.iap.month", "com.tlphn.Telephone.iap.year"])
3131
),
3232
attributes: ReceiptAttributes(
33-
identifier: "com.tlphn.Telephone", version: "1.1.7", guid: DeviceGUID().dataValue
33+
identifier: "com.tlphn.Telephone", version: "1.2", guid: DeviceGUID().dataValue
3434
)
3535
),
3636
certificate: certificate

Telephone/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.7</string>
20+
<string>1.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -40,7 +40,7 @@
4040
</dict>
4141
</array>
4242
<key>CFBundleVersion</key>
43-
<string>118</string>
43+
<string>119</string>
4444
<key>ITSAppUsesNonExemptEncryption</key>
4545
<false/>
4646
<key>LSApplicationCategoryType</key>

0 commit comments

Comments
 (0)