Skip to content

Commit

Permalink
Merge pull request #107 from 2rabs/rt/improve-ios-project
Browse files Browse the repository at this point in the history
👍 Xcode プロジェクトの設定を変更
  • Loading branch information
tatsutakein authored Dec 3, 2023
2 parents fc4551f + 74a772d commit d0326c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/ios/App/Nito/Nito.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@
};
buildConfigurationList = 0518CBBE2AEC05BB003599DC /* Build configuration list for PBXProject "Nito" */;
compatibilityVersion = "Xcode 15.0";
developmentRegion = en;
developmentRegion = ja;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
ja,
);
mainGroup = 0518CBBA2AEC05BB003599DC;
packageReferences = (
Expand Down Expand Up @@ -287,7 +287,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -344,7 +344,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand Down

0 comments on commit d0326c0

Please sign in to comment.