Skip to content

Commit ea1cabb

Browse files
committed
release v1.2.2
1 parent 7124594 commit ea1cabb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

DancingMarker/DancingMarker.xcodeproj/project.pbxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
694694
CODE_SIGN_IDENTITY = "Apple Development";
695695
CODE_SIGN_STYLE = Automatic;
696-
CURRENT_PROJECT_VERSION = 5;
696+
CURRENT_PROJECT_VERSION = 6;
697697
DEVELOPMENT_ASSET_PATHS = "\"DancingMarker/Preview Content\"";
698698
DEVELOPMENT_TEAM = 2U3B7G3F2A;
699699
ENABLE_PREVIEWS = YES;
@@ -710,11 +710,12 @@
710710
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
711711
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
712712
INFOPLIST_KEY_UIUserInterfaceStyle = Dark;
713+
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
713714
LD_RUNPATH_SEARCH_PATHS = (
714715
"$(inherited)",
715716
"@executable_path/Frameworks",
716717
);
717-
MARKETING_VERSION = 1.2.1;
718+
MARKETING_VERSION = 1.2.2;
718719
PRODUCT_BUNDLE_IDENTIFIER = com.test.DancingMarker;
719720
PRODUCT_NAME = "$(TARGET_NAME)";
720721
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -737,7 +738,7 @@
737738
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
738739
CODE_SIGN_IDENTITY = "Apple Development";
739740
CODE_SIGN_STYLE = Automatic;
740-
CURRENT_PROJECT_VERSION = 5;
741+
CURRENT_PROJECT_VERSION = 6;
741742
DEVELOPMENT_ASSET_PATHS = "\"DancingMarker/Preview Content\"";
742743
DEVELOPMENT_TEAM = 2U3B7G3F2A;
743744
ENABLE_PREVIEWS = YES;
@@ -754,11 +755,12 @@
754755
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
755756
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
756757
INFOPLIST_KEY_UIUserInterfaceStyle = Dark;
758+
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
757759
LD_RUNPATH_SEARCH_PATHS = (
758760
"$(inherited)",
759761
"@executable_path/Frameworks",
760762
);
761-
MARKETING_VERSION = 1.2.1;
763+
MARKETING_VERSION = 1.2.2;
762764
PRODUCT_BUNDLE_IDENTIFIER = com.test.DancingMarker;
763765
PRODUCT_NAME = "$(TARGET_NAME)";
764766
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -779,7 +781,7 @@
779781
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
780782
CODE_SIGN_IDENTITY = "Apple Development";
781783
CODE_SIGN_STYLE = Automatic;
782-
CURRENT_PROJECT_VERSION = 4;
784+
CURRENT_PROJECT_VERSION = 6;
783785
DEVELOPMENT_ASSET_PATHS = "\"WatchDancingMarker Watch App/Preview Content\"";
784786
DEVELOPMENT_TEAM = 2U3B7G3F2A;
785787
ENABLE_PREVIEWS = YES;
@@ -793,7 +795,7 @@
793795
"$(inherited)",
794796
"@executable_path/Frameworks",
795797
);
796-
MARKETING_VERSION = 1.2;
798+
MARKETING_VERSION = 1.2.2;
797799
PRODUCT_BUNDLE_IDENTIFIER = com.test.DancingMarker.watchkitapp;
798800
PRODUCT_NAME = "$(TARGET_NAME)";
799801
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -813,7 +815,7 @@
813815
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
814816
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
815817
CODE_SIGN_STYLE = Automatic;
816-
CURRENT_PROJECT_VERSION = 4;
818+
CURRENT_PROJECT_VERSION = 6;
817819
DEVELOPMENT_ASSET_PATHS = "\"WatchDancingMarker Watch App/Preview Content\"";
818820
DEVELOPMENT_TEAM = 2U3B7G3F2A;
819821
ENABLE_PREVIEWS = YES;
@@ -827,7 +829,7 @@
827829
"$(inherited)",
828830
"@executable_path/Frameworks",
829831
);
830-
MARKETING_VERSION = 1.2;
832+
MARKETING_VERSION = 1.2.2;
831833
PRODUCT_BUNDLE_IDENTIFIER = com.test.DancingMarker.watchkitapp;
832834
PRODUCT_NAME = "$(TARGET_NAME)";
833835
SDKROOT = watchos;

0 commit comments

Comments
 (0)