From e2948483897d72b522ac4b57cf8176c378ed6e37 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Wed, 6 Sep 2023 00:53:54 -0700 Subject: [PATCH] Test PROVISIONING_PROFILE = ""; for PlanetDockPlugIn/Release --- Planet.xcodeproj/project.pbxproj | 1 + Planet/versioning.xcconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Planet.xcodeproj/project.pbxproj b/Planet.xcodeproj/project.pbxproj index 9d836d93..df714a18 100644 --- a/Planet.xcodeproj/project.pbxproj +++ b/Planet.xcodeproj/project.pbxproj @@ -1986,6 +1986,7 @@ CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Manual; + PROVISIONING_PROFILE = ""; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; diff --git a/Planet/versioning.xcconfig b/Planet/versioning.xcconfig index 4cc4d0cb..881afea8 100644 --- a/Planet/versioning.xcconfig +++ b/Planet/versioning.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 1615 +CURRENT_PROJECT_VERSION = 1616