Skip to content

Commit 05297fd

Browse files
committed
Fix buildVersion in feed to match modified IPA version string
1 parent 4aa1832 commit 05297fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/buildParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ iCube is a fork of DolphiniOS, optimized for iOS and tvOS devices.`,
225225

226226
return {
227227
version: versionString,
228-
buildVersion: v.buildVersion,
228+
buildVersion: versionString, // Must match the version in the modified IPA
229229
date: v.date,
230230
localizedDescription: v.localizedDescription,
231231
downloadURL: v.downloadURL,

0 commit comments

Comments
 (0)