Skip to content

Commit

Permalink
17.2.1 build 866
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Mar 11, 2024
1 parent df04676 commit 894c7ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Blink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4903,7 +4903,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 864;
CURRENT_PROJECT_VERSION = 866;
DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
Expand All @@ -4915,6 +4915,7 @@
"$(inherited)",
);
INFOPLIST_FILE = Blink/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -4924,7 +4925,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Frameworks",
);
MARKETING_VERSION = 17.2.0;
MARKETING_VERSION = 17.2.1;
NEW_SETTING = "";
OTHER_CFLAGS = "$(BLINK_OTHER_CFLAGS)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4954,13 +4955,14 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 864;
CURRENT_PROJECT_VERSION = 866;
DEAD_CODE_STRIPPING = NO;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = A2H2CL32AG;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = "";
INFOPLIST_FILE = Blink/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -4970,7 +4972,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Frameworks",
);
MARKETING_VERSION = 17.2.0;
MARKETING_VERSION = 17.2.1;
NEW_SETTING = "";
OTHER_CFLAGS = "$(BLINK_OTHER_CFLAGS)";
OTHER_LDFLAGS = (
Expand Down

0 comments on commit 894c7ce

Please sign in to comment.