diff options
| author | Fuwn <[email protected]> | 2025-02-25 19:59:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 19:59:31 -0800 |
| commit | b390d981d49cebf632c3db964914949c5aeac658 (patch) | |
| tree | ba4c68f63c49ec37ab08d496de65554e6059e043 /Sora.xcodeproj | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-b390d981d49cebf632c3db964914949c5aeac658.tar.xz sora-testing-b390d981d49cebf632c3db964914949c5aeac658.zip | |
feat: Development commit
Diffstat (limited to 'Sora.xcodeproj')
| -rw-r--r-- | Sora.xcodeproj/project.pbxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Sora.xcodeproj/project.pbxproj b/Sora.xcodeproj/project.pbxproj index 9f4a113..7c10187 100644 --- a/Sora.xcodeproj/project.pbxproj +++ b/Sora.xcodeproj/project.pbxproj @@ -8,11 +8,13 @@ /* Begin PBXBuildFile section */ 4C334B072D6CC280002F5D8D /* NetworkImage in Frameworks */ = {isa = PBXBuildFile; productRef = 4C334B062D6CC280002F5D8D /* NetworkImage */; }; + 4C67001D2D6EC75F00FFDC8D /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 4C67001C2D6EC75F00FFDC8D /* Localizable.xcstrings */; }; 4CA3DE752D65B5990033035D /* WaterfallGrid in Frameworks */ = {isa = PBXBuildFile; productRef = 4CA3DE742D65B5990033035D /* WaterfallGrid */; }; 4CBAE9322D6C8CAE00C02D46 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4CBAE9312D6C8CAE00C02D46 /* Settings.bundle */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 4C67001C2D6EC75F00FFDC8D /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; }; 4CBAE9312D6C8CAE00C02D46 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; }; 4CD342762D6341D900565E6F /* Sora.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sora.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -54,6 +56,7 @@ 4CD3426D2D6341D900565E6F = { isa = PBXGroup; children = ( + 4C67001C2D6EC75F00FFDC8D /* Localizable.xcstrings */, 4CBAE9312D6C8CAE00C02D46 /* Settings.bundle */, 4CD342782D6341D900565E6F /* Sora */, 4CD342772D6341D900565E6F /* Products */, @@ -116,6 +119,7 @@ knownRegions = ( en, Base, + ja, ); mainGroup = 4CD3426D2D6341D900565E6F; minimizedProjectReferenceProxies = 1; @@ -139,6 +143,7 @@ buildActionMask = 2147483647; files = ( 4CBAE9322D6C8CAE00C02D46 /* Settings.bundle in Resources */, + 4C67001D2D6EC75F00FFDC8D /* Localizable.xcstrings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -212,6 +217,7 @@ MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 6.0; }; @@ -267,6 +273,7 @@ MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 6.0; }; name = Release; |