Skip to content

Commit

Permalink
Bundle version 119, short version string 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eofster committed Aug 31, 2016
1 parent a3dda12 commit e4644ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReceiptValidation/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let delegate = DefaultNSXPCListenerDelegate(
identifiers: Set(["com.tlphn.Telephone.iap.month", "com.tlphn.Telephone.iap.year"])
),
attributes: ReceiptAttributes(
identifier: "com.tlphn.Telephone", version: "1.1.7", guid: DeviceGUID().dataValue
identifier: "com.tlphn.Telephone", version: "1.2", guid: DeviceGUID().dataValue
)
),
certificate: certificate
Expand Down
4 changes: 2 additions & 2 deletions Telephone/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>118</string>
<string>119</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit e4644ff

Please sign in to comment.