From 41d118d6cf54e3bcc50f215c9b4963e9f87581e9 Mon Sep 17 00:00:00 2001 From: Tiago Daniel Jacobs Date: Tue, 8 Nov 2022 23:52:13 -0300 Subject: [PATCH] Fix xcode configuration to use marketing version variable instead of hard coded version --- ios/BigBlueButton Tablet.xcodeproj/project.pbxproj | 2 ++ ios/BigBlueButtonTablet/Info.plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj b/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj index e00407c..27bf082 100644 --- a/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj +++ b/ios/BigBlueButton Tablet.xcodeproj/project.pbxproj @@ -608,6 +608,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -645,6 +646,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/ios/BigBlueButtonTablet/Info.plist b/ios/BigBlueButtonTablet/Info.plist index 05e2af9..41cba90 100644 --- a/ios/BigBlueButtonTablet/Info.plist +++ b/ios/BigBlueButtonTablet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleURLTypes