123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 60;
- objects = {
- /* Begin PBXBuildFile section */
- 38020F302C43568500029E9A /* AdvancedSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38020F2F2C43567F00029E9A /* AdvancedSettingsView.swift */; };
- 38020F352C43720200029E9A /* NavView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38020F342C4371FC00029E9A /* NavView.swift */; };
- 38020F412C43754700029E9A /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 38020F3B2C43754700029E9A /* LICENSE */; };
- 38020F422C43754700029E9A /* JITEnabler.m in Sources */ = {isa = PBXBuildFile; fileRef = 38020F3F2C43754700029E9A /* JITEnabler.m */; };
- 38020F432C43754700029E9A /* EnableJIT.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38020F362C43754700029E9A /* EnableJIT.swift */; };
- 38020F442C43754700029E9A /* DetectServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38020F372C43754700029E9A /* DetectServer.swift */; };
- 38020F452C43754700029E9A /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 38020F392C43754700029E9A /* fishhook.c */; };
- 38020F462C43754700029E9A /* utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 38020F3E2C43754700029E9A /* utils.m */; };
- 38020F562C43A02100029E9A /* BootOSView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38020F552C43A01D00029E9A /* BootOSView.swift */; };
- 38020F5A2C43AFFA00029E9A /* CoreSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38020F592C43AFF300029E9A /* CoreSettingsView.swift */; };
- 383C55EE2C5D136900A89F85 /* JoyStickView in Frameworks */ = {isa = PBXBuildFile; productRef = 383C55ED2C5D136900A89F85 /* JoyStickView */; };
- 383FC44B2C5B3C8C00A37694 /* JoystickViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383FC44A2C5B3C8C00A37694 /* JoystickViewController.swift */; };
- 3841946A2C4E4D2B00396613 /* MetalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384194652C4E4D2B00396613 /* MetalView.swift */; };
- 3841946B2C4E4D2B00396613 /* SudachiEmulationScreenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384194632C4E4D2B00396613 /* SudachiEmulationScreenView.swift */; };
- 3841946C2C4E4D2B00396613 /* ControllerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384194612C4E4D2B00396613 /* ControllerView.swift */; };
- 3841946D2C4E4D2B00396613 /* SudachiEmulationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384194672C4E4D2B00396613 /* SudachiEmulationView.swift */; };
- 384194702C4E540500396613 /* SudachiEmulationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3841946F2C4E53FD00396613 /* SudachiEmulationHandler.swift */; };
- 3841947F2C4E5D2E00396613 /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = 3841947E2C4E5D2E00396613 /* SwiftUIIntrospect */; };
- 384F18922C1DCB520073375C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 384F18912C1DCB520073375C /* Assets.xcassets */; };
- 386F6EE52C42E0B900C62EBE /* GameButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6EDE2C42E0B900C62EBE /* GameButtonView.swift */; };
- 386F6EE62C42E0B900C62EBE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6ED92C42E0B900C62EBE /* ContentView.swift */; };
- 386F6EE82C42E0B900C62EBE /* LibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6EE22C42E0B900C62EBE /* LibraryView.swift */; };
- 386F6EE92C42E0B900C62EBE /* FileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6EDA2C42E0B900C62EBE /* FileManager.swift */; };
- 386F6EEA2C42E0B900C62EBE /* SudachiGame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6EDC2C42E0B900C62EBE /* SudachiGame.swift */; };
- 386F6EEC2C42E0C800C62EBE /* PomeloApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6EEB2C42E0C800C62EBE /* PomeloApp.swift */; };
- 386F6F302C42E64000C62EBE /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6F2F2C42E63A00C62EBE /* SettingsView.swift */; };
- 386F6F342C42E98700C62EBE /* InfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386F6F332C42E98700C62EBE /* InfoView.swift */; };
- 38B7FDFF2C760DE400D274FB /* Air.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38B7FDFD2C760DE400D274FB /* Air.swift */; };
- 38B7FE022C7610A600D274FB /* AirPlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38B7FE012C7610A600D274FB /* AirPlay.swift */; };
- 38C50D012C1DCF150007A953 /* libavcodec.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AD2C1DCE8900331706 /* libavcodec.xcframework */; };
- 38C50D022C1DCF160007A953 /* libavcodec.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AD2C1DCE8900331706 /* libavcodec.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 38C50D032C1DCF190007A953 /* libavformat.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AF2C1DCE8900331706 /* libavformat.xcframework */; };
- 38C50D042C1DCF190007A953 /* libavformat.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AF2C1DCE8900331706 /* libavformat.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 38C50D052C1DCF1B0007A953 /* libavutil.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B02C1DCE8900331706 /* libavutil.xcframework */; };
- 38C50D062C1DCF1B0007A953 /* libavutil.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B02C1DCE8900331706 /* libavutil.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 38C50D072C1DCF1E0007A953 /* libavfilter.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AE2C1DCE8900331706 /* libavfilter.xcframework */; };
- 38C50D082C1DCF1E0007A953 /* libavfilter.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AE2C1DCE8900331706 /* libavfilter.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 38C50D092C1DCF3E0007A953 /* libswresample.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B12C1DCE8900331706 /* libswresample.xcframework */; };
- 38C50D0A2C1DCF3E0007A953 /* libswresample.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B12C1DCE8900331706 /* libswresample.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 38C50D0B2C1DCF420007A953 /* libswscale.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B22C1DCE8900331706 /* libswscale.xcframework */; };
- 38C50D0C2C1DCF420007A953 /* libswscale.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B22C1DCE8900331706 /* libswscale.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 38C50D102C1DCF5F0007A953 /* SwiftSyntax in Frameworks */ = {isa = PBXBuildFile; productRef = 38C50D0F2C1DCF5F0007A953 /* SwiftSyntax */; };
- 38C50D122C1DCF690007A953 /* SwiftSyntaxMacros in Frameworks */ = {isa = PBXBuildFile; productRef = 38C50D112C1DCF690007A953 /* SwiftSyntaxMacros */; };
- 38C50D152C1DD4570007A953 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C50D142C1DD4570007A953 /* GameController.framework */; };
- 38C50D172C1DD45F0007A953 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C50D162C1DD45F0007A953 /* CoreBluetooth.framework */; };
- 38C50D182C1DD5370007A953 /* boost_context.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B62C1DCE8900331706 /* boost_context.xcframework */; };
- 38C50D1A2C1DD5390007A953 /* boost_iostreams.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B72C1DCE8900331706 /* boost_iostreams.xcframework */; };
- 38C50D1C2C1DD53C0007A953 /* boost_program_options.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B82C1DCE8900331706 /* boost_program_options.xcframework */; };
- 38C50D1E2C1DD5400007A953 /* boost_serialization.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B92C1DCE8900331706 /* boost_serialization.xcframework */; };
- 38C50D202C1DD5450007A953 /* libcryptopp.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846BA2C1DCE8900331706 /* libcryptopp.xcframework */; };
- 38C50D242C1DD54B0007A953 /* libenet.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846BC2C1DCE8900331706 /* libenet.xcframework */; };
- 38C50D262C1DD54E0007A953 /* libfaad.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846BD2C1DCE8900331706 /* libfaad.xcframework */; };
- 38C50D282C1DD5510007A953 /* libfmt.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846BE2C1DCE8900331706 /* libfmt.xcframework */; };
- 38C50D2A2C1DD5530007A953 /* libGenericCodeGen.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B32C1DCE8900331706 /* libGenericCodeGen.xcframework */; };
- 38C50D2C2C1DD5590007A953 /* libglslang.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B42C1DCE8900331706 /* libglslang.xcframework */; };
- 38C50D2E2C1DD5650007A953 /* libmbedcrypto.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846BF2C1DCE8900331706 /* libmbedcrypto.xcframework */; };
- 38C50D302C1DD5690007A953 /* libmbedtls.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C02C1DCE8900331706 /* libmbedtls.xcframework */; };
- 38C50D322C1DD56B0007A953 /* libmbedx509.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C12C1DCE8900331706 /* libmbedx509.xcframework */; };
- 38C50D342C1DD56E0007A953 /* libmcl.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C22C1DCE8900331706 /* libmcl.xcframework */; };
- 38C50D362C1DD5710007A953 /* libOpenAL.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C32C1DCE8900331706 /* libOpenAL.xcframework */; };
- 38C50D382C1DD5740007A953 /* libopus.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C42C1DCE8900331706 /* libopus.xcframework */; };
- 38C50D3A2C1DD5760007A953 /* libsirit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C52C1DCE8900331706 /* libsirit.xcframework */; };
- 38C50D3C2C1DD5780007A953 /* libSoundTouch.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C62C1DCE8900331706 /* libSoundTouch.xcframework */; };
- 38C846552C1DCC7200331706 /* SDL in Frameworks */ = {isa = PBXBuildFile; productRef = 38C846542C1DCC7200331706 /* SDL */; };
- 38C846592C1DCC8400331706 /* OpenSSL in Frameworks */ = {isa = PBXBuildFile; productRef = 38C846582C1DCC8400331706 /* OpenSSL */; };
- 38C846CE2C1DCE8900331706 /* libMachineIndependent.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846B52C1DCE8900331706 /* libMachineIndependent.xcframework */; };
- 499A5E0C2C74A1B200EC0925 /* GameListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499A5E0B2C74A1B200EC0925 /* GameListView.swift */; };
- 499A5E0F2C74A22D00EC0925 /* GameButtonListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499A5E0E2C74A22D00EC0925 /* GameButtonListView.swift */; };
- 4E0E35EA2C7AB5CB001D24EE /* libSPIRV.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C72C1DCE8900331706 /* libSPIRV.xcframework */; };
- 4E0E35EB2C7AB5CB001D24EE /* libSPIRV.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C72C1DCE8900331706 /* libSPIRV.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 4E4AF11B2C919C0F00BBF2DE /* Haptics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E4AF11A2C919C0F00BBF2DE /* Haptics.swift */; };
- 4E4AF1272C9243B500BBF2DE /* MoltenVK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AC2C1DCE8900331706 /* MoltenVK.xcframework */; };
- 4E4AF1282C9243B500BBF2DE /* MoltenVK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846AC2C1DCE8900331706 /* MoltenVK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 4E4AF12D2C926BBD00BBF2DE /* FolderMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E4AF12C2C926BBD00BBF2DE /* FolderMonitor.swift */; };
- 4E4AF12E2C927E8E00BBF2DE /* libdynarmic.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846BB2C1DCE8900331706 /* libdynarmic.xcframework */; };
- 4E4AF12F2C927E8E00BBF2DE /* libdynarmic.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846BB2C1DCE8900331706 /* libdynarmic.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 4E4AF1302C92867F00BBF2DE /* libteakra.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C82C1DCE8900331706 /* libteakra.xcframework */; };
- 4E4AF1312C92867F00BBF2DE /* libteakra.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 38C846C82C1DCE8900331706 /* libteakra.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 4EE593FF2C5FA1D1000939C4 /* AppIconProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EE593FE2C5FA1D1000939C4 /* AppIconProvider.swift */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 38C50CF22C1DCEA40007A953 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 384F23C32C1DCBCC0073375C /* Sudachi.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = E63583612B95822D00D35422;
- remoteInfo = Sudachi;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- 38C50D002C1DCEE90007A953 /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 38C50D082C1DCF1E0007A953 /* libavfilter.xcframework in Embed Frameworks */,
- 4E4AF1312C92867F00BBF2DE /* libteakra.xcframework in Embed Frameworks */,
- 38C50D042C1DCF190007A953 /* libavformat.xcframework in Embed Frameworks */,
- 38C50D022C1DCF160007A953 /* libavcodec.xcframework in Embed Frameworks */,
- 4E4AF12F2C927E8E00BBF2DE /* libdynarmic.xcframework in Embed Frameworks */,
- 4E4AF1282C9243B500BBF2DE /* MoltenVK.xcframework in Embed Frameworks */,
- 38C50D062C1DCF1B0007A953 /* libavutil.xcframework in Embed Frameworks */,
- 38C50D0C2C1DCF420007A953 /* libswscale.xcframework in Embed Frameworks */,
- 4E0E35EB2C7AB5CB001D24EE /* libSPIRV.xcframework in Embed Frameworks */,
- 38C50D0A2C1DCF3E0007A953 /* libswresample.xcframework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 38020F2F2C43567F00029E9A /* AdvancedSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedSettingsView.swift; sourceTree = "<group>"; };
- 38020F342C4371FC00029E9A /* NavView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavView.swift; sourceTree = "<group>"; };
- 38020F362C43754700029E9A /* EnableJIT.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnableJIT.swift; sourceTree = "<group>"; };
- 38020F372C43754700029E9A /* DetectServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetectServer.swift; sourceTree = "<group>"; };
- 38020F392C43754700029E9A /* fishhook.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fishhook.c; sourceTree = "<group>"; };
- 38020F3A2C43754700029E9A /* fishhook.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fishhook.h; sourceTree = "<group>"; };
- 38020F3B2C43754700029E9A /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
- 38020F3D2C43754700029E9A /* utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = "<group>"; };
- 38020F3E2C43754700029E9A /* utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = utils.m; sourceTree = "<group>"; };
- 38020F3F2C43754700029E9A /* JITEnabler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JITEnabler.m; sourceTree = "<group>"; };
- 38020F552C43A01D00029E9A /* BootOSView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BootOSView.swift; sourceTree = "<group>"; };
- 38020F592C43AFF300029E9A /* CoreSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreSettingsView.swift; sourceTree = "<group>"; };
- 383FC44A2C5B3C8C00A37694 /* JoystickViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JoystickViewController.swift; sourceTree = "<group>"; };
- 384194612C4E4D2B00396613 /* ControllerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControllerView.swift; sourceTree = "<group>"; };
- 384194632C4E4D2B00396613 /* SudachiEmulationScreenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SudachiEmulationScreenView.swift; sourceTree = "<group>"; };
- 384194652C4E4D2B00396613 /* MetalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetalView.swift; sourceTree = "<group>"; };
- 384194672C4E4D2B00396613 /* SudachiEmulationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SudachiEmulationView.swift; sourceTree = "<group>"; wrapsLines = 1; };
- 3841946F2C4E53FD00396613 /* SudachiEmulationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SudachiEmulationHandler.swift; sourceTree = "<group>"; };
- 384F188A2C1DCB4F0073375C /* Pomelo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Pomelo.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 384F18912C1DCB520073375C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 384F18962C1DCB520073375C /* Pomelo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Pomelo.entitlements; sourceTree = "<group>"; };
- 384F23C32C1DCBCC0073375C /* Sudachi.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Sudachi.xcodeproj; path = Sudachi/Sudachi.xcodeproj; sourceTree = "<group>"; };
- 386F6ED92C42E0B900C62EBE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
- 386F6EDA2C42E0B900C62EBE /* FileManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileManager.swift; sourceTree = "<group>"; };
- 386F6EDC2C42E0B900C62EBE /* SudachiGame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SudachiGame.swift; sourceTree = "<group>"; };
- 386F6EDE2C42E0B900C62EBE /* GameButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameButtonView.swift; sourceTree = "<group>"; };
- 386F6EE22C42E0B900C62EBE /* LibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibraryView.swift; sourceTree = "<group>"; };
- 386F6EEB2C42E0C800C62EBE /* PomeloApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PomeloApp.swift; sourceTree = "<group>"; };
- 386F6F2F2C42E63A00C62EBE /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
- 386F6F332C42E98700C62EBE /* InfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoView.swift; sourceTree = "<group>"; };
- 38B7FDFD2C760DE400D274FB /* Air.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Air.swift; sourceTree = "<group>"; };
- 38B7FE012C7610A600D274FB /* AirPlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AirPlay.swift; sourceTree = "<group>"; };
- 38C50D142C1DD4570007A953 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/GameController.framework; sourceTree = DEVELOPER_DIR; };
- 38C50D162C1DD45F0007A953 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; };
- 38C50D482C1DD7BA0007A953 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
- 38C846AC2C1DCE8900331706 /* MoltenVK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = MoltenVK.xcframework; sourceTree = "<group>"; };
- 38C846AD2C1DCE8900331706 /* libavcodec.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libavcodec.xcframework; sourceTree = "<group>"; };
- 38C846AE2C1DCE8900331706 /* libavfilter.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libavfilter.xcframework; sourceTree = "<group>"; };
- 38C846AF2C1DCE8900331706 /* libavformat.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libavformat.xcframework; sourceTree = "<group>"; };
- 38C846B02C1DCE8900331706 /* libavutil.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libavutil.xcframework; sourceTree = "<group>"; };
- 38C846B12C1DCE8900331706 /* libswresample.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libswresample.xcframework; sourceTree = "<group>"; };
- 38C846B22C1DCE8900331706 /* libswscale.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libswscale.xcframework; sourceTree = "<group>"; };
- 38C846B32C1DCE8900331706 /* libGenericCodeGen.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libGenericCodeGen.xcframework; sourceTree = "<group>"; };
- 38C846B42C1DCE8900331706 /* libglslang.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libglslang.xcframework; sourceTree = "<group>"; };
- 38C846B52C1DCE8900331706 /* libMachineIndependent.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libMachineIndependent.xcframework; sourceTree = "<group>"; };
- 38C846B62C1DCE8900331706 /* boost_context.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = boost_context.xcframework; sourceTree = "<group>"; };
- 38C846B72C1DCE8900331706 /* boost_iostreams.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = boost_iostreams.xcframework; sourceTree = "<group>"; };
- 38C846B82C1DCE8900331706 /* boost_program_options.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = boost_program_options.xcframework; sourceTree = "<group>"; };
- 38C846B92C1DCE8900331706 /* boost_serialization.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = boost_serialization.xcframework; sourceTree = "<group>"; };
- 38C846BA2C1DCE8900331706 /* libcryptopp.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libcryptopp.xcframework; sourceTree = "<group>"; };
- 38C846BB2C1DCE8900331706 /* libdynarmic.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libdynarmic.xcframework; sourceTree = "<group>"; };
- 38C846BC2C1DCE8900331706 /* libenet.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libenet.xcframework; sourceTree = "<group>"; };
- 38C846BD2C1DCE8900331706 /* libfaad.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libfaad.xcframework; sourceTree = "<group>"; };
- 38C846BE2C1DCE8900331706 /* libfmt.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libfmt.xcframework; sourceTree = "<group>"; };
- 38C846BF2C1DCE8900331706 /* libmbedcrypto.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libmbedcrypto.xcframework; sourceTree = "<group>"; };
- 38C846C02C1DCE8900331706 /* libmbedtls.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libmbedtls.xcframework; sourceTree = "<group>"; };
- 38C846C12C1DCE8900331706 /* libmbedx509.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libmbedx509.xcframework; sourceTree = "<group>"; };
- 38C846C22C1DCE8900331706 /* libmcl.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libmcl.xcframework; sourceTree = "<group>"; };
- 38C846C32C1DCE8900331706 /* libOpenAL.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libOpenAL.xcframework; sourceTree = "<group>"; };
- 38C846C42C1DCE8900331706 /* libopus.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libopus.xcframework; sourceTree = "<group>"; };
- 38C846C52C1DCE8900331706 /* libsirit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libsirit.xcframework; sourceTree = "<group>"; };
- 38C846C62C1DCE8900331706 /* libSoundTouch.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libSoundTouch.xcframework; sourceTree = "<group>"; };
- 38C846C72C1DCE8900331706 /* libSPIRV.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libSPIRV.xcframework; sourceTree = "<group>"; };
- 38C846C82C1DCE8900331706 /* libteakra.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libteakra.xcframework; sourceTree = "<group>"; };
- 38F284CB2C2683A000994A77 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
- 499A5E0B2C74A1B200EC0925 /* GameListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameListView.swift; sourceTree = "<group>"; };
- 499A5E0E2C74A22D00EC0925 /* GameButtonListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameButtonListView.swift; sourceTree = "<group>"; };
- 4E4AF11A2C919C0F00BBF2DE /* Haptics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Haptics.swift; sourceTree = "<group>"; };
- 4E4AF12C2C926BBD00BBF2DE /* FolderMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderMonitor.swift; sourceTree = "<group>"; };
- 4EE593FE2C5FA1D1000939C4 /* AppIconProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIconProvider.swift; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 384F18872C1DCB4F0073375C /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 38C50D3A2C1DD5760007A953 /* libsirit.xcframework in Frameworks */,
- 38C846552C1DCC7200331706 /* SDL in Frameworks */,
- 38C50D302C1DD5690007A953 /* libmbedtls.xcframework in Frameworks */,
- 4E4AF1302C92867F00BBF2DE /* libteakra.xcframework in Frameworks */,
- 38C846CE2C1DCE8900331706 /* libMachineIndependent.xcframework in Frameworks */,
- 38C50D242C1DD54B0007A953 /* libenet.xcframework in Frameworks */,
- 38C50D2C2C1DD5590007A953 /* libglslang.xcframework in Frameworks */,
- 38C50D182C1DD5370007A953 /* boost_context.xcframework in Frameworks */,
- 38C50D3C2C1DD5780007A953 /* libSoundTouch.xcframework in Frameworks */,
- 38C50D382C1DD5740007A953 /* libopus.xcframework in Frameworks */,
- 38C50D2A2C1DD5530007A953 /* libGenericCodeGen.xcframework in Frameworks */,
- 4E0E35EA2C7AB5CB001D24EE /* libSPIRV.xcframework in Frameworks */,
- 38C50D122C1DCF690007A953 /* SwiftSyntaxMacros in Frameworks */,
- 383C55EE2C5D136900A89F85 /* JoyStickView in Frameworks */,
- 38C50D092C1DCF3E0007A953 /* libswresample.xcframework in Frameworks */,
- 38C50D0B2C1DCF420007A953 /* libswscale.xcframework in Frameworks */,
- 4E4AF12E2C927E8E00BBF2DE /* libdynarmic.xcframework in Frameworks */,
- 38C50D202C1DD5450007A953 /* libcryptopp.xcframework in Frameworks */,
- 38C50D172C1DD45F0007A953 /* CoreBluetooth.framework in Frameworks */,
- 38C50D1E2C1DD5400007A953 /* boost_serialization.xcframework in Frameworks */,
- 4E4AF1272C9243B500BBF2DE /* MoltenVK.xcframework in Frameworks */,
- 38C50D342C1DD56E0007A953 /* libmcl.xcframework in Frameworks */,
- 38C50D362C1DD5710007A953 /* libOpenAL.xcframework in Frameworks */,
- 38C50D032C1DCF190007A953 /* libavformat.xcframework in Frameworks */,
- 38C50D262C1DD54E0007A953 /* libfaad.xcframework in Frameworks */,
- 38C50D072C1DCF1E0007A953 /* libavfilter.xcframework in Frameworks */,
- 38C50D2E2C1DD5650007A953 /* libmbedcrypto.xcframework in Frameworks */,
- 38C50D1C2C1DD53C0007A953 /* boost_program_options.xcframework in Frameworks */,
- 3841947F2C4E5D2E00396613 /* SwiftUIIntrospect in Frameworks */,
- 38C50D152C1DD4570007A953 /* GameController.framework in Frameworks */,
- 38C50D1A2C1DD5390007A953 /* boost_iostreams.xcframework in Frameworks */,
- 38C50D052C1DCF1B0007A953 /* libavutil.xcframework in Frameworks */,
- 38C50D012C1DCF150007A953 /* libavcodec.xcframework in Frameworks */,
- 38C50D102C1DCF5F0007A953 /* SwiftSyntax in Frameworks */,
- 38C846592C1DCC8400331706 /* OpenSSL in Frameworks */,
- 38C50D282C1DD5510007A953 /* libfmt.xcframework in Frameworks */,
- 38C50D322C1DD56B0007A953 /* libmbedx509.xcframework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 38020F2E2C43566B00029E9A /* AdvancedSettings */ = {
- isa = PBXGroup;
- children = (
- 38020F2F2C43567F00029E9A /* AdvancedSettingsView.swift */,
- );
- path = AdvancedSettings;
- sourceTree = "<group>";
- };
- 38020F332C4371ED00029E9A /* NavigationManager */ = {
- isa = PBXGroup;
- children = (
- 38020F342C4371FC00029E9A /* NavView.swift */,
- );
- path = NavigationManager;
- sourceTree = "<group>";
- };
- 38020F382C43754700029E9A /* SideJITServer */ = {
- isa = PBXGroup;
- children = (
- 38020F362C43754700029E9A /* EnableJIT.swift */,
- 38020F372C43754700029E9A /* DetectServer.swift */,
- );
- path = SideJITServer;
- sourceTree = "<group>";
- };
- 38020F3C2C43754700029E9A /* fishhook */ = {
- isa = PBXGroup;
- children = (
- 38020F392C43754700029E9A /* fishhook.c */,
- 38020F3A2C43754700029E9A /* fishhook.h */,
- 38020F3B2C43754700029E9A /* LICENSE */,
- );
- path = fishhook;
- sourceTree = "<group>";
- };
- 38020F402C43754700029E9A /* Trollstore */ = {
- isa = PBXGroup;
- children = (
- 38020F3C2C43754700029E9A /* fishhook */,
- 38020F3D2C43754700029E9A /* utils.h */,
- 38020F3E2C43754700029E9A /* utils.m */,
- 38020F3F2C43754700029E9A /* JITEnabler.m */,
- );
- path = Trollstore;
- sourceTree = "<group>";
- };
- 38020F472C4375C300029E9A /* BootOSManager */ = {
- isa = PBXGroup;
- children = (
- 38020F552C43A01D00029E9A /* BootOSView.swift */,
- );
- path = BootOSManager;
- sourceTree = "<group>";
- };
- 38020F572C43AFD400029E9A /* CoreSettings */ = {
- isa = PBXGroup;
- children = (
- 38020F592C43AFF300029E9A /* CoreSettingsView.swift */,
- );
- path = CoreSettings;
- sourceTree = "<group>";
- };
- 383FC4492C5B3C7700A37694 /* JoystickViewController */ = {
- isa = PBXGroup;
- children = (
- 383FC44A2C5B3C8C00A37694 /* JoystickViewController.swift */,
- );
- path = JoystickViewController;
- sourceTree = "<group>";
- };
- 384194622C4E4D2B00396613 /* ControllerView */ = {
- isa = PBXGroup;
- children = (
- 4E4AF1182C919C0700BBF2DE /* Haptics */,
- 384194612C4E4D2B00396613 /* ControllerView.swift */,
- 383FC4492C5B3C7700A37694 /* JoystickViewController */,
- );
- path = ControllerView;
- sourceTree = "<group>";
- };
- 384194642C4E4D2B00396613 /* ScreenViews */ = {
- isa = PBXGroup;
- children = (
- 384194632C4E4D2B00396613 /* SudachiEmulationScreenView.swift */,
- );
- path = ScreenViews;
- sourceTree = "<group>";
- };
- 384194662C4E4D2B00396613 /* MetalView */ = {
- isa = PBXGroup;
- children = (
- 384194652C4E4D2B00396613 /* MetalView.swift */,
- );
- path = MetalView;
- sourceTree = "<group>";
- };
- 384194682C4E4D2B00396613 /* EmulationViews */ = {
- isa = PBXGroup;
- children = (
- 384194672C4E4D2B00396613 /* SudachiEmulationView.swift */,
- );
- path = EmulationViews;
- sourceTree = "<group>";
- };
- 384194692C4E4D2B00396613 /* Emulation */ = {
- isa = PBXGroup;
- children = (
- 38B7FDFB2C760CF600D274FB /* AirPlay */,
- 3841946E2C4E53F100396613 /* EmulationHandlers */,
- 384194622C4E4D2B00396613 /* ControllerView */,
- 384194642C4E4D2B00396613 /* ScreenViews */,
- 384194662C4E4D2B00396613 /* MetalView */,
- 384194682C4E4D2B00396613 /* EmulationViews */,
- );
- path = Emulation;
- sourceTree = "<group>";
- };
- 3841946E2C4E53F100396613 /* EmulationHandlers */ = {
- isa = PBXGroup;
- children = (
- 3841946F2C4E53FD00396613 /* SudachiEmulationHandler.swift */,
- );
- path = EmulationHandlers;
- sourceTree = "<group>";
- };
- 384F18812C1DCB4F0073375C = {
- isa = PBXGroup;
- children = (
- 38F284CB2C2683A000994A77 /* Makefile */,
- 384F23C32C1DCBCC0073375C /* Sudachi.xcodeproj */,
- 384F188C2C1DCB4F0073375C /* Pomelo */,
- 384F188B2C1DCB4F0073375C /* Products */,
- 38C50D132C1DD4570007A953 /* Frameworks */,
- );
- sourceTree = "<group>";
- wrapsLines = 0;
- };
- 384F188B2C1DCB4F0073375C /* Products */ = {
- isa = PBXGroup;
- children = (
- 384F188A2C1DCB4F0073375C /* Pomelo.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 384F188C2C1DCB4F0073375C /* Pomelo */ = {
- isa = PBXGroup;
- children = (
- 384194692C4E4D2B00396613 /* Emulation */,
- 386F6F352C42E9D200C62EBE /* JITClasses */,
- 386F6EEB2C42E0C800C62EBE /* PomeloApp.swift */,
- 386F6ED92C42E0B900C62EBE /* ContentView.swift */,
- 38020F472C4375C300029E9A /* BootOSManager */,
- 38020F332C4371ED00029E9A /* NavigationManager */,
- 386F6F2E2C42E62200C62EBE /* SettingsViews */,
- 386F6EDB2C42E0B900C62EBE /* FilesManager */,
- 386F6EDD2C42E0B900C62EBE /* GameManager */,
- 386F6EE32C42E0B900C62EBE /* LibraryViews */,
- 38C50D482C1DD7BA0007A953 /* Info.plist */,
- 38C846CA2C1DCE8900331706 /* Dependencies */,
- 384F18912C1DCB520073375C /* Assets.xcassets */,
- 384F18962C1DCB520073375C /* Pomelo.entitlements */,
- );
- path = Pomelo;
- sourceTree = "<group>";
- };
- 386F6EDB2C42E0B900C62EBE /* FilesManager */ = {
- isa = PBXGroup;
- children = (
- 386F6EDA2C42E0B900C62EBE /* FileManager.swift */,
- 4E4AF12B2C926BB600BBF2DE /* FolderMonitor */,
- );
- path = FilesManager;
- sourceTree = "<group>";
- };
- 386F6EDD2C42E0B900C62EBE /* GameManager */ = {
- isa = PBXGroup;
- children = (
- 386F6EDC2C42E0B900C62EBE /* SudachiGame.swift */,
- );
- path = GameManager;
- sourceTree = "<group>";
- };
- 386F6EDF2C42E0B900C62EBE /* GameButton */ = {
- isa = PBXGroup;
- children = (
- 386F6EDE2C42E0B900C62EBE /* GameButtonView.swift */,
- 499A5E0E2C74A22D00EC0925 /* GameButtonListView.swift */,
- );
- path = GameButton;
- sourceTree = "<group>";
- };
- 386F6EE12C42E0B900C62EBE /* GameList */ = {
- isa = PBXGroup;
- children = (
- 499A5E0B2C74A1B200EC0925 /* GameListView.swift */,
- );
- path = GameList;
- sourceTree = "<group>";
- };
- 386F6EE32C42E0B900C62EBE /* LibraryViews */ = {
- isa = PBXGroup;
- children = (
- 386F6EDF2C42E0B900C62EBE /* GameButton */,
- 386F6EE12C42E0B900C62EBE /* GameList */,
- 386F6EE22C42E0B900C62EBE /* LibraryView.swift */,
- );
- path = LibraryViews;
- sourceTree = "<group>";
- };
- 386F6F2E2C42E62200C62EBE /* SettingsViews */ = {
- isa = PBXGroup;
- children = (
- 4EE593FD2C5FA1C4000939C4 /* AppIcon */,
- 38020F572C43AFD400029E9A /* CoreSettings */,
- 386F6F2F2C42E63A00C62EBE /* SettingsView.swift */,
- 38020F2E2C43566B00029E9A /* AdvancedSettings */,
- 386F6F322C42E71500C62EBE /* InfoView */,
- );
- path = SettingsViews;
- sourceTree = "<group>";
- };
- 386F6F322C42E71500C62EBE /* InfoView */ = {
- isa = PBXGroup;
- children = (
- 386F6F332C42E98700C62EBE /* InfoView.swift */,
- );
- path = InfoView;
- sourceTree = "<group>";
- };
- 386F6F352C42E9D200C62EBE /* JITClasses */ = {
- isa = PBXGroup;
- children = (
- 38020F382C43754700029E9A /* SideJITServer */,
- 38020F402C43754700029E9A /* Trollstore */,
- );
- path = JITClasses;
- sourceTree = "<group>";
- };
- 38B7FDFB2C760CF600D274FB /* AirPlay */ = {
- isa = PBXGroup;
- children = (
- 38B7FDFD2C760DE400D274FB /* Air.swift */,
- 38B7FE012C7610A600D274FB /* AirPlay.swift */,
- );
- path = AirPlay;
- sourceTree = "<group>";
- };
- 38C50CEF2C1DCEA10007A953 /* Products */ = {
- isa = PBXGroup;
- children = (
- 38C50CF32C1DCEA40007A953 /* libSudachi.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 38C50D132C1DD4570007A953 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 38C50D162C1DD45F0007A953 /* CoreBluetooth.framework */,
- 38C50D142C1DD4570007A953 /* GameController.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 38C846C92C1DCE8900331706 /* XCFrameworks */ = {
- isa = PBXGroup;
- children = (
- 38C846AC2C1DCE8900331706 /* MoltenVK.xcframework */,
- 38C846AD2C1DCE8900331706 /* libavcodec.xcframework */,
- 38C846AE2C1DCE8900331706 /* libavfilter.xcframework */,
- 38C846AF2C1DCE8900331706 /* libavformat.xcframework */,
- 38C846B02C1DCE8900331706 /* libavutil.xcframework */,
- 38C846B12C1DCE8900331706 /* libswresample.xcframework */,
- 38C846B22C1DCE8900331706 /* libswscale.xcframework */,
- 38C846B32C1DCE8900331706 /* libGenericCodeGen.xcframework */,
- 38C846B42C1DCE8900331706 /* libglslang.xcframework */,
- 38C846B52C1DCE8900331706 /* libMachineIndependent.xcframework */,
- 38C846B62C1DCE8900331706 /* boost_context.xcframework */,
- 38C846B72C1DCE8900331706 /* boost_iostreams.xcframework */,
- 38C846B82C1DCE8900331706 /* boost_program_options.xcframework */,
- 38C846B92C1DCE8900331706 /* boost_serialization.xcframework */,
- 38C846BA2C1DCE8900331706 /* libcryptopp.xcframework */,
- 38C846BB2C1DCE8900331706 /* libdynarmic.xcframework */,
- 38C846BC2C1DCE8900331706 /* libenet.xcframework */,
- 38C846BD2C1DCE8900331706 /* libfaad.xcframework */,
- 38C846BE2C1DCE8900331706 /* libfmt.xcframework */,
- 38C846BF2C1DCE8900331706 /* libmbedcrypto.xcframework */,
- 38C846C02C1DCE8900331706 /* libmbedtls.xcframework */,
- 38C846C12C1DCE8900331706 /* libmbedx509.xcframework */,
- 38C846C22C1DCE8900331706 /* libmcl.xcframework */,
- 38C846C32C1DCE8900331706 /* libOpenAL.xcframework */,
- 38C846C42C1DCE8900331706 /* libopus.xcframework */,
- 38C846C52C1DCE8900331706 /* libsirit.xcframework */,
- 38C846C62C1DCE8900331706 /* libSoundTouch.xcframework */,
- 38C846C72C1DCE8900331706 /* libSPIRV.xcframework */,
- 38C846C82C1DCE8900331706 /* libteakra.xcframework */,
- );
- path = XCFrameworks;
- sourceTree = "<group>";
- };
- 38C846CA2C1DCE8900331706 /* Dependencies */ = {
- isa = PBXGroup;
- children = (
- 38C846C92C1DCE8900331706 /* XCFrameworks */,
- );
- path = Dependencies;
- sourceTree = "<group>";
- };
- 4E4AF1182C919C0700BBF2DE /* Haptics */ = {
- isa = PBXGroup;
- children = (
- 4E4AF11A2C919C0F00BBF2DE /* Haptics.swift */,
- );
- path = Haptics;
- sourceTree = "<group>";
- };
- 4E4AF12B2C926BB600BBF2DE /* FolderMonitor */ = {
- isa = PBXGroup;
- children = (
- 4E4AF12C2C926BBD00BBF2DE /* FolderMonitor.swift */,
- );
- path = FolderMonitor;
- sourceTree = "<group>";
- };
- 4EE593FD2C5FA1C4000939C4 /* AppIcon */ = {
- isa = PBXGroup;
- children = (
- 4EE593FE2C5FA1D1000939C4 /* AppIconProvider.swift */,
- );
- path = AppIcon;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 384F18892C1DCB4F0073375C /* Pomelo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 384F18AF2C1DCB520073375C /* Build configuration list for PBXNativeTarget "Pomelo" */;
- buildPhases = (
- 384F18862C1DCB4F0073375C /* Sources */,
- 384F18872C1DCB4F0073375C /* Frameworks */,
- 384F18882C1DCB4F0073375C /* Resources */,
- 38C50D002C1DCEE90007A953 /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Pomelo;
- packageProductDependencies = (
- 38C846542C1DCC7200331706 /* SDL */,
- 38C846582C1DCC8400331706 /* OpenSSL */,
- 38C50D0F2C1DCF5F0007A953 /* SwiftSyntax */,
- 38C50D112C1DCF690007A953 /* SwiftSyntaxMacros */,
- 3841947E2C4E5D2E00396613 /* SwiftUIIntrospect */,
- 383C55ED2C5D136900A89F85 /* JoyStickView */,
- );
- productName = Pomelo;
- productReference = 384F188A2C1DCB4F0073375C /* Pomelo.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 384F18822C1DCB4F0073375C /* Project object */ = {
- isa = PBXProject;
- attributes = {
- BuildIndependentTargetsInParallel = 1;
- LastSwiftUpdateCheck = 1600;
- LastUpgradeCheck = 1600;
- ORGANIZATIONNAME = Stossy11;
- TargetAttributes = {
- 384F18892C1DCB4F0073375C = {
- CreatedOnToolsVersion = 16.0;
- };
- };
- };
- buildConfigurationList = 384F18852C1DCB4F0073375C /* Build configuration list for PBXProject "Pomelo" */;
- compatibilityVersion = "Xcode 15.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 384F18812C1DCB4F0073375C;
- packageReferences = (
- 38C846532C1DCC7200331706 /* XCRemoteSwiftPackageReference "SwiftSDL2" */,
- 38C846572C1DCC8400331706 /* XCRemoteSwiftPackageReference "OpenSSL" */,
- 38C8465A2C1DCCA100331706 /* XCRemoteSwiftPackageReference "swift-syntax" */,
- 3841947D2C4E5D2E00396613 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
- 383C55EC2C5D136900A89F85 /* XCRemoteSwiftPackageReference "Joystick" */,
- );
- productRefGroup = 384F188B2C1DCB4F0073375C /* Products */;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = 38C50CEF2C1DCEA10007A953 /* Products */;
- ProjectRef = 384F23C32C1DCBCC0073375C /* Sudachi.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- 384F18892C1DCB4F0073375C /* Pomelo */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXReferenceProxy section */
- 38C50CF32C1DCEA40007A953 /* libSudachi.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libSudachi.a;
- remoteRef = 38C50CF22C1DCEA40007A953 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- /* End PBXReferenceProxy section */
- /* Begin PBXResourcesBuildPhase section */
- 384F18882C1DCB4F0073375C /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 38020F412C43754700029E9A /* LICENSE in Resources */,
- 384F18922C1DCB520073375C /* Assets.xcassets in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 384F18862C1DCB4F0073375C /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 4EE593FF2C5FA1D1000939C4 /* AppIconProvider.swift in Sources */,
- 38020F352C43720200029E9A /* NavView.swift in Sources */,
- 386F6EEC2C42E0C800C62EBE /* PomeloApp.swift in Sources */,
- 384194702C4E540500396613 /* SudachiEmulationHandler.swift in Sources */,
- 38020F562C43A02100029E9A /* BootOSView.swift in Sources */,
- 38020F302C43568500029E9A /* AdvancedSettingsView.swift in Sources */,
- 386F6EE52C42E0B900C62EBE /* GameButtonView.swift in Sources */,
- 386F6F302C42E64000C62EBE /* SettingsView.swift in Sources */,
- 386F6EE62C42E0B900C62EBE /* ContentView.swift in Sources */,
- 383FC44B2C5B3C8C00A37694 /* JoystickViewController.swift in Sources */,
- 499A5E0C2C74A1B200EC0925 /* GameListView.swift in Sources */,
- 4E4AF11B2C919C0F00BBF2DE /* Haptics.swift in Sources */,
- 386F6EE82C42E0B900C62EBE /* LibraryView.swift in Sources */,
- 386F6EE92C42E0B900C62EBE /* FileManager.swift in Sources */,
- 386F6F342C42E98700C62EBE /* InfoView.swift in Sources */,
- 3841946A2C4E4D2B00396613 /* MetalView.swift in Sources */,
- 3841946B2C4E4D2B00396613 /* SudachiEmulationScreenView.swift in Sources */,
- 499A5E0F2C74A22D00EC0925 /* GameButtonListView.swift in Sources */,
- 3841946C2C4E4D2B00396613 /* ControllerView.swift in Sources */,
- 38B7FE022C7610A600D274FB /* AirPlay.swift in Sources */,
- 3841946D2C4E4D2B00396613 /* SudachiEmulationView.swift in Sources */,
- 386F6EEA2C42E0B900C62EBE /* SudachiGame.swift in Sources */,
- 38020F422C43754700029E9A /* JITEnabler.m in Sources */,
- 38020F432C43754700029E9A /* EnableJIT.swift in Sources */,
- 38020F442C43754700029E9A /* DetectServer.swift in Sources */,
- 38020F452C43754700029E9A /* fishhook.c in Sources */,
- 4E4AF12D2C926BBD00BBF2DE /* FolderMonitor.swift in Sources */,
- 38020F462C43754700029E9A /* utils.m in Sources */,
- 38B7FDFF2C760DE400D274FB /* Air.swift in Sources */,
- 38020F5A2C43AFFA00029E9A /* CoreSettingsView.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- 384F18AD2C1DCB520073375C /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- ENABLE_USER_SCRIPT_SANDBOXING = YES;
- GCC_C_LANGUAGE_STANDARD = gnu17;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MACOSX_DEPLOYMENT_TARGET = 15.0;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- 384F18AE2C1DCB520073375C /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_USER_SCRIPT_SANDBOXING = YES;
- GCC_C_LANGUAGE_STANDARD = gnu17;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
- MACOSX_DEPLOYMENT_TARGET = 15.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = macosx;
- SWIFT_COMPILATION_MODE = wholemodule;
- };
- name = Release;
- };
- 384F18B02C1DCB520073375C /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
- ASSETCATALOG_COMPILER_STANDALONE_ICON_BEHAVIOR = all;
- CODE_SIGN_ENTITLEMENTS = Pomelo/Pomelo.entitlements;
- CODE_SIGN_STYLE = Automatic;
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 2;
- DEVELOPMENT_ASSET_PATHS = "";
- DEVELOPMENT_TEAM = 95J8WZ4TN8;
- ENABLE_HARDENED_RUNTIME = YES;
- ENABLE_PREVIEWS = YES;
- GENERATE_INFOPLIST_FILE = YES;
- HEADER_SEARCH_PATHS = (
- "\"$(HOME)/VulkanSDK/1.3.275.0/macOS/include\"",
- "\"$(HOME)/VulkanSDK/1.3.275.0/iOS/include\"",
- );
- INFOPLIST_FILE = Pomelo/Info.plist;
- INFOPLIST_KEY_CFBundleDisplayName = Pomelo;
- INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games";
- INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES;
- INFOPLIST_KEY_NSHumanReadableCopyright = "";
- INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Pomelo needs local network access for P2P Multiplayer ";
- INFOPLIST_KEY_NSMicrophoneUsageDescription = "Pomelo needs Microphone so the games can access it.";
- INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
- INFOPLIST_KEY_UILaunchScreen_Generation = YES;
- INFOPLIST_KEY_UIRequiresFullScreen = YES;
- INFOPLIST_KEY_UIStatusBarHidden = NO;
- INFOPLIST_KEY_UIStatusBarStyle = "";
- INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
- IPHONEOS_DEPLOYMENT_TARGET = 16.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@executable_path/Frameworks/MoltenVK.framework",
- );
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "\"$(PROJECT_DIR)/Pomelo/Dependencies/Dynamic\\\\\\\\ Libraries\"",
- );
- MARKETING_VERSION = 1.5;
- OTHER_LDFLAGS = "-lSudachi";
- PRODUCT_BUNDLE_IDENTIFIER = com.stossy11.Pomelo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- REGISTER_APP_GROUPS = YES;
- SDKROOT = iphoneos;
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
- SUPPORTS_MACCATALYST = NO;
- SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
- SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES;
- SWIFT_EMIT_LOC_STRINGS = YES;
- SWIFT_VERSION = 5.0;
- SYSTEM_HEADER_SEARCH_PATHS = (
- "\"$(HOME)/VulkanSDK/1.3.275.0/macOS/include\"",
- "\"$(HOME)/VulkanSDK/1.3.275.0/iOS/include\"",
- );
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 384F18B12C1DCB520073375C /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
- ASSETCATALOG_COMPILER_STANDALONE_ICON_BEHAVIOR = all;
- CODE_SIGN_ENTITLEMENTS = Pomelo/Pomelo.entitlements;
- CODE_SIGN_STYLE = Automatic;
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 2;
- DEVELOPMENT_ASSET_PATHS = "";
- DEVELOPMENT_TEAM = 95J8WZ4TN8;
- ENABLE_HARDENED_RUNTIME = YES;
- ENABLE_PREVIEWS = YES;
- GENERATE_INFOPLIST_FILE = YES;
- HEADER_SEARCH_PATHS = (
- "\"$(HOME)/VulkanSDK/1.3.275.0/macOS/include\"",
- "\"$(HOME)/VulkanSDK/1.3.275.0/iOS/include\"",
- );
- INFOPLIST_FILE = Pomelo/Info.plist;
- INFOPLIST_KEY_CFBundleDisplayName = Pomelo;
- INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games";
- INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES;
- INFOPLIST_KEY_NSHumanReadableCopyright = "";
- INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Pomelo needs local network access for P2P Multiplayer ";
- INFOPLIST_KEY_NSMicrophoneUsageDescription = "Pomelo needs Microphone so the games can access it.";
- INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
- INFOPLIST_KEY_UILaunchScreen_Generation = YES;
- INFOPLIST_KEY_UIRequiresFullScreen = YES;
- INFOPLIST_KEY_UIStatusBarHidden = NO;
- INFOPLIST_KEY_UIStatusBarStyle = "";
- INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
- IPHONEOS_DEPLOYMENT_TARGET = 16.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@executable_path/Frameworks/MoltenVK.framework",
- );
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "\"$(PROJECT_DIR)/Pomelo/Dependencies/Dynamic\\\\\\\\ Libraries\"",
- );
- MARKETING_VERSION = 1.5;
- OTHER_LDFLAGS = "-lSudachi";
- PRODUCT_BUNDLE_IDENTIFIER = com.stossy11.Pomelo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- REGISTER_APP_GROUPS = YES;
- SDKROOT = iphoneos;
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
- SUPPORTS_MACCATALYST = NO;
- SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
- SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES;
- SWIFT_EMIT_LOC_STRINGS = YES;
- SWIFT_VERSION = 5.0;
- SYSTEM_HEADER_SEARCH_PATHS = (
- "\"$(HOME)/VulkanSDK/1.3.275.0/macOS/include\"",
- "\"$(HOME)/VulkanSDK/1.3.275.0/iOS/include\"",
- );
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 384F18852C1DCB4F0073375C /* Build configuration list for PBXProject "Pomelo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 384F18AD2C1DCB520073375C /* Debug */,
- 384F18AE2C1DCB520073375C /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- 384F18AF2C1DCB520073375C /* Build configuration list for PBXNativeTarget "Pomelo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 384F18B02C1DCB520073375C /* Debug */,
- 384F18B12C1DCB520073375C /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- /* End XCConfigurationList section */
- /* Begin XCRemoteSwiftPackageReference section */
- 383C55EC2C5D136900A89F85 /* XCRemoteSwiftPackageReference "Joystick" */ = {
- isa = XCRemoteSwiftPackageReference;
- repositoryURL = "https://github.com/bradhowes/Joystick?";
- requirement = {
- kind = upToNextMajorVersion;
- minimumVersion = 3.2.0;
- };
- };
- 3841947D2C4E5D2E00396613 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
- isa = XCRemoteSwiftPackageReference;
- repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
- requirement = {
- kind = upToNextMajorVersion;
- minimumVersion = 1.3.0;
- };
- };
- 38C846532C1DCC7200331706 /* XCRemoteSwiftPackageReference "SwiftSDL2" */ = {
- isa = XCRemoteSwiftPackageReference;
- repositoryURL = "https://github.com/ctreffs/SwiftSDL2";
- requirement = {
- kind = upToNextMajorVersion;
- minimumVersion = 1.4.1;
- };
- };
- 38C846572C1DCC8400331706 /* XCRemoteSwiftPackageReference "OpenSSL" */ = {
- isa = XCRemoteSwiftPackageReference;
- repositoryURL = "https://github.com/krzyzanowskim/OpenSSL";
- requirement = {
- kind = upToNextMajorVersion;
- minimumVersion = 3.1.5004;
- };
- };
- 38C8465A2C1DCCA100331706 /* XCRemoteSwiftPackageReference "swift-syntax" */ = {
- isa = XCRemoteSwiftPackageReference;
- repositoryURL = "https://github.com/apple/swift-syntax.git";
- requirement = {
- kind = upToNextMajorVersion;
- minimumVersion = 510.0.2;
- };
- };
- /* End XCRemoteSwiftPackageReference section */
- /* Begin XCSwiftPackageProductDependency section */
- 383C55ED2C5D136900A89F85 /* JoyStickView */ = {
- isa = XCSwiftPackageProductDependency;
- package = 383C55EC2C5D136900A89F85 /* XCRemoteSwiftPackageReference "Joystick" */;
- productName = JoyStickView;
- };
- 3841947E2C4E5D2E00396613 /* SwiftUIIntrospect */ = {
- isa = XCSwiftPackageProductDependency;
- package = 3841947D2C4E5D2E00396613 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
- productName = SwiftUIIntrospect;
- };
- 38C50D0F2C1DCF5F0007A953 /* SwiftSyntax */ = {
- isa = XCSwiftPackageProductDependency;
- package = 38C8465A2C1DCCA100331706 /* XCRemoteSwiftPackageReference "swift-syntax" */;
- productName = SwiftSyntax;
- };
- 38C50D112C1DCF690007A953 /* SwiftSyntaxMacros */ = {
- isa = XCSwiftPackageProductDependency;
- package = 38C8465A2C1DCCA100331706 /* XCRemoteSwiftPackageReference "swift-syntax" */;
- productName = SwiftSyntaxMacros;
- };
- 38C846542C1DCC7200331706 /* SDL */ = {
- isa = XCSwiftPackageProductDependency;
- package = 38C846532C1DCC7200331706 /* XCRemoteSwiftPackageReference "SwiftSDL2" */;
- productName = SDL;
- };
- 38C846582C1DCC8400331706 /* OpenSSL */ = {
- isa = XCSwiftPackageProductDependency;
- package = 38C846572C1DCC8400331706 /* XCRemoteSwiftPackageReference "OpenSSL" */;
- productName = OpenSSL;
- };
- /* End XCSwiftPackageProductDependency section */
- };
- rootObject = 384F18822C1DCB4F0073375C /* Project object */;
- }
|