diff options
| author | Fuwn <[email protected]> | 2025-02-24 04:12:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-24 04:12:17 -0800 |
| commit | eeb260a62d96f92e450773df182d935692d25845 (patch) | |
| tree | f2fb4dbfa3a80dc87e2b3a1649552a9559af41c7 /Sora.xcodeproj/project.pbxproj | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-eeb260a62d96f92e450773df182d935692d25845.tar.xz sora-testing-eeb260a62d96f92e450773df182d935692d25845.zip | |
feat: Development commit
Diffstat (limited to 'Sora.xcodeproj/project.pbxproj')
| -rw-r--r-- | Sora.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Sora.xcodeproj/project.pbxproj b/Sora.xcodeproj/project.pbxproj index 51f0a71..43cb40f 100644 --- a/Sora.xcodeproj/project.pbxproj +++ b/Sora.xcodeproj/project.pbxproj @@ -8,9 +8,11 @@ /* Begin PBXBuildFile section */ 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 */ + 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 */ @@ -50,6 +52,7 @@ 4CD3426D2D6341D900565E6F = { isa = PBXGroup; children = ( + 4CBAE9312D6C8CAE00C02D46 /* Settings.bundle */, 4CD342782D6341D900565E6F /* Sora */, 4CD342772D6341D900565E6F /* Products */, ); @@ -131,6 +134,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 4CBAE9322D6C8CAE00C02D46 /* Settings.bundle in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; |