diff --git a/Config.xcconfig b/Config.xcconfig index a330a83..c26cd98 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -10,6 +10,7 @@ TEAM_ID = 8JGND254B7 BUNDLE_ID = com.neon443.NearFuture +BUNDLE_ID_WIDGETS = com.neon443.NearFuture.widgets GROUP_ID = group.NearFuture VERSION = 3.0.1 NAME = Near Future diff --git a/NearFuture.xcodeproj/project.pbxproj b/NearFuture.xcodeproj/project.pbxproj index ad08da6..460d5f5 100644 --- a/NearFuture.xcodeproj/project.pbxproj +++ b/NearFuture.xcodeproj/project.pbxproj @@ -640,7 +640,8 @@ ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; CODE_SIGN_ENTITLEMENTS = NearFutureWidgets/NearFutureWidgetsExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = "$(BUILD_NUMBER)"; + DEVELOPMENT_TEAM = "$(TEAM_ID)"; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = NearFutureWidgets/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = NearFutureWidgets; @@ -651,12 +652,12 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.0; + MARKETING_VERSION = "$(VERSION)"; OTHER_LDFLAGS = ( "-Xlinker", "-interposable", ); - PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture.widgets; + PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_ID_WIDGETS)"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -665,6 +666,7 @@ SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VERSION = "$(VERSION)"; }; name = Debug; }; @@ -676,7 +678,8 @@ ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; CODE_SIGN_ENTITLEMENTS = NearFutureWidgets/NearFutureWidgetsExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = "$(BUILD_NUMBER)"; + DEVELOPMENT_TEAM = "$(TEAM_ID)"; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = NearFutureWidgets/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = NearFutureWidgets; @@ -687,8 +690,8 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.0; - PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture.widgets; + MARKETING_VERSION = "$(VERSION)"; + PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_ID_WIDGETS)"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -698,6 +701,7 @@ SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; + VERSION = "$(VERSION)"; }; name = Release; };