Skip to content

Commit

Permalink
fix iOS build. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Oct 24, 2023
1 parent 0aa2b2e commit 68912d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Project/iOS/Dorothy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,11 @@
3CA780932AE66FB000B7BADA /* MovementConf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CA780002AE66FB000B7BADA /* MovementConf.cpp */; };
3CA780942AE66FB000B7BADA /* StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CA780012AE66FB000B7BADA /* StackAllocator.cpp */; };
3CA780952AE66FB000B7BADA /* StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CA780012AE66FB000B7BADA /* StackAllocator.cpp */; };
3CA7809A2AE770DC00B7BADA /* libbgfx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CA780962AE770DC00B7BADA /* libbgfx.a */; };
3CA7809B2AE770DC00B7BADA /* libbimg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CA780972AE770DC00B7BADA /* libbimg.a */; };
3CA7809C2AE770DC00B7BADA /* libbimg_decode.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CA780982AE770DC00B7BADA /* libbimg_decode.a */; };
3CA7809D2AE770DC00B7BADA /* libbx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CA780992AE770DC00B7BADA /* libbx.a */; };
3CA7809F2AE770EE00B7BADA /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CA7809E2AE770EE00B7BADA /* libSDL2.a */; };
3CA8DF0F2A0CE83D0022CC90 /* www in Resources */ = {isa = PBXBuildFile; fileRef = 3CA8DF0E2A0CE83D0022CC90 /* www */; };
3CA8DF102A0CE83D0022CC90 /* www in Resources */ = {isa = PBXBuildFile; fileRef = 3CA8DF0E2A0CE83D0022CC90 /* www */; };
3CAA2D1526155DB3004443A6 /* Backup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CAA2D0826155DB3004443A6 /* Backup.cpp */; };
Expand Down Expand Up @@ -1516,6 +1521,11 @@
3CA780012AE66FB000B7BADA /* StackAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StackAllocator.cpp; sourceTree = "<group>"; };
3CA780022AE66FB000B7BADA /* ConstraintSolverConf.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ConstraintSolverConf.hpp; sourceTree = "<group>"; };
3CA780032AE66FB000B7BADA /* ToiOutput.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ToiOutput.hpp; sourceTree = "<group>"; };
3CA780962AE770DC00B7BADA /* libbgfx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbgfx.a; path = ../../Source/3rdParty/bgfx/Lib/iOS/libbgfx.a; sourceTree = "<group>"; };
3CA780972AE770DC00B7BADA /* libbimg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbimg.a; path = ../../Source/3rdParty/bgfx/Lib/iOS/libbimg.a; sourceTree = "<group>"; };
3CA780982AE770DC00B7BADA /* libbimg_decode.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbimg_decode.a; path = ../../Source/3rdParty/bgfx/Lib/iOS/libbimg_decode.a; sourceTree = "<group>"; };
3CA780992AE770DC00B7BADA /* libbx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbx.a; path = ../../Source/3rdParty/bgfx/Lib/iOS/libbx.a; sourceTree = "<group>"; };
3CA7809E2AE770EE00B7BADA /* libSDL2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2.a; path = ../../Source/3rdParty/SDL2/Lib/iOS/libSDL2.a; sourceTree = "<group>"; };
3CA8DF0E2A0CE83D0022CC90 /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../Assets/www; sourceTree = "<group>"; };
3CAA2D0226155DB2004443A6 /* Statement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Statement.h; path = ../../../Source/3rdParty/sqlite/SQLiteCpp/Statement.h; sourceTree = "<group>"; };
3CAA2D0326155DB2004443A6 /* SQLiteCpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SQLiteCpp.h; path = ../../../Source/3rdParty/sqlite/SQLiteCpp/SQLiteCpp.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1907,6 +1917,11 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3CA7809F2AE770EE00B7BADA /* libSDL2.a in Frameworks */,
3CA7809A2AE770DC00B7BADA /* libbgfx.a in Frameworks */,
3CA7809B2AE770DC00B7BADA /* libbimg.a in Frameworks */,
3CA7809C2AE770DC00B7BADA /* libbimg_decode.a in Frameworks */,
3CA7809D2AE770DC00B7BADA /* libbx.a in Frameworks */,
3CD210611E663F8B004676F1 /* Metal.framework in Frameworks */,
3CBE0F762608983E003F4F45 /* CoreHaptics.framework in Frameworks */,
3CE3317C1D96D98D00F9C3F6 /* CoreAudio.framework in Frameworks */,
Expand Down Expand Up @@ -2833,6 +2848,11 @@
3C98626E1D9CA4500056A045 /* Frameworks */ = {
isa = PBXGroup;
children = (
3CA7809E2AE770EE00B7BADA /* libSDL2.a */,
3CA780962AE770DC00B7BADA /* libbgfx.a */,
3CA780982AE770DC00B7BADA /* libbimg_decode.a */,
3CA780972AE770DC00B7BADA /* libbimg.a */,
3CA780992AE770DC00B7BADA /* libbx.a */,
3CBE0F2226087FC8003F4F45 /* libSDL2.a */,
3CBE0F1D26087FB3003F4F45 /* libbgfx.a */,
3CBE0F1C26087FB3003F4F45 /* libbimg_decode.a */,
Expand Down

0 comments on commit 68912d4

Please sign in to comment.