Skip to content

Commit

Permalink
Merge pull request #433 from ensan-hcl/update/version
Browse files Browse the repository at this point in the history
[Feature] developのバージョンを2.3に変更
  • Loading branch information
ensan-hcl committed Feb 20, 2024
2 parents 009552c + 0686072 commit c9d6135
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azooKey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1656,7 +1656,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "";
Expand Down Expand Up @@ -1690,7 +1690,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.3;
MARKETING_VERSION = 2.3;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature ImportObjcForwardDeclarations";
PRODUCT_BUNDLE_IDENTIFIER = DevEn3.azooKey;
PRODUCT_NAME = azooKey;
Expand Down Expand Up @@ -1727,7 +1727,7 @@
"@executable_path/Frameworks",
);
LLVM_LTO = YES_THIN;
MARKETING_VERSION = 2.2.3;
MARKETING_VERSION = 2.3;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ImplicitOpenExistentials";
PRODUCT_BUNDLE_IDENTIFIER = DevEn3.azooKey;
PRODUCT_NAME = azooKey;
Expand Down Expand Up @@ -1860,7 +1860,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.2.3;
MARKETING_VERSION = 2.3;
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=300 -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature ImportObjcForwardDeclarations -enable-upcoming-feature DisableOutwardActorInference";
PRODUCT_BUNDLE_IDENTIFIER = DevEn3.azooKey.keyboard;
PRODUCT_NAME = Keyboard;
Expand Down Expand Up @@ -1896,7 +1896,7 @@
"@executable_path/../../Frameworks",
);
LLVM_LTO = YES_THIN;
MARKETING_VERSION = 2.2.3;
MARKETING_VERSION = 2.3;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ImplicitOpenExistentials";
PRODUCT_BUNDLE_IDENTIFIER = DevEn3.azooKey.keyboard;
PRODUCT_NAME = Keyboard;
Expand Down

0 comments on commit c9d6135

Please sign in to comment.