Skip to content

Commit 4c0a429

Browse files
Update ContentView.swift
All Vers.
1 parent 36b1380 commit 4c0a429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,6 @@ Thanks to:
415415
// XXYYZZ: major XX, minor YY, patch ZZ
416416
let requiredVersion = major*10000 + minor*100 + patch
417417
let currentVersion = os.majorVersion*10000 + os.minorVersion*100 + os.patchVersion
418-
return currentVersion < requiredVersion
418+
return True
419419
}
420420
}

0 commit comments

Comments
 (0)