From 4136aad2680fdd4103d1afab41c29b144d89a206 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 2 Jan 2021 21:43:29 +0100 Subject: [PATCH] Revert to static version number Variable breaks agvtool. --- Config.xcconfig | 1 - Passepartout/App/iOS/Info.plist | 2 +- Passepartout/App/macOS/Info.plist | 2 +- Passepartout/App/macOS/Launcher/Info.plist | 2 +- Passepartout/Core/Info.plist | 2 +- Passepartout/Tests/Info.plist | 2 +- Passepartout/Tunnel/Info.plist | 2 +- 7 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Config.xcconfig b/Config.xcconfig index 92c98ff2..743e3518 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -31,7 +31,6 @@ CFG_APP_IOS_ID = com.algoritmico.ios.Passepartout CFG_APP_MACOS_ID = com.algoritmico.macos.Passepartout CFG_APP_LAUNCHER_ID = com.algoritmico.macos.Passepartout.Launcher CFG_GROUP_ID = com.algoritmico.Passepartout -CFG_APP_VERSION = 1.14.0 CFG_APPSTORE_IOS_ID = 1433648537 CFG_APPSTORE_MACOS_ID = 1433645014 CFG_COPYRIGHT = Copyright © 2021 Davide De Rosa. All rights reserved. diff --git a/Passepartout/App/iOS/Info.plist b/Passepartout/App/iOS/Info.plist index 77331810..eaa6dfd8 100644 --- a/Passepartout/App/iOS/Info.plist +++ b/Passepartout/App/iOS/Info.plist @@ -33,7 +33,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - $(CFG_APP_VERSION) + 1.14.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/Passepartout/App/macOS/Info.plist b/Passepartout/App/macOS/Info.plist index 19b236f1..492cff46 100644 --- a/Passepartout/App/macOS/Info.plist +++ b/Passepartout/App/macOS/Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - $(CFG_APP_VERSION) + 1.14.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/Passepartout/App/macOS/Launcher/Info.plist b/Passepartout/App/macOS/Launcher/Info.plist index d75166c3..731edbf2 100644 --- a/Passepartout/App/macOS/Launcher/Info.plist +++ b/Passepartout/App/macOS/Launcher/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - $(CFG_APP_VERSION) + 1.14.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Passepartout/Core/Info.plist b/Passepartout/Core/Info.plist index 5dabe51b..14edd4c4 100644 --- a/Passepartout/Core/Info.plist +++ b/Passepartout/Core/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - $(CFG_APP_VERSION) + 1.14.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Passepartout/Tests/Info.plist b/Passepartout/Tests/Info.plist index a030db12..c8b47aa9 100644 --- a/Passepartout/Tests/Info.plist +++ b/Passepartout/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - $(CFG_APP_VERSION) + 1.14.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Passepartout/Tunnel/Info.plist b/Passepartout/Tunnel/Info.plist index 975dfb35..48949740 100644 --- a/Passepartout/Tunnel/Info.plist +++ b/Passepartout/Tunnel/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - $(CFG_APP_VERSION) + 1.14.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSMinimumSystemVersion