You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/altparse/core.py
+17-14Lines changed: 17 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -164,26 +164,29 @@ def update(self, **kwargs):
164
164
app=self.src.apps[existingAppIDs.index(id)]
165
165
166
166
# try to use absoluteVersion if the App contains it
167
-
ifversion.parse(app.versions[0].absoluteVersionifapp.versions[0].absoluteVersionelseapp.versions[0].version) <version.parse(parser.version) or (parser.prefer_dateandparse_github_datetime(app.versions[0].date) <parse_github_datetime(parser.versionDate)):
logging.warning(app.name+" BundleID has changed to "+metadata["bundleIdentifier"])
189
+
logging.warning(app.name+" BundleID changed. This may cause issues with automatic updates.")
187
190
app.bundleIdentifier=metadata["bundleIdentifier"]
188
191
new_ver.localizedDescription+="\n\nNOTE: BundleIdentifier changed in this version and automatic updates have been disabled until manual install occurs."
0 commit comments