From 57799278317ec368045ea7a5ca1b3458fced93f8 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Fri, 7 Jul 2023 18:19:07 -0500 Subject: [PATCH] [Delta Sync] Delays seeding Harmony database until initial sync --- Delta/Syncing/SyncManager.swift | 26 +- External/Harmony | 2 +- Pods/Pods.xcodeproj/project.pbxproj | 4290 ++++++++++++++------------- 3 files changed, 2149 insertions(+), 2169 deletions(-) diff --git a/Delta/Syncing/SyncManager.swift b/Delta/Syncing/SyncManager.swift index d85a120..a9fb397 100644 --- a/Delta/Syncing/SyncManager.swift +++ b/Delta/Syncing/SyncManager.swift @@ -209,31 +209,7 @@ extension SyncManager { guard let coordinator = self.coordinator else { return completionHandler(.failure(AuthenticationError(Error.nilService))) } - coordinator.authenticate(presentingViewController: presentingViewController) { (result) in - do - { - let account = try result.get() - - if !coordinator.recordController.isSeeded - { - coordinator.recordController.seedFromPersistentContainer { (result) in - switch result - { - case .success: completionHandler(.success(account)) - case .failure(let error): completionHandler(.failure(AuthenticationError(error))) - } - } - } - else - { - completionHandler(.success(account)) - } - } - catch - { - completionHandler(.failure(AuthenticationError(error))) - } - } + coordinator.authenticate(presentingViewController: presentingViewController, completionHandler: completionHandler) } func deauthenticate(completionHandler: @escaping (Result) -> Void) diff --git a/External/Harmony b/External/Harmony index 8e1f605..7de86c4 160000 --- a/External/Harmony +++ b/External/Harmony @@ -1 +1 @@ -Subproject commit 8e1f605e54e090ce94c4ff90d9d2cb52b5f11fb1 +Subproject commit 7de86c48353bb900757ac289f3108b84a5ed8357 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 1a8744b..def6e5c 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -13,9 +13,9 @@ buildPhases = ( ); dependencies = ( - 1DF5388BB8DD98198170FBEAE75CC511 /* PBXTargetDependency */, - 562F245D3C3DA98CE8EA482B48A9D400 /* PBXTargetDependency */, - 53AB7F6CE4232C339AFB6EF2C6AAFA1F /* PBXTargetDependency */, + 7288A8D79D0B717BB85314FA3122B38D /* PBXTargetDependency */, + 28CC479EE161CE3A27B1C58E66AF301B /* PBXTargetDependency */, + AEDD51659B0FA98DF0F727F2B8FBA39D /* PBXTargetDependency */, ); name = GoogleSignIn; }; @@ -25,25 +25,23 @@ 003AAC455610C32425465BF12458DDC1 /* GBCDeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D87AA47D0093293EA81378FC72519B /* GBCDeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0041ABA0B42BB940B7490CE432B5C82A /* ftgloadr.h in Headers */ = {isa = PBXBuildFile; fileRef = E4B5AA983A8DCB04CD1380E97F735828 /* ftgloadr.h */; settings = {ATTRIBUTES = (Project, ); }; }; 004E5B9E30FDFA7B2BFE774115EC8E24 /* Vector2.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 25C73FB51C8BC62E6168E00A2CC8D348 /* Vector2.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 00818E6B5DC8948C414834EE44825A99 /* VideoRendering.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC14010F5B81F5784EA4C38384B0A468 /* VideoRendering.swift */; }; 009CEE29FFED936694AE3E77EBC73D2F /* util.h in Headers */ = {isa = PBXBuildFile; fileRef = 811FC2EA0A1D4C9E7DB2ED5BE38AF9C1 /* util.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00A4CE2A3D83012F739C04B2B80D699F /* Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2804D76439B4BA403D3A2F87FBF0AEE5 /* Service.swift */; }; 00BBCF1441B559DED3BAD4FCA6BDDAA4 /* Utf.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 017670791A14475CEA27446F506F974D /* Utf.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 00EB734EAB20589A5EA9DED4A965B6BF /* OIDEndSessionRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = AF3F5F7458F66EDBD40B161EA3B4256A /* OIDEndSessionRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 00F2945755EE6C95678DF712C2284604 /* GBALink.h in Headers */ = {isa = PBXBuildFile; fileRef = 74649BDF8639556695E5571599771679 /* GBALink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0117F7450FB0A7E1649F9583A0712F7B /* MergePolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C9EFFD0C1B1F499628B2BC076DE10AD /* MergePolicy.swift */; }; 011BC76602446E5BC63B7B61E5F1B61F /* zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D839771AD6266616548B689C98C152B /* zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; 011E0B9DF0242E6ED90A37B19AD3B16C /* OIDServiceDiscovery.m in Sources */ = {isa = PBXBuildFile; fileRef = 153F5E68CD3E81AF2FA6FE85F4E32614 /* OIDServiceDiscovery.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 012659F0D8C5C99B6B48744FD85AE906 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 38E8088F5565B53ACC65BE005156ACE8 /* pngget.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 01D52A7751AA9A6FA2CACE72167A6B73 /* GTLRUploadParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = 27EDD4A85D623C0BB11107523F82B183 /* GTLRUploadParameters.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 02150BCCCFB75CA7716A2D96A651203D /* ftlcdfil.h in Headers */ = {isa = PBXBuildFile; fileRef = E66B7B043452B92B922E437CDE08AB94 /* ftlcdfil.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0267E84CAE3CAAD1585F33FF04F206CE /* ftcalc.h in Headers */ = {isa = PBXBuildFile; fileRef = 7003747C317E358B598ECB582505C2B9 /* ftcalc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0273623EAB13947B1599787362AEA96A /* ControllerSkin.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7B19926ABCEF3C3A145040DC531097E /* ControllerSkin.swift */; }; - 02B98B6E50228B5551D7FC0973FC1F5F /* mupen64plus.ini in Resources */ = {isa = PBXBuildFile; fileRef = ECBD2A6867A0D5DE628227BE67476E66 /* mupen64plus.ini */; }; 02C5ECC32B709AB9DF29ABB698AF3A98 /* Wifi.h in Headers */ = {isa = PBXBuildFile; fileRef = EA15AD45986BF90EF1E1B9AA516D4A70 /* Wifi.h */; settings = {ATTRIBUTES = (Project, ); }; }; 02E7B7DA79046CD60FC59A05836BDD97 /* NstBoard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F0B26FD30408F970024BEC8E089E4BA4 /* NstBoard.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 03062065C2110BE8FF84C9C0269F7C2E /* N64DeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CE0692DFDB826DC47131EF92FFE1618F /* N64DeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 032B7AC4D31DD6F3839787A6FC93F8B4 /* OIDExternalUserAgentIOSCustomBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D0F86BF942EB8624075B8A00E12E6AD /* OIDExternalUserAgentIOSCustomBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 035DE2C6259AD6A2633437A4700931D5 /* Performance.h in Headers */ = {isa = PBXBuildFile; fileRef = AA495E205457383DB9EAD1BF06190FDF /* Performance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0367E50C4257EE81F11D8B3FA00830AE /* RemoteRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA3565078031B4A456D60FFCB0DCEA7 /* RemoteRecord.swift */; }; 0373A79163CB89C454C70ACA39938381 /* NstBoardKonamiVrc3.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7A3FB29F31D9C72AEF1108F15ED0F102 /* NstBoardKonamiVrc3.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0394281163A0B4BD82AA42D13FF3CE71 /* commandline.h in Headers */ = {isa = PBXBuildFile; fileRef = 639E4A72009647184186830A27020CFA /* commandline.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0394BE553E013C532C98B9B701647630 /* NstPins.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 42D809A7248EAA3C75D32A0875CD3E2B /* NstPins.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -52,56 +50,59 @@ 03B27781E35C098E1B9B99FF5E61C0C0 /* ringbuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = FB79D49FEEADDF6A31447B8F3392099B /* ringbuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03E75BB8FEEA2FCB96FB9A56E2697313 /* getopt.h in Headers */ = {isa = PBXBuildFile; fileRef = 493BDC001AB8FCF2899F9370590EF3C7 /* getopt.h */; settings = {ATTRIBUTES = (Project, ); }; }; 03F69E1B6A8FE4C726F20F3808FFC4FB /* pngdebug.h in Headers */ = {isa = PBXBuildFile; fileRef = B380DE90CB179CA5CD21009426F6A5F0 /* pngdebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0416179ED3F2A418496435670A140EF1 /* VerifyConflictedRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 726F77496A14D37FF59414937A0F0B9B /* VerifyConflictedRecordOperation.swift */; }; + 04068AED3952ADA2DEBE9DA86E062C24 /* DeltaCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 35A1F31917622413C5030F211BD54C5A /* DeltaCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 041920E196894524658E07E3C6D256C7 /* svttcmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B33762C748AB5B7F0B32AE35396BD1B4 /* svttcmap.h */; settings = {ATTRIBUTES = (Project, ); }; }; 04355D0C6987871B51778FD9E8F696F9 /* OIDURLQueryComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C053DD5073BF728D6060EEC306A9BD /* OIDURLQueryComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0461286FA38D935C5F072AE369C4B744 /* TextureFilters_xbrz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B491F193F0E7C08E3D5835D0EC6C8663 /* TextureFilters_xbrz.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 04854F45BCD6A1598EF8FD9F49774F02 /* NstInpBandaiHyperShot.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6DCA8DE46094D93D094469CF3789EDFD /* NstInpBandaiHyperShot.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0524C9763C562C062ABE202AB08FA1CA /* F3DZEX2.h in Headers */ = {isa = PBXBuildFile; fileRef = 3374EEE9DE762478FB108577A45A36D2 /* F3DZEX2.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0536F9FB5C3E02848D7C196D8E673908 /* NstBoardUnlN625092.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2BC96C69F0777BA6CF116E30A45DB1FB /* NstBoardUnlN625092.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 0573961BF9DB3CBA9601F22CE32B1EA9 /* PropertyGroup+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C98D86F4C2F21DFECF143A85B4EDAF5 /* PropertyGroup+Harmony.swift */; }; + 055D83701011D708F9B1AE5E45E31C8D /* SeedRecordControllerOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E94A1C2E04A7F089ABC425D6F10F3364 /* SeedRecordControllerOperation.swift */; }; 05B07BC4DED95311EA2B62CF28996774 /* NstBoardBmc150in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 309F30534E2673B0504A148002C4BE88 /* NstBoardBmc150in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 05E731F2673FFFAF636E06B89693DAB8 /* opengl_ColorBufferReaderWithBufferStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = CE78A65434CC7B5A569BDA6008543CB2 /* opengl_ColorBufferReaderWithBufferStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0607391166E576D57529A8213C27EE2B /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 863EBFD88D51BDD8A33265E1BFD3C862 /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; 062BA2589E8B636944D022B1D2A74521 /* screenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 83512F1D34AE91977D202DBA42BE83C9 /* screenshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; 064D700E9E9DCFCBD9F83A6924A0B2FB /* GPU.h in Headers */ = {isa = PBXBuildFile; fileRef = 532EBD7F18EC49C1878B6CF0BA4F38E0 /* GPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0694735091A2CA78F36196A209773B36 /* NSPredicate+Search.m in Sources */ = {isa = PBXBuildFile; fileRef = F34A12CDD8A9F7DF59CB6C9DF28C8C37 /* NSPredicate+Search.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0694E32E9C0A5D1F2E4FA82C6A55C7C0 /* RSTCompositeDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 2691325FF990437B6E7EAB62E91963C2 /* RSTCompositeDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 06E6996BA8F1EC57B8F0DEC22D7F3953 /* OGLFT.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E878302AEACCC6E7DBDF027635C08 /* OGLFT.h */; settings = {ATTRIBUTES = (Project, ); }; }; 06F8DBEA4D853FFBE22D99A5A1B130AE /* resource.h in Headers */ = {isa = PBXBuildFile; fileRef = 065CAF08131A87E3F659ED22E2D036F9 /* resource.h */; settings = {ATTRIBUTES = (Project, ); }; }; 06FB8FD5F0A5AAE514A086E4C8DCA8A1 /* pngstruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2D5F89F949859FF4665D03834D9EC0 /* pngstruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0782021AE77C15667A83212480802785 /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEE25E1B162B8607EA2C66F0411209D /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0753410AD66E4D73AAE4D528D2638492 /* NSPredicate+Search.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0E24A9C80929074CE421F5E143D51D /* NSPredicate+Search.h */; settings = {ATTRIBUTES = (Project, ); }; }; 07891C07B914AEDAF4D1E10760517740 /* RSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3E35D2003A87897EFBA643B7A078C3E /* RSP.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 07C1375F67A9C5FF9532457F4AA72126 /* UICollectionViewCell+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = A41248995A9177B9C85BCAF68FD4663A /* UICollectionViewCell+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 07CD31E48E6448463B2C3AF5BABEE26B /* plugins_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F7D87FC807DBF94D110542C7A61703 /* plugins_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; 07F03FF0571F1E0E743C2DBFC18101EE /* NstTrackerMovie.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DC12A357C05925889CD29FB0539FEC74 /* NstTrackerMovie.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 08040DD5584BD7B00345AEA456BAA49B /* NstBoardBmcVrc4.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 67C1AA390485CC2C6DC31AC269DDAA69 /* NstBoardBmcVrc4.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0824D83822CF0085B8FEF90B399886F2 /* EmulatorBridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7E0D0416AD09FA405E0355EA089AD8 /* EmulatorBridging.swift */; }; 086F748E1A9BAFE3B7F5C38FE204832F /* ZilmarGFX_1_3.h in Headers */ = {isa = PBXBuildFile; fileRef = 7992DF58A03B979D2C28021F9A285D86 /* ZilmarGFX_1_3.h */; settings = {ATTRIBUTES = (Project, ); }; }; 08834428359500BC8A4A2CA6015D9573 /* NstBoardKayH2288.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2B0EB17AE5F142CA95FB5976BE47D913 /* NstBoardKayH2288.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 08C814DB2BCD344EE609CD5658482181 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C91B34561D0AEB65B4EA3195D81DE9B /* Version.swift */; }; 09282D94AA7E64B78911E92253C74EC8 /* NstBoardWaixingSgzlz.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 45B64928D43C2AF68B71222DD6DFEBEB /* NstBoardWaixingSgzlz.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0931F2B0E79A9E67012DD9FB15CDB9E6 /* NstInpPad.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4C619FD58ECE5046BFBE7F16F5A14C4E /* NstInpPad.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 09364B536FFBBF0CEDF43DBF41682C20 /* NstBoardUnlXzy.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7A7771014FAB9D9EC0615DFB04A95468 /* NstBoardUnlXzy.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0950AF87E71EF95AC941B3BFB0C6B82C /* ShaderProgram.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B844D3BFB7319D52CFFE53C66015059 /* ShaderProgram.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09B258828DC9EC1D16E80844BB420A00 /* Auth.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A69C228B706B070689053EA88D75D5E /* Auth.swift */; }; + 09F3256CC66D733BBC50825D96FE6375 /* RSTHelperFile.h in Headers */ = {isa = PBXBuildFile; fileRef = A363333B17E12DED3509264B7806E627 /* RSTHelperFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; 09F4B7AEC89AEC7668ABE3FDEA548EBE /* mic.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A6C70477FE2611FD7AB31D418502F33 /* mic.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A372F89714CA98A2C2F089F3433260B /* ARM.h in Headers */ = {isa = PBXBuildFile; fileRef = 762C44D2B54DC847400E23DF806F5656 /* ARM.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0A50D82BACBAC6E92353428EA3B96D2C /* F3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBF044364539F3E0E010F5D683AC7DA1 /* F3D.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0A74BA6079FECDF6C99DDD9E919B6B54 /* BlendMode.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E8106D0AB95914E77450371B82356061 /* BlendMode.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0A7DAAD6BD5955DAE784319E14EE93BE /* snes9x.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF60355DDCB4C37B37B346B3A139591 /* snes9x.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A96ECA45177404FC214610D7A109C41 /* DropboxClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 588229CB54EDF6257F8749FF7F2415F1 /* DropboxClient.swift */; }; 0ACA78A57A5C796B87F2F6DEE3984087 /* NstBoardBmc22Games.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 59740CE3094844205DE805C6ADB909B4 /* NstBoardBmc22Games.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AD6E4F7C5A5F90B5A515B0D77FAB851 /* AnyInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9298B315F615623E280CE6D5DD35B045 /* AnyInput.swift */; }; + 0AE0A3C385C872D3CD4BD5F2A3BDE1C7 /* TouchControllerSkin.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBEBC13C2601FDB2E7F4D976B174D79A /* TouchControllerSkin.swift */; }; 0AF651B804B6B8A8A5A52CE91138BFC3 /* OIDExternalUserAgentRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = ED37CBC6E3E6BB20B20D02F728A3F571 /* OIDExternalUserAgentRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0B0CACBD00C5ED985C676C4A049A5E2B /* NstBoardJalecoJf19.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8EB727E9ED3C811AA0FA8F4472904B39 /* NstBoardJalecoJf19.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0B13F7305B5200533BFB2EA387A105D2 /* NstBoardBandai24c0x.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B8BC89C0B8E5FFBFE6703D54BB9CEDF0 /* NstBoardBandai24c0x.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B1B4A7CCFEF37A390A1246DDB2262C9 /* RemoteRecord+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E9F9B25CAC936BA1BA662A8A2168C21 /* RemoteRecord+File.swift */; }; + 0B281B3E51DFB72BBC16384799C738DB /* RSTNibView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E45092B38B1BCA27D9FBD1E928D6B4E /* RSTNibView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0B458402A00C7C6C7195ED0955DBF3D2 /* Syncable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93FC801129AB7EBECB3C73468243C82 /* Syncable.swift */; }; 0B5D652D796EB2D1FBE04DF45FD150EF /* savestates.h in Headers */ = {isa = PBXBuildFile; fileRef = B36B730F8AD540F525B5277EA31AC67F /* savestates.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0B6C879E3C566BD4E5E9BD1623485578 /* NSString+Localization.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CFFFA1D5341196B3D469781675F7F87 /* NSString+Localization.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0B701E1ABACCF9D000897DFC4FBC6208 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A0260AEF602B25A1C9C1070115AFE67 /* png.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0BAC436F9EAD436004873AD60883314E /* ftwinfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = CBDA9BCF2343410A45207B8BA198A99B /* ftwinfnt.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0BBFEDBCB3C2D8C0E56A8ADA49A3F4B3 /* opengl_UnbufferedDrawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E0E396C6ACEADA6313110BA019AE87CF /* opengl_UnbufferedDrawer.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0BC1299CE2551DBD46C074090FD82127 /* sa1.h in Headers */ = {isa = PBXBuildFile; fileRef = 09A92EDBC710B7A07202429FDE81AD8A /* sa1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BC6BFA04582F0C3A02F11AE12A65E7D /* RSTTintedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 088611513957299C0F064C9A772DA2BA /* RSTTintedImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0BDAAD7F1F4A2596F3361D46F1201D4C /* RSTOperation_Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CAE986A70F08EBFB10A2ACE57CC759C /* RSTOperation_Subclasses.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0C284F60C3B0BAA1DC839BF3E1AEC44A /* assemble_struct.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9842FA1CA47EEB5F912C337B2EB0C7 /* assemble_struct.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0C6368DD734D946E1C4B5FF918AEB628 /* Transform.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0DB410AC329D13D7051BC6E0A7D5BBE5 /* Transform.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C75AE2E89BC962E9129D97703711B0C /* VerifyConflictedRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 177CA507F306C1F5EF44C7FB0CAA3386 /* VerifyConflictedRecordsOperation.swift */; }; 0C9923278CE84C8DFCD515E22D038E5B /* ARMInterpreter_LoadStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 86DFF83A4B95ADF0960D74BB55A4A86A /* ARMInterpreter_LoadStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0C9E00526F3ACFE0C4B40D87E02300D6 /* OIDErrorUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = BFF0249C37072A3012B8AF6DC7E7D1DA /* OIDErrorUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0CA9B4D28152D0F0E12460EE28D2A388 /* NstBoardTxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9F1767D3A97BDEE6B358290592EAFCE6 /* NstBoardTxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -111,23 +112,24 @@ 0CEE2E76D1EE10292DE8EDD7AAE08828 /* GTLRErrorObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A7449E755E1298EDA31868B552672C9 /* GTLRErrorObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0CF3CC9213BBF568A0BA16E98845E15F /* NstBoardBmcBallgames11in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D0A55488C42737DFC74709CAF4D17297 /* NstBoardBmcBallgames11in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0CFCDE8B5ED872227B37CA05AD43202B /* m64p_common.h in Headers */ = {isa = PBXBuildFile; fileRef = A86BA7BFBDD1A9CA9B7830177E7F88D0 /* m64p_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D1743CB5D261ACC71A6ACCC5816F384 /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 337AC60884C9D2D2819DA4A74E030822 /* GTMSessionFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0D3DF0B2A22FFD61063C98ADD6597183 /* regcache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A9BA0AFD82C04952ABDC3E12154E9FB /* regcache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0D90B7D439D527502418FB576423B6B3 /* sound.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC605E6227DC63EE4FC8F25683864C9 /* sound.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D994CF59D07D8DDA26D95B02473A7A6 /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C0CC3B2DFF5872E8CB2D155C6F6C73 /* Account.swift */; }; 0D9FAB2BC328C60B51F573F0C9FFC83E /* ftotval.h in Headers */ = {isa = PBXBuildFile; fileRef = BF214410911943AE7235221D8B5EC42B /* ftotval.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0DD14CE242F50F71DF843A3F3F734F5E /* lirc.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FFCE5AB4BF0EF0CAE474BF43EAD886 /* lirc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DE5F2A50044E68460C02DB25B3025C4 /* Data+Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91EAA9E88F2CE50AD9FECC76B79BF1DC /* Data+Serialization.swift */; }; + 0DD7BD9480371B50D26D4953FAF9A9F2 /* RSTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B953986F11248C6CA94BCF08358DBAE /* RSTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0DF373354B996451B44042AC4D5BE740 /* Rect.inl in Headers */ = {isa = PBXBuildFile; fileRef = 019BB4B6CBE90602032D506492CB517D /* Rect.inl */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E12A2CBD3EB4840D86985ACF808A906 /* RSTRelationshipPreservingMergePolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 580875E9EA0153748A8CDB2FF8543EBA /* RSTRelationshipPreservingMergePolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0E322F870C1D5E00050C7CC84B0062A8 /* cheat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A11A199BE6A36B892FEE14D85974367 /* cheat.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0E3820AB74C99EA4F6B2C0FB8A34EE38 /* OIDExternalUserAgentIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 746F4192F62224784823C184DA2129B2 /* OIDExternalUserAgentIOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E4C68F0CB4544686CB29FCC2DAC51D9 /* UICollectionViewCell+Nibs.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F469997C999D3731F8539D750D3344 /* UICollectionViewCell+Nibs.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0E591CEB347EEBD2ADA576CB247A6155 /* NstBoardSachenSa72007.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E239ED1166B2CA4127C1ADA9EE66B7F7 /* NstBoardSachenSa72007.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E70F237A37C583D360A2BA26265BE77 /* RecordController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E9217B8AD290FD88BE11508671E7C5 /* RecordController.swift */; }; 0E75E07BE12EED13E8F28811BDC85E78 /* apu.h in Headers */ = {isa = PBXBuildFile; fileRef = E6AB1BD2CE7196982B4DC417E4A40A3B /* apu.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0E95499671251949C11665322DC9B78C /* Context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082652FD4FE0591F6CC4245244487C0B /* Context.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0EB80D727DC71F4B0828ECCE3E80E2F6 /* path.h in Headers */ = {isa = PBXBuildFile; fileRef = 4898E73F069A8D1192DE3114754EC447 /* path.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EBD1A508C369C5ABF9FB0644415C1D7 /* KeyboardResponder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8FA7EDDF2D182E85D908AB189426B6 /* KeyboardResponder.swift */; }; 0EC65FF898BD501DD31CE14E8BCBC33B /* Context.h in Headers */ = {isa = PBXBuildFile; fileRef = E20D119FA882082205230D81ECE8AA2D /* Context.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0ECAE8D51F958064EC79C2C9B47AC040 /* NstBoardBmcSuper24in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6514E7536A5192984F03FB8FCA148B25 /* NstBoardBmcSuper24in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ECDE2244D7CB177C67661CB21B73E2A /* NSLayoutConstraint+Edges.m in Sources */ = {isa = PBXBuildFile; fileRef = 020BED2D96312DD71C54EFA929FA2790 /* NSLayoutConstraint+Edges.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 0EDC1A5EB4B062E87AA55BEE975D6CCE /* pi_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = E056F9C392ACCD36B6E5FF8B6D6877C6 /* pi_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0F58B1EB6A49EBF5D9AFC1A6FAC62E4D /* NstMemory.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7CE529984247F0D4B4C84FC43F503559 /* NstMemory.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0F5A035E2E60BD33E369533D8BBBBAD7 /* NstBoardBmcSuperBig7in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 90108346CE8681BDF45E6A86AD56CDDD /* NstBoardBmcSuperBig7in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -136,17 +138,13 @@ 0F95CED87E425CF308AB70D81F9F172C /* NstBoardTaitoX1017.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 72208F818FE3668DCF0B104B6F5A8674 /* NstBoardTaitoX1017.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 0FBFF0E0C5F2D214AB533FD75B9FF3AB /* gambatte.h in Headers */ = {isa = PBXBuildFile; fileRef = 501D427EE5E1A8882E6159ABF154A5A9 /* gambatte.h */; settings = {ATTRIBUTES = (Project, ); }; }; 0FF2440C7ED4062F9A4382E73E2C49A4 /* TxInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3E26ED85603F0970658C4AF3B559ED /* TxInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 100317712493D91A2FEE955B9CFB6708 /* RSTLaunchViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C38C767637E4968C8562607864A579 /* RSTLaunchViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 100D86670416B584A29461558B16FE33 /* Operation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E57FA01C9F18C748CC8D2144FF42F63 /* Operation.swift */; }; 102329F2278DCDB0D13BD2014A9CF193 /* interrupter.h in Headers */ = {isa = PBXBuildFile; fileRef = 29B3676796A388530ACB7A0D65044B70 /* interrupter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10370A1C35BDED9095EB344FAEF2416E /* Result+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D0B677CAB142BFE0325C2AA3E8422BA /* Result+Dropbox.swift */; }; 105A1194C1A4E35F0367EA28BAA94058 /* F3DSETA.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB8D36239E5F3909BEA9896FE306D35 /* F3DSETA.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1068DE567FBD813D2BD5D659C938A29C /* GameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107157B094E03DFB68D4F654B49722D6 /* GameView.swift */; }; - 106F9701A9FDE9CFE3822CCB2EE5EFB6 /* Roxas-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C294380A302333A15E6E9C07DBB5B94 /* Roxas-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 10738D3FFF1D643572A30D22F374276B /* VertexArray.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 117A5FCAB2DE05F212AD4037F599CEA0 /* VertexArray.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 109BA68239944B5A5AB0FFC07B6F0A5B /* opengl_CachedFunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15C08012AB0B9FDC21EC0E5A098D7969 /* opengl_CachedFunctions.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 10ABBF86E3849A969D49F2E59BEE2439 /* Turbo3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 751CF81F10F453FC303ED3CCAE06ACF2 /* Turbo3D.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 10B9876E0E3FAB74741EAFA0E5521910 /* NstBoardSachenTcu.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2F7C608BFA656FE4EFBA10D0422E8A6E /* NstBoardSachenTcu.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 10BF367F3D827B95FF511EB000CD4FC6 /* SwiftyDropbox-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D4F4C7099A5448383AE7DDF89D057CC /* SwiftyDropbox-dummy.m */; }; 10D1F262E957A05FB4419D5F50730DE2 /* GTLRDriveQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = A51ADC24D72606707909146C1508A12B /* GTLRDriveQuery.h */; settings = {ATTRIBUTES = (Project, ); }; }; 10EB3196102967E948A095BFE2262846 /* NDSCart.h in Headers */ = {isa = PBXBuildFile; fileRef = C3586CAA3B14430C3B92F4791040A126 /* NDSCart.h */; settings = {ATTRIBUTES = (Project, ); }; }; 11168E46A195FEE9C7770B0D71A83C22 /* GlResource.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 22D9323511F1615198D8034484F5E9BB /* GlResource.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -158,11 +156,8 @@ 11EBE099E882BEE8D6B17FCD20997249 /* NstBoardSachenSa0036.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 21F887B2571901F5C1B0E7E06528AF66 /* NstBoardSachenSa0036.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 11F4192141425ACF00360ED0CB85A902 /* OIDScopes.h in Headers */ = {isa = PBXBuildFile; fileRef = 62ABDE9598EA0018B00A4325FFA23BF3 /* OIDScopes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 123B285D572B11DD7B5E0E7048A9BEAB /* svxf86nm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3E0CEEDFD4A7C498DB0BB86C7454069 /* svxf86nm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1247FCF9DECCDA3C618347DF8E8BF521 /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = C695B703F3880882D86EBEF281636B0A /* GTMSessionFetcherLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 12618C50AC2276A22DE99D304AD87505 /* GPU3D_OpenGL_shaders.h in Headers */ = {isa = PBXBuildFile; fileRef = A0196C3B20F2D9E886462BCDA4B77E08 /* GPU3D_OpenGL_shaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 128C2ED34EB91CFD7743CC4BC318359B /* GLideN64.custom.ini in Resources */ = {isa = PBXBuildFile; fileRef = D9A99AC4564024C83E5D7E12274FEA75 /* GLideN64.custom.ini */; }; 128D1B28380DF0B84C1F0B4F27717DFA /* xxh3.h in Headers */ = {isa = PBXBuildFile; fileRef = EBCB2D018FCD273A488F1FDD51D5AF46 /* xxh3.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1296235C3200BBD4AB5C67C375597355 /* UICollectionViewCell+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = A41248995A9177B9C85BCAF68FD4663A /* UICollectionViewCell+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 12D4DF2E6E9B8E181D6EC9383905AEE6 /* display.h in Headers */ = {isa = PBXBuildFile; fileRef = 43025ED25FA3BA9FEA4A363425FDBD71 /* display.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1320E5BFA1D8B4B505EA483ED8A39EA2 /* Err.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3A66FC57CF12C4C7F15051EABEBF706E /* Err.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 134213800B6B0D81AE77E913BA2AE91E /* ucodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3100BB31B2E91306349BDD568411A483 /* ucodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -171,12 +166,13 @@ 138071EDF724C0D17AA5B69CA69D04C5 /* SNESEmulatorBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = F79F60360C7C09A357E9D03EA22E0DF5 /* SNESEmulatorBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; 13807B1A5F551821D3B497CA5E487D35 /* NstBoardBmc1200in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 492C2815F39A115DF5927FA25B5A4486 /* NstBoardBmc1200in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 13BFA5D2EE0427A36F80C6433D518B8E /* zconf.h in Headers */ = {isa = PBXBuildFile; fileRef = ED799C5F26128518BF54B30517200ACA /* zconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13EF365DB8E4F9341CA2569586392D7A /* Base.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25B88BF278EA8C4B64122979E56A71FF /* Base.swift */; }; 13F2ED96C4494107F7485A66F516705E /* fttrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 86375C23888D1DF4D55B3B283ABEBEB5 /* fttrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; 142240FA777B5DA21136DECF43EEA61E /* FTS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E0F5643555F449DCEDC56B9DF4F506 /* FTS5.swift */; }; 14449ED203ACA1A7968C64879C57F1AA /* NoiseTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D1747F157ABC2D3804E6DA321A27043 /* NoiseTexture.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 14738C1681F338073C27D894B8E39758 /* SyncCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19707592188169DF74AA424B5556F188 /* SyncCoordinator.swift */; }; 1482F9CDEBF900A9D78FDE90BED27822 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D27A8D199AF789EB7101A558A907648 /* pngwtran.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 149F37848F1C57450AF615E829E771D0 /* Wifi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1800D8C1D9FA3C88E747AAE8C0A3C7B4 /* Wifi.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 14D0DAA55C618B105489C4E214EAE024 /* TeamLogRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52C3986CD38435C5AB2376E3C409FE3A /* TeamLogRoutes.swift */; }; 14EDDD3706AA3FDE5853BD00321C8F51 /* NstBoardFb.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 383BE6B9C0159CE9420D06D227AB94C5 /* NstBoardFb.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1529D8851EE0464DF6DF1CCD1550849F /* NstBoardWaixingFfv.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D1B0D2FC2C2810170AD695B08F5D980F /* NstBoardWaixingFfv.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1532052E09D655166E639B128A9CA087 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD299184405C4128DEA2447113D9BAF /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -187,14 +183,12 @@ 159706C1A7F15930D266EC1F337013BB /* libhardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 3911A2FE847ADE263F3D2AE0E1962055 /* libhardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; 15B9A8346C1E2C124D2D63E6A7B78615 /* Dialogs.h in Headers */ = {isa = PBXBuildFile; fileRef = 16E8AE20B9CFDB87D64063469B6C2C5C /* Dialogs.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1626E1C63D63F100AF0DA19BEF4B4869 /* TxImage.h in Headers */ = {isa = PBXBuildFile; fileRef = DF5C826C0D98174AFC775070DD3253D0 /* TxImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 164F50D22989D24E782F4A646360425C /* Bundle+Resources.swift in Sources */ = {isa = PBXBuildFile; fileRef = A19318395D3B3D8114C56710610A3443 /* Bundle+Resources.swift */; }; 165D3E281834F44EE83C7DE5DC8E2DBA /* Ext_TxFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F472639A9FFD42C9F8AEA03512A2556 /* Ext_TxFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 165FD24F0DBE146003656953E5523695 /* NstZlib.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FF3E301DAF4760FB806BA003BBB073FF /* NstZlib.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1672975D7F15FE31FF63BE23A778D1DE /* interrupt.h in Headers */ = {isa = PBXBuildFile; fileRef = CD6D9A12F60639B7290A8762618AA481 /* interrupt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1692B5F3853A9169080643ADEE9FCB35 /* RSTOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = BB22870483890CB67C08063155A2CD09 /* RSTOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 16EF9A8863500649406F6090525D897E /* NstBoardIremLrog017.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 481E2A9FE78254577B8894F8E6BFFC1C /* NstBoardIremLrog017.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 16FB2AB584D4D4C3E98A0EDDD2DD8E37 /* libretro_vulkan.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C793705F8636862B9913E9351FBD3A /* libretro_vulkan.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 171A519AC85920DDCCA61075C9DAA04D /* NSFileManager+URLs.m in Sources */ = {isa = PBXBuildFile; fileRef = B3EBA4C7AF2961430F113BBF0D749FD2 /* NSFileManager+URLs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 174683BF30BDA31BE314FE308FFBA4B2 /* Archive+Writing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BE4378805BF7485C528CC286CE70FE4 /* Archive+Writing.swift */; }; 1749DC5B10BFBEDBF975A14182F9EFFD /* NstApiMovie.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 52B79B7D3595C4B07C01B51ACF536A49 /* NstApiMovie.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1774E56BD05AD0B3B9AE715BC59C2749 /* OIDFieldMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 390E2FD66E705841F718EC5D5F733E65 /* OIDFieldMapping.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 179F3C65690BE4046034D3F991740096 /* glsl_FXAA.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD83DB7A332052EBC34798D4AB2A9CC /* glsl_FXAA.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -204,17 +198,17 @@ 17D7B16473E9298E54C91F58CA448F59 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 52809410CFB6030953B0EC02A43AD384 /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; 17DA6A10FEBD10E12C97D7EB94F34D6A /* osal_dynamiclib.h in Headers */ = {isa = PBXBuildFile; fileRef = F4C91AF33EEDB415FB575836D7AC8594 /* osal_dynamiclib.h */; settings = {ATTRIBUTES = (Project, ); }; }; 17F9C6E5CD3556B53ED9450AAD934A77 /* Font.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F79B969084D7427ED26DC4A0D24EA680 /* Font.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 1802BB58ED5421BCAD8DDDBA830D6382 /* UISpringTimingParameters+Conveniences.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD1A713033C1C1E163FB0798FB83410 /* UISpringTimingParameters+Conveniences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18061A00ADFA2D821EADC4EC9F86B48E /* RSTArrayDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = FAEBE5A9F378271ED1B66BA1076847DB /* RSTArrayDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; 181B63EDFFE57E13F3045DD0904F999A /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F0C3C3BC6343248D6843D9C8201DF7 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1842A1A997E18631EAC6B022F426E269 /* UIKit+ActivityIndicating.m in Sources */ = {isa = PBXBuildFile; fileRef = 909D8E207656B028E88C377D1425D826 /* UIKit+ActivityIndicating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1847050D5E39D00D529FBB9A604E0E1A /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 9D83B27394F827A375C8041D26B9F167 /* Standard.deltaskin */; }; + 183AE63BA235A24D2AEFCF1B32F73164 /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA04051997329FA2754F806359AA369 /* RingBuffer.swift */; }; 185A3E2756AC05E358D9E3D0BD7C8C08 /* DisplayLoadProgress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 498F938217E118A1DBF9DED133090463 /* DisplayLoadProgress.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 187FC21311853A04A39672B210B4D6FE /* SNESDeltaCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A69E9B1FC701F3CDFFDAED41E72FC3C /* SNESDeltaCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 18C37C6657B784CEDB75985FF0399AF4 /* NstInpHoriTrack.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E9F0ECB7E0ABA01A6BD5543B8455A6FB /* NstInpHoriTrack.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 18E374D2F000F33DE8E8CEA58BD744BB /* DeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C270BF8D0AF1673AA48E2495128A2CB /* DeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 18E7FD830FB230F9AEBC7CD4BC97F66B /* AboutDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 5567EB12DEB303864D39F83A736AF4EF /* AboutDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; 18F27129CB930A89AB7798158C2982DB /* OIDExternalUserAgentCatalyst.h in Headers */ = {isa = PBXBuildFile; fileRef = E46C03F1E33EF500321D1B273426088E /* OIDExternalUserAgentCatalyst.h */; settings = {ATTRIBUTES = (Project, ); }; }; 190FDF77E6F1843F68C0478C3DF55309 /* ARMInterpreter_ALU.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BA6A083756E08AB6B08120AC5A64BF /* ARMInterpreter_ALU.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19277CDE1FED0A2839ABEE190FAC5B5E /* DeleteRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BA3864F0B310C572B7AB2543016FB7F /* DeleteRecordsOperation.swift */; }; + 193E98CAE23E36C2791EAB38C7013ADD /* GTMReadMonitorInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = CB394C1E8E08D3C3C76BE4A040D0328F /* GTMReadMonitorInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 196807186C43E66838FC5B12F924ACC2 /* NstBoardBandai.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 50B675723A77E42B1FB1C0333565E307 /* NstBoardBandai.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 196BE8F30061DD632F3B865E407A43A7 /* NstBoardAgci.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1ACA4549EF8177725B56D2E737602463 /* NstBoardAgci.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 19738AA01A0AA555D5AEC5E48E85061B /* memgzio.h in Headers */ = {isa = PBXBuildFile; fileRef = 8197D05CA0B6927CD99B2150744F4CB6 /* memgzio.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -222,66 +216,74 @@ 19C0AD30F3B8CA3840D288F3FB3C45E7 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C4A2F8535417D7B8F69BAA2AE5AD136 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; 19CB694C08E1BE613EF3C8FEC36B895E /* stream.h in Headers */ = {isa = PBXBuildFile; fileRef = EC827F858A5C671004CB3FE3F0985371 /* stream.h */; settings = {ATTRIBUTES = (Project, ); }; }; 19E0BC3D9993B90096DAAF74BFB3A1DA /* GTLRDriveService.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B8A969BBB7D6F979A3E6C089D65AE76 /* GTLRDriveService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1A3C98408711350915624E8DEEFFA440 /* DropboxService+Records.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2FD81663E3AA250F8503D2F0639DFA6 /* DropboxService+Records.swift */; }; 1A46531816BB6C08E0EDF5123B9E339F /* sRGB.h in Headers */ = {isa = PBXBuildFile; fileRef = D92F9E5A5EB369E6906F6574ADEE9001 /* sRGB.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A4F27A7213FD959BB6C3A5AF8C3575F /* DSi_AES.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF9E2339887B291A4CFE77E816D1073D /* DSi_AES.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1A66817235262F29983D9A98F553BAA5 /* RSTToastView.h in Headers */ = {isa = PBXBuildFile; fileRef = 755E5E577144BC6D12921757F1F6E1AA /* RSTToastView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A72648119658E0F985D21F6E9149C40 /* bios.h in Headers */ = {isa = PBXBuildFile; fileRef = 394BC7C3740766492985ED4E69FA615D /* bios.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A7977444D4FD828FFA6DAB32E1DC5E3 /* glsl_CombinerProgramUniformFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 865F6B98B40E1FF0BEA7DB4B71AC8881 /* glsl_CombinerProgramUniformFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1AB1F53D602593AF99750D454DB92B9D /* RateTransposer.h in Headers */ = {isa = PBXBuildFile; fileRef = 65504AC7E46DADE41EA84C80B7836EBB /* RateTransposer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AC713673FD659C90E2A5606D687DC65 /* BatchRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 134A06C2C97F9EFF3C543972C0AC08D5 /* BatchRecordOperation.swift */; }; + 1B0FC526BA616890E6CE2BD5DB23B6DD /* RSTNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 57BBF8F3367BAA59BCB8B42DE62C605B /* RSTNavigationController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1B2F0D11530F125AD090CF0CD9C6A5C0 /* NstBoardMmc6.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A63C9E0A9B210F7E60ADCC2A38E0E98B /* NstBoardMmc6.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1B33C2F603240B15FE562D12654B2E70 /* PACKED.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D877B8846666B99FE70DE7336946A59 /* PACKED.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B9FBF904DDE51269350AF3DA489AADC /* UIKit+ActivityIndicating.h in Headers */ = {isa = PBXBuildFile; fileRef = 82656B4A230970BB031B9D9C19699E88 /* UIKit+ActivityIndicating.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1BAD559C85BA953BD17A38F2F33D6895 /* CustomFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C508CBF6FDFC9119FCB1F1484302105 /* CustomFunctions.swift */; }; + 1BAF0A8CF2F9DA9B89AF4C4A51B7BB35 /* GameControllerInputMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD97A21427274EAEC21DDEDFF49C63DC /* GameControllerInputMapping.swift */; }; 1BBC422F46C01129FD5C11F232C99561 /* NstCore.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B365079C8474FF61FE7DBA7FEA41610C /* NstCore.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1C13947F1361A75354023B84BB41D4FD /* GTLRUploadParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C912A774A7E5DAC7D4810F2097545C4 /* GTLRUploadParameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1C3E5C10BC1F25C4A6C89F11E7E38243 /* memory.h in Headers */ = {isa = PBXBuildFile; fileRef = EAACD8B3176E4E306106E019BACCC04C /* memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C672720A31FA934FB053FBCDD5DAE0E /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = B40D570EAF3AC5F1FF34F6CFEB52975B /* Standard.deltaskin */; }; 1C7EF235549FDC5E73C654BFA44FD494 /* Audio.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8725EAE2102B04E4489565CFB1A011DB /* Audio.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C894DFCCB30DAE9E7CAF3422BA39082 /* AudioManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2867A21CC5D09F1990985A93B329E72E /* AudioManager.swift */; }; + 1C9229182A8D5423602529638E4A678B /* CheatFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 675E8B0AFDC80A9C1970C7FDCD10849C /* CheatFormat.swift */; }; 1CBD8077B3C25C5DABA1757892009A4E /* NstBoardSunsoft1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B58EFCC5EF56D718978F57E079A87EA4 /* NstBoardSunsoft1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1D0E32DD339C187B20DE78C88C78A889 /* DepthBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4B64FD6EF5659CFF43AADEC0A864AAB /* DepthBuffer.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1D41A4FED4993EA9A94C62BE418BD429 /* Result+Success.swift in Sources */ = {isa = PBXBuildFile; fileRef = 260CB4E82B51F0E175E449882D73C5A5 /* Result+Success.swift */; }; 1D6647ED38D946416F8D1E3C89717A54 /* gralloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E1A7F168275457728FC46DD69F2506C /* gralloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1DA64FF3CB2C830919352FF05288EE35 /* NstProperties.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 65EE3AAF17CA05DE17F33860600EACDC /* NstProperties.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 1DCA7133021E95523FA4474A860EF7FC /* NoiseTexture.h in Headers */ = {isa = PBXBuildFile; fileRef = 6984E1848F3D8BB2CFFD8E74430573AA /* NoiseTexture.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1E0E73AA1B5CD410E435C7F360693871 /* GTLRDrive.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E2CFE6F8F2551B11BE15AC98C10A73F /* GTLRDrive.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1E17FAB1D5E7A6DE7DFA7D4FF38213FE /* NstBoardCony.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3657D29FC929113DDDDFC5C7E19C7391 /* NstBoardCony.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E482D7CCF79EC4182836A6D9544DEB1 /* DeltaCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 35A1F31917622413C5030F211BD54C5A /* DeltaCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E74383E96FF70BAF87EE304C99B2342 /* UIScreen+ControllerSkin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266ED18C08BE308BE761E84DB71257BD /* UIScreen+ControllerSkin.swift */; }; + 1E7DB765F0D773DF8A30F95A74E9DA3D /* Custom.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25C9E1A417E70E3A1827802170F2D00 /* Custom.swift */; }; 1E9688007C1C84CD4D107BAE70546B6B /* ftgxval.h in Headers */ = {isa = PBXBuildFile; fileRef = A305BD1E403F2080A66FACB6EE133DF8 /* ftgxval.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1ED2C354F8F87AD2DDAD7C702639A1DA /* DSi.h in Headers */ = {isa = PBXBuildFile; fileRef = E22D40F072FC60A30938FBAD93B403BE /* DSi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EE13EFA0B8B1C559FCBFD4A93B813FD /* TeamRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2CABF113DF826F6EEC3389CED90F79 /* TeamRoutes.swift */; }; 1EEE6FBFA897D854C974D552FDA75CBC /* cheatSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = EE40A9BE79EFF9E3924C2691A2238819 /* cheatSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1EF4935D4A9DCFB4D09FAABB4A86965B /* NstBoardIremG101.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 23ACB54BC353515116EF1E02A2A1D1E8 /* NstBoardIremG101.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F05206BC74E8FE3A802E5CB8609E9C8 /* SwiftyDropbox-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AD6F23E8827FA692E13F9E60FB6C15D /* SwiftyDropbox-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F11F0B99B7C863EB7148CE4A7A3B158 /* NstFile.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7EB9E20E1710796508F8D28D3DBF0956 /* NstFile.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F2259155491C56464A9E762EF323782 /* UIWindowScene+StageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADD04AF6D650BB8C6DC2C8B3CE4D50CE /* UIWindowScene+StageManager.swift */; }; 1F417CD1429CC9B61DC398B806DB45AE /* OIDAuthStateChangeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B6F5FCB8F8D05C7CC2A209C1ECEF68B /* OIDAuthStateChangeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F44C85778271AC5F7CF10D2CE9211EE /* RSTPersistentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DFCB8854AACC5E9396E6BAD6E022BC0 /* RSTPersistentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1F5562DA983775FD5AD8DC9F0102AE59 /* OGLRender_3_2.h in Headers */ = {isa = PBXBuildFile; fileRef = FD34A13CC25429000B2C00EA6D1109C1 /* OGLRender_3_2.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F5B75BAA718CE49BD8DA76D0278431F /* NstBoardCaltron.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7DEB1DA3AB75F28F6A8894D793710FA4 /* NstBoardCaltron.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F62820D42D7D46F15AB2B6540C95CFA /* ZIPFoundation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 193C04255655A1341AADBB926E74D2B8 /* ZIPFoundation-dummy.m */; }; - 1F62F179BFA0990ACA684D3050325364 /* RSTOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B07948E9EF320FFD68CD858188BDA7D /* RSTOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F749FFEEFFE402FE7AE58A0237C0B4B /* dummy_video.h in Headers */ = {isa = PBXBuildFile; fileRef = E34DBD5D2C3EF0D0B91A5E15B2AAF2F2 /* dummy_video.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1FD4F44BD28959757456FC7CE87A5D44 /* file_storage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C68DA7C782218AA185F906F90656A2F /* file_storage.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1FE60C0671C600052001DB725D120E78 /* NstBoardSachenS8259.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F97D6695C3982D8DC4829D7E999A38BD /* NstBoardSachenS8259.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 200E803A9DFF594F9E18C0F4D1CE1EAB /* NstBoardKonami.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E8B48771183C2D183E6BC362B2D1A788 /* NstBoardKonami.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 205A056412A02EE8909A80CEF11281CE /* SaveState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3F65071A7622D8B6598228B03F51F4D /* SaveState.swift */; }; + 20889A9775763D7F688CCAB98B60C089 /* TeamCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49FFBAE9627F03203708554C036A3694 /* TeamCommon.swift */; }; + 20B0A379C906172F4214013D5E13020F /* DBChunkInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A06FD9335818ACC07B8347862AB0FC08 /* DBChunkInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2104C11B25798F223BB49F961358D7F1 /* GPU_OpenGL_shaders.h in Headers */ = {isa = PBXBuildFile; fileRef = 809ED1EC76A3205A49D0AABF6FDA8AF1 /* GPU_OpenGL_shaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; 213D7BC467B480350D78A124B50BFEC6 /* check.h in Headers */ = {isa = PBXBuildFile; fileRef = B37A83095DB9485A2D6648B90229B165 /* check.h */; settings = {ATTRIBUTES = (Project, ); }; }; 218B3B5D968813527ADD6D386BCA73BC /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CC580A3B23B3ACA8B4E95578D5B1426 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21A6FEEFD3EAC06EA86D6408D9C8D1C8 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAB38A1A17078FD95D88608D7190F6C3 /* GameViewController.swift */; }; + 21B37C61F430813FBA4EE03890438CAE /* RSTCellContentChangeOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F0416EEC0A378939FC4ABF9DB349F8 /* RSTCellContentChangeOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 21EC410BB258183104283F511D5DD340 /* ControllerDebugView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C52AF424178E68A80DE19F46499BC5 /* ControllerDebugView.swift */; }; + 2218596C4686BC16D4FDD9DEF3B7AD0D /* RecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50241DFF627141009CB1A35B2B711271 /* RecordOperation.swift */; }; 221D63B90B17DBA44EF084C8B9E108FE /* GTLRFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 0430452AAACA4FD92F26D2D3C45E35CC /* GTLRFramework.h */; settings = {ATTRIBUTES = (Project, ); }; }; 22323488D93B1CB6A1EDB9EA150089A9 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABA52C76AE80C5B8512D587E0428F03F /* String.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 22555E814EC17C211D921B6EE2AE47E7 /* RSTPersistentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DFCB8854AACC5E9396E6BAD6E022BC0 /* RSTPersistentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 225623F48E14C2F7E50C59201F91061E /* NstBoardJalecoJf13.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7F4CAA5FAB5325B477B9D4E36BA0CC95 /* NstBoardJalecoJf13.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 22759B6F93CAA0B753EA6F07195166CC /* NstMachine.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8406B153DF09A3DC829DAF90D1C24127 /* NstMachine.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 227AA3515FACE684D6D535A42AD935DB /* NSManagedObject+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBC7C5A463636127FEC8AF4FEBF8F296 /* NSManagedObject+Harmony.swift */; }; 22CC286D02C6F722B90629DAC502200A /* mp3.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BB9ED2F8B3AF9970E225DCC57EFBC39 /* mp3.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 22D0280327E39463C9B4E2E44AC4AFB6 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 0648DF1F7281B9D745ECF96C143F2C8F /* Standard.deltaskin */; }; + 22D56732D241E8DFE7B28C00FCF7FB65 /* RSTToastView.m in Sources */ = {isa = PBXBuildFile; fileRef = 722140CCA61511949B1060C8B4BAD6D0 /* RSTToastView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 22E0D257D2EDFEF2804C277092FA932A /* ZSort.h in Headers */ = {isa = PBXBuildFile; fileRef = 230CA3A76ADC8CA21BF4C3575F6B34A0 /* ZSort.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23481AAB6FBD98FCA772DF7D335A163B /* Dictionary+Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BFEEF1CBDC9ED0A53BF4F3292F0413F /* Dictionary+Sequence.swift */; }; 2357199947057C36096C8C4D960D84A5 /* NstBoardSunsoft5b.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A0D13BDD07591784D6EFC4B322E34E46 /* NstBoardSunsoft5b.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 239AB388BA1D76C6C3642EFE6D7CC3BC /* F5Rogue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A32ACBDAAF06587E09AA2D7FBA1FE620 /* F5Rogue.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 23C86C9C4B27471DDDB716565A00F9CF /* preproc.h in Headers */ = {isa = PBXBuildFile; fileRef = B51C90EB839FE2D4424278D4BCD5721D /* preproc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 23FE07AB90B13C4718A0496B1ED182BF /* NstChecksum.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 49289495C2ADE8EF7146A06E67B90823 /* NstChecksum.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 2421934E6C6A844A30F0A17CF403A293 /* OIDServiceConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = E9BF6D9B33A0CF50641FA738896EEDA6 /* OIDServiceConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2458C6994F65686A0BC723D9E87D244F /* OIDError.h in Headers */ = {isa = PBXBuildFile; fileRef = A68267A9DB5826DCE2C3201255975359 /* OIDError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2486AC70FC667C3417682112052602EB /* ButtonsInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB7131D9526D80A2F58C61485D8C02A /* ButtonsInputView.swift */; }; + 2471B3B34EA5E55BE9A52FE7EFE18403 /* AuthRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F9951CC215BE4B74F9C727C2A0FB054 /* AuthRoutes.swift */; }; 24900F0CBF151334AE926A9DDC9E3216 /* savestate.h in Headers */ = {isa = PBXBuildFile; fileRef = 146429EC2344DCAD80826ED3B4177EE9 /* savestate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B13A7910C0DCADAE97F237A5EC9AC0 /* RSTLoadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C8AB7FD07C0ECCA27FBE751419AC29 /* RSTLoadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24D6DA518F84573851F2D5E3ECBCA306 /* Arm64Emitter.h in Headers */ = {isa = PBXBuildFile; fileRef = D274287734C3E8C2F9B0BE9AE03C2224 /* Arm64Emitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 24F6F46E0260E820BC8C2CF29F099FDD /* AppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C98EA2F212D9FC60C4C52591A2351B6 /* AppAuth-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 250664C11C443BBF985F769BD801A936 /* Glsl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3197199434FFC5FBB31D71D5168BA2D6 /* Glsl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -290,45 +292,45 @@ 2538995712CF79651141C2BCB71CB02C /* NstBoardSunsoftFme7.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CB23A58DB03D44EA7C023930110C42D6 /* NstBoardSunsoftFme7.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 254084DB1C8E4E60BFF17827D03CF9A2 /* Mutex.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 06887CF48CFCCD61F000F6D7ADADB817 /* Mutex.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 256AE2353E96C8458BC2950907DC74E4 /* GPU3D_Soft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90BF7F2CFCB96FA1AC37764CEFBD6512 /* GPU3D_Soft.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 25B526C6CB6CB150A1D58C9758866813 /* NSPersistentStore+Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCE7E88FD628F35A4A698A6D8B8CFEE5 /* NSPersistentStore+Configuration.swift */; }; + 25C71E660EC74DBE4B10F18746428F65 /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = B406D46EC012C6003DF8D4CCFB546BC7 /* Standard.deltamapping */; }; 25CCED554BF5FC93835CE999C252C334 /* opengl_ColorBufferReaderWithPixelBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4E404A1CC7DB6206E915912755904D4 /* opengl_ColorBufferReaderWithPixelBuffer.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 25D25EB4F8220E3B88D1D20473277D6C /* UICollectionViewCell+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 700BA0A030FC6AE568E41A84775CF466 /* UICollectionViewCell+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2639C36BA3204616E2926498204226C1 /* ARMJIT_ALU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 739E915513C72D897FE1A9E3F5526FF5 /* ARMJIT_ALU.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 26A857E8BAC3A7F077E73591EC9D7DCB /* Shader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1F859C835F87766EF7FBFFB399501D01 /* Shader.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 26BCDCFF4498230107CE2D987AD20D17 /* NstBoardBtlPikachuY2k.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FF512142038D948D23EFC8EAD68460CC /* NstBoardBtlPikachuY2k.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 26BF563D165B0EF47F4F90F7F7FE08EB /* FileManager+ZIP.swift in Sources */ = {isa = PBXBuildFile; fileRef = C078AFD83C295027D0241FE5DEC8B655 /* FileManager+ZIP.swift */; }; 26EB14072BC75D86437A7097E0133585 /* opengl_ColorBufferReaderWithReadPixels.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 302DEE937E7742556D32A5920DC66196 /* opengl_ColorBufferReaderWithReadPixels.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 26EEFB58932CB943137B1049C3949E31 /* GBASockClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D36ED69722BF08733A5174531C78473 /* GBASockClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; 26F93A4DF14BEF5CFF3230D6C3EE5B6C /* GTLRObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E39E2614ED304569A66470CC9AC9B33 /* GTLRObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2708FDA15B13FA1487A3C19952BB85F0 /* DepthBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = CD09633894B96DBC6EE69B8E30277EAF /* DepthBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 277B294E8BECE57832D43A065092897D /* KeyedContainers+ManagedValues.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9051FF725861105997B03F724E6FB880 /* KeyedContainers+ManagedValues.swift */; }; - 27944B2560A21CE0B1ADA13D6F9C8067 /* GTMMIMEDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = A238DAC0CFA57311FD9000A49F951154 /* GTMMIMEDocument.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27979523A5D4202E4246340090B3E994 /* SoundBuffer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2F66BAA873EADA8F2D6D6EB5AA4C399F /* SoundBuffer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 27B5410BDE932C03A1B57AD92DAFB67A /* MelonDSDeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 119BB39F7E9FD0CA9AEF703928526233 /* MelonDSDeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27BCFED8EFE33AF36315AF1A1489E192 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 583F703515DAD923237C70F4293B994E /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27E301E6FA110770C8916E8D2FD6038C /* Revision.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E01645C42280C64842F2D789142FB4 /* Revision.h */; settings = {ATTRIBUTES = (Project, ); }; }; 27E52BF1D25E43896CB08B2686947962 /* NstTrackerRewinder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A7DA5E910CF6DD3358FB25C44F92B03B /* NstTrackerRewinder.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 27F9DFF671B89EEFC5BBB7E5C0DE7060 /* GTMReadMonitorInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F3FC5797BA375527C108C508BFE2D0 /* GTMReadMonitorInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; 288D997726164CEE64FD6E3FDB977A2C /* GBCInputGetter.h in Headers */ = {isa = PBXBuildFile; fileRef = 393B1763D9F2667EE816F0FE4A4F61CB /* GBCInputGetter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 288EB12FC661966B5546F01F494DD137 /* UITableView+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DF3FF9A69DD247D049DE7DC0007C940 /* UITableView+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 28D0E9EF6676D5A0C7FE15B251A32E2A /* cpumacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F841F803178900D9957EE78E0A4D67B /* cpumacro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28D77A9952405A004F150822EF9515C1 /* DriveService+Records.swift in Sources */ = {isa = PBXBuildFile; fileRef = 648A2F3F80473937B3004782A1612B8B /* DriveService+Records.swift */; }; 28DB7B5108D33288C405D0A5EB8DA76F /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FDF38DBE3660F88AC26EFF892042AB32 /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2930A523FB8403966A2FE625F0F027BF /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = DE00BA4DC34A73CEA579554268A87C7A /* Standard.deltamapping */; }; + 293A7DC055C2AAE5D5291678E7B800BB /* RSTArrayDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = D4094ED24EA34D2593C503C8D5C105CE /* RSTArrayDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 294AE72A039CAA90691F2C16A2379C1D /* F3D.h in Headers */ = {isa = PBXBuildFile; fileRef = 3445C3B0F68199082CCA95F9F4C599B5 /* F3D.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 294C51523DAE89E6AA391D1E43A914AA /* DriveService+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87E9CC75A2E74371A9A9671AA1299FE3 /* DriveService+Files.swift */; }; 295816A953BE2C14CBA66CAF3AD2A932 /* NstBoardBmcCtc65.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F5DBEFEA68B991BD01BA0CF549877402 /* NstBoardBmcCtc65.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A13F4588E5A706CD3941CB5221B17A8 /* UITableView+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D9EC83F6440D8D511ACF37FDF0BD8A /* UITableView+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2A2B5D0FF0CE9E090C06B17E98A4EAD1 /* UITableViewCell+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = C2AD9DA73A337680DFC1476096E9C55C /* UITableViewCell+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2A31E6C4D3A8F30421E2323117DFF49F /* glsl_CombinerInputs.h in Headers */ = {isa = PBXBuildFile; fileRef = D07593E3481101DA254F891F7AB6D797 /* glsl_CombinerInputs.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2A689CBA6112325FA3C953F85192E102 /* opengl_GLInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D81CD67810D215E63E82293B4E836FA7 /* opengl_GLInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2AA581A41D5F6633066FDFD0535534B9 /* scoped_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = EA0CAFD06390C241399E3A54902AF9AB /* scoped_ptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2AD7EF4A1E16D6B7366720D8A08D3A2F /* svmm.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBDFD713A38C39EC0131BC04B04AD80 /* svmm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AFE52B944848B730AC7F22620E96665 /* Operation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6363DD16B810D7BF9C81885931D4F114 /* Operation.swift */; }; 2AFEDE8F8EDFAD0DF7702F8AF5348192 /* Turbo3D.h in Headers */ = {isa = PBXBuildFile; fileRef = B1731070434E5EFF380B47A5CF081A88 /* Turbo3D.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2B1EB573AF2DC8FD4480A5162C3C8743 /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD15BAB83C5B4F31E80DC1B4564FBAE /* Schema.swift */; }; 2B28F0B164A99D5145FE4F05F94D1670 /* ObjectHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EEC75EC7031D203F22BC56362793D38 /* ObjectHandle.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2B3387EF62820F2AD840DAC867361634 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEA24EE1C12BA08F9715415DA0C0632 /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2B6C670FF4A9E1AAD2EEAF7F68FCBF69 /* GBCDeltaCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0441DA5BFC2C801D45C44B0469CD20A /* GBCDeltaCore-dummy.m */; }; + 2B791385306D2BADEFC61CA84B5FA05C /* AnyInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9298B315F615623E280CE6D5DD35B045 /* AnyInput.swift */; }; 2BC2BB178AC7CBFFCF85C03F6CF60A1C /* txWidestringWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AD846287C70541C254FF3F53081FD3 /* txWidestringWrapper.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2BC40854299A64B6B0E2E5E901986923 /* F5Indi_Naboo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C9E2FAC3B0BCD4CAF1070323704128C /* F5Indi_Naboo.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2BF0055ED89664D8B181734F560009EE /* SPU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 713D0E7BCA5C03C90F079A4843B7A0BF /* SPU.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C7CC45D267251A6A2F97473855EC3CD /* NSError+LocalizedFailureDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87BA0A6623D17A113BDF76A7D15365CC /* NSError+LocalizedFailureDescription.swift */; }; + 2C2446F71696E9758FAC9344B5F3FF08 /* Users.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C083498D021768962577D691B2E0784 /* Users.swift */; }; 2C90CDD3694FD69CEBA8FA8526AAB2B4 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4173863F0AE260D1116929A2F9B849A9 /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2CB0EF08B4230F646A80CB6163FDD577 /* ContextImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = B2B104CF83A71EDCD89DCB019759984F /* ContextImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2CD9BFB14B3AAD12E6272727F3F16C8D /* CRC32.h in Headers */ = {isa = PBXBuildFile; fileRef = C802F35EF4ADB2EB9720F2A4042A62CF /* CRC32.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -337,78 +339,76 @@ 2D4CBFB3DA8BB2BAA010AEB44FFA0320 /* rtc.h in Headers */ = {isa = PBXBuildFile; fileRef = 244AA64A50CBA5A8F3D7EC0201C6CF6A /* rtc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2D5488880B255FBAE91B98F8FA69A250 /* ftcffdrv.h in Headers */ = {isa = PBXBuildFile; fileRef = C2333DD47D710D157D5C8339C5A707B1 /* ftcffdrv.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2D584CDF59584E88779B5E464D1E9931 /* NstBoardBmc9999999in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 01A0F25A36DD2B95302A9A4B684EA1DB /* NstBoardBmc9999999in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D800A43AAA3E35E61914D83FFFFDC69 /* ManagedRecord+Uploading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 647FCC3D25A7115FD6AE5D3D33D580D4 /* ManagedRecord+Uploading.swift */; }; 2DB8890C2DE942DCECB22655819C6FE6 /* retro_environment.h in Headers */ = {isa = PBXBuildFile; fileRef = 8077B4383C95D1FBEC9B64F05C89EE12 /* retro_environment.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2DE20A858C7EEF187435BA5BEDE9B896 /* opengl_ColorBufferReaderWithBufferStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E1CF313816E073C9354BD9519ABC4C4 /* opengl_ColorBufferReaderWithBufferStorage.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E0015745827603A18084F15CDBAA709 /* UserDefaults+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = 544499571810C8C76A0C796F00868D2B /* UserDefaults+Harmony.swift */; }; 2E03E6F3CB3E7ED0F7DD3429E041D3A2 /* Platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 79850525864D43CEE846DDB866D61E85 /* Platform.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2E1C8BF321126F550B67F1BA0970346E /* NstBoardAe.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5D084884EECE3559E55319F1424A8D8C /* NstBoardAe.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 2E3AEDA970F08075A701ED6474E82C4D /* TxHiResCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A4C1C5522245806B98E3CE07AD6848 /* TxHiResCache.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2E427DD382F3D107EE028F8C5568F135 /* NstBoardAcclaim.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F6AAFDEFA9F71F3C57731EBF4AB8D32C /* NstBoardAcclaim.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E4ED089BDCFFB1ED70A720638C59FE6 /* RenderThread.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB416CB894186FF9DB4FCE49262E6CC0 /* RenderThread.swift */; }; 2E578662790E7405F18171B7788CF477 /* opengl_ColorBufferReaderWithEGLImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4979D7D45D6BAB80551FE538CD80B68A /* opengl_ColorBufferReaderWithEGLImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EA4D067B7CE7FFB276B892381A712CF /* FilePropertiesRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FCC79E9D4F75526C8CBB99FB5459CF8 /* FilePropertiesRoutes.swift */; }; 2ECC7131CA3714D6B97E8E84BE6921B9 /* GTLRBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD74934C20D14C58DF5BDE6A573A120 /* GTLRBatchResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2ED8361FCD98963DF31000F8BC88A1A2 /* bios.h in Headers */ = {isa = PBXBuildFile; fileRef = D729CFBCCA3F1124FDE97773831F18C3 /* bios.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2EE272A27A44DBCB94B73463933F839D /* NstBoardUxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F1F89E144998D06FB16B9DB7CF541BFE /* NstBoardUxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 2EE3CF4A55B398127C54E6F2C9A53048 /* armdis.h in Headers */ = {isa = PBXBuildFile; fileRef = B8723B4EB8758045AE0B087B5528EDC2 /* armdis.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F31483AD5827469A76FEAF3E1BCCB90 /* RSTDynamicDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = DD5D281A9BAA507A58AFEC76D9B56359 /* RSTDynamicDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2EE8DC8AACD63F8F69A94BB87A356EDF /* ControllerInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 916DC17A6938C4EB312870DB067BAFE2 /* ControllerInputView.swift */; }; 2F385E3F6A66486A704ADE71FEEDD062 /* plugin_delta.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CFA17A05957A8AC58AB18B148D1D0249 /* plugin_delta.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FB185F0DFA7D534DCDBB16905DDED0F /* Thread+RealTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE4F753611AEF693986993C3D54DDB4 /* Thread+RealTime.swift */; }; + 2FB0184886A9F2E0D04B1D230F33F05D /* NSManagedObjectContext+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B0D9E586F7208B74CED3BAB0311DA30 /* NSManagedObjectContext+Harmony.swift */; }; 2FB9B9FB558A85775DE822A31696AEFE /* metaspu.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CFCEE5AB7FE76148097A054CE7FD7FC /* metaspu.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2FBE984EB7E1BF80CABF35BA76DFCE5D /* GraphicsDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = F260A072AFC19EC79DBD867F12737C22 /* GraphicsDrawer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FD66E4E0F51397AD0FC668BC939B912 /* PaperRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819F09038C6A008F7699AC1338027A1D /* PaperRoutes.swift */; }; + 2FCC4A32E0567398457B6CC235A1BA36 /* OpenGLESProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE552D959907002364F7DEB08F72AAC2 /* OpenGLESProcessor.swift */; }; 2FD81A5266BDD0F96753393C7A2447F7 /* svgldict.h in Headers */ = {isa = PBXBuildFile; fileRef = 264DC59A3497324A71B2383889C54393 /* svgldict.h */; settings = {ATTRIBUTES = (Project, ); }; }; 2FED2CE7F8E34AD0E1D1A944CE82CB34 /* NstInpKonamiHyperShot.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 379BCFBDC4056CD29292B7F8110124D7 /* NstInpKonamiHyperShot.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 300302D065CB6F026BAA98ADE3A1A4E2 /* rom.h in Headers */ = {isa = PBXBuildFile; fileRef = D3702A16CB1965259051FE3C110B95F6 /* rom.h */; settings = {ATTRIBUTES = (Project, ); }; }; 300332AC28D55485028392F71EE93567 /* GTMAppAuthFetcherAuthorization+Keychain.m in Sources */ = {isa = PBXBuildFile; fileRef = A913049C12ED80E11DA2716F7C73927C /* GTMAppAuthFetcherAuthorization+Keychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 300763C403E161CDBE179CFE14A2CF79 /* RSTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B953986F11248C6CA94BCF08358DBAE /* RSTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 301B1BD2546CF8F5F30252CDA2CA737B /* DropboxService.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3ED0DE4597432F5517969CFC7E7802B /* DropboxService.swift */; }; 302BFE418797ECD28F1A79CE497EE262 /* NstVideoFilterNone.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AB95CF30AA5DD54A0DCC146AA3F37E23 /* NstVideoFilterNone.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3042064BEF43B2A390956F92236474EF /* texcache.h in Headers */ = {isa = PBXBuildFile; fileRef = AF7FCA61DFFF5A0D5EDF120BDC0514A1 /* texcache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 304BC6E41428DF5C0057598C8E9FDC55 /* NstInpCrazyClimber.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 74DF3490E9B299E248886B5A9C448B30 /* NstInpCrazyClimber.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 304E477C6D6EB93F08CCEC15259ADE99 /* SoundSDL.h in Headers */ = {isa = PBXBuildFile; fileRef = 4361C606A9E2C67D96A18D5590A9AEB0 /* SoundSDL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3086B2957842086D8B228CEB2673502D /* RSTNibView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CBCD15F20F318500823C4E873BB6568 /* RSTNibView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30522B194D13E883B0755173049666C4 /* MFiGameController.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 2A68BB1DAC0E13CD0973C5A2071BCABD /* MFiGameController.deltamapping */; }; 308D2F146EA6E5126EE263B28725FF2C /* NstBoardTaito.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3E8BD0AF4002F9EEE14F93ACF23A5AC6 /* NstBoardTaito.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 30EC58591E6FCC951440B166312B7285 /* Result+Success.swift in Sources */ = {isa = PBXBuildFile; fileRef = 260CB4E82B51F0E175E449882D73C5A5 /* Result+Success.swift */; }; 30F7CCAF71389D1C63A349ED60EACD0E /* F3DPD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84FCDC90348CF9FD825BA4BB11409E38 /* F3DPD.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 315E15B79761DA1FC6FA8D8175A32DDB /* GBCEmulatorBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 461A8C42FD4C2807C862842BD5FF46AB /* GBCEmulatorBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; 315E8B8A7A8A6FE1FE7CFA882D89B6CD /* Joystick.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6F227DD9B538B796B61C83211146E652 /* Joystick.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 31684BEA2FEADDC2D94FD448506CBBDE /* SeenState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8647233A986B89AFABB97262F9F2C95 /* SeenState.swift */; }; 3175516DFA9D9463A3E962D748FEF0FA /* GPU2D_Soft.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40AB219ED1D7513FB3C92CB18411C525 /* GPU2D_Soft.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3193E83A4DE3F55C0ACAA4A5DDDF6068 /* Statement.swift in Sources */ = {isa = PBXBuildFile; fileRef = A206ABB7517C9083E47A4BFE1E176D49 /* Statement.swift */; }; 31A151D297674D2CC76C50B26B05E889 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E8CA46B70D87BC06F626C7D872192C /* aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 31AE68A1A4B0D94063CF428E463DE2F1 /* NstApiVideo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F8248C4C4BB7F1AF387613BBB9BAB20A /* NstApiVideo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 31B765A99895F2A913A32B38060E039D /* RSTCollectionViewGridLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1F8117CF84C591BD76F30075300432 /* RSTCollectionViewGridLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 31C7FDFCD4F92F8CB515C341B0521551 /* ffmpeg.h in Headers */ = {isa = PBXBuildFile; fileRef = 60046D5BF02E1F91BD2CA6A0E3316E04 /* ffmpeg.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31F6AD0B002D23DC0FA6C3AB96ECB913 /* UIScene+KeyboardFocus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED49040C12BD759F2626EE518A08FD5 /* UIScene+KeyboardFocus.swift */; }; 32056D2551678F8B89365A332D959A77 /* NstTimer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7DC056D6B8BEA94F8A53D5B5CA63969D /* NstTimer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3207A744A0EC8E70EEB0AA6E10E943E9 /* OpenGL.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 30FF634ABA9431CA1BA6C64DFBACB33B /* OpenGL.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 320CADEC89CAD18AD865510C8771FE68 /* MelonDSEmulatorBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8650C7DFCFF04815A2CA9A7B9DDE7835 /* MelonDSEmulatorBridge.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 321B164044D737FFB9A35C6BD7CE3516 /* language.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B94332C2892C2FBB6F744B32DFA57D /* language.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 322EAC1E2299F5FA58D416BD72A5E6B6 /* StoneBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AA1750CDFF1D865E7C06AB2F2D9D87 /* StoneBase.swift */; }; + 32310F07195F42F3CE47E64B5B9461F4 /* FetchRemoteRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DD43E0CF6ABC9B238B57B9CACD0B76 /* FetchRemoteRecordsOperation.swift */; }; + 324B99EDEA8293E1E3C190E5AC5CF9AC /* ServiceOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A7EAFEBB5EB4E6A9BE67BEA02454CB0 /* ServiceOperation.swift */; }; 324BAD8E812B89F324F4D583EC026775 /* NstBoardBmcGamestarB.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DF54EE6E46C88890646E05D44ABA8AE7 /* NstBoardBmcGamestarB.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 325BC97AB971713DD83322F72769676F /* NstBoardBtl2708.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F542D708E96E4F25592495378286E4B1 /* NstBoardBtl2708.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3269CF2457432C5813EEFEB4E0F6BA07 /* freetype.h in Headers */ = {isa = PBXBuildFile; fileRef = 899AF674EE78F6439D7C571A29DF34E9 /* freetype.h */; settings = {ATTRIBUTES = (Project, ); }; }; 326A3D0B1D11631226DB2F849952556D /* driver.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B119E0AC7ADD1CC57AF7E28DB5B60FD /* driver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32A73B86DB03203DC074101217015DA7 /* DropboxTransportClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964A190DF0DEE0C995DBE26BDA3B4092 /* DropboxTransportClient.swift */; }; 32D363DFBA05AE5D79F25531D5D89D02 /* GBI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDA518E2E6EEDD1CE7091CA1EA3C08F6 /* GBI.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 32DAE9B61661C3A4A3EA1A5C8EC9B49E /* NstBoardKonamiVsSystem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1763E08842BCEC128520DBF80C43E656 /* NstBoardKonamiVsSystem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 32EC2E4E41958624CCA91DCA445166C1 /* glsl_SpecialShadersFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47CA46C0583951D8B339C4E4B173CE99 /* glsl_SpecialShadersFactory.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 32EC590FE39AC43D6AD3A9C64FC8D19B /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28516305696E2C3AB99193E5F5B4B835 /* Operators.swift */; }; + 333DDBF95B5745DAA9EE00841265CB0C /* CGGeometry+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = E071D5F4AE0E7711FCA5CCC846C31D03 /* CGGeometry+Conveniences.swift */; }; 335571A4CDE0C1DC0F62569FA623EEBE /* NstBoardWaixingPs2.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3996F6488831487C7AA7EAB7511543DA /* NstBoardWaixingPs2.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 33A7C76D415B0F51F7293637584EC3AC /* Combiner.h in Headers */ = {isa = PBXBuildFile; fileRef = E91F8931F17AEC8AEFB6296B63AA2C09 /* Combiner.h */; settings = {ATTRIBUTES = (Project, ); }; }; 345316A52C02ACCB2882977374E80EA6 /* NstBoardBtlShuiGuanPipe.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FF4577CBAA8E38968A59CE8320B395FC /* NstBoardBtlShuiGuanPipe.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 345DB77CA3ACD8F5349E96CB1974BDE2 /* WindowHandle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 69D7D593CD4C8A55DEF962DF985D212C /* WindowHandle.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3479A01FBDE5D7B6E0B9BC7FEF0CAC91 /* NESEmulatorBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7AA19FDEFBF3791B2260D269109B7E56 /* NESEmulatorBridge.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 348E7C5895CB921DA125E698E80605AD /* NSFileManager+URLs.h in Headers */ = {isa = PBXBuildFile; fileRef = 458E5ECC429899615982316D9665F348 /* NSFileManager+URLs.h */; settings = {ATTRIBUTES = (Project, ); }; }; 34A57857ED20105B871265EA4B7D353C /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DAFA664BC1DB3A369A414E6BECC454C /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34B7B5B10082FF04949BE4CED0C3F2CB /* EmulatorCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 046951C873E03E7C1CE25C16E73169A7 /* EmulatorCore.swift */; }; 34BDD773AC6D00AFE24B6866C5470976 /* NstFpuPrecision.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 183064BD8F9AF8DC200D5FDB866A0D4A /* NstFpuPrecision.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 34C3429DC7DBE4422780EF5C8026ED11 /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE4FBE80F3CBCFB9DA8CAAE69BCB7D4 /* GTMSessionFetcherService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 34CF59F82C0CE1EAB39B0D6C5FC96FE0 /* ARMJIT_LoadStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F9B0CA903658EB64764843AB640E8F4 /* ARMJIT_LoadStore.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 34D1AC4D666FD6B152CBDABBE3A4BE1F /* Context.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 32A4A563FF738E6E5995207D826FF1DA /* Context.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 34F65B7232469CB8A4CCE1EDFCD19326 /* dd_controller.c in Sources */ = {isa = PBXBuildFile; fileRef = 1161DA676E766D39CAA4591DBCD53D45 /* dd_controller.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 35198D7FC76EC9F30B85E2B8A75B9DBC /* DriveService+Records.swift in Sources */ = {isa = PBXBuildFile; fileRef = 648A2F3F80473937B3004782A1612B8B /* DriveService+Records.swift */; }; 357912192A591DA9942ECD5E127F86C7 /* biopak.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B28A15260CA005E1C1E307ABD67C20A /* biopak.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35BCB7DB43D90CF05210224C70EC38B3 /* Harmony.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3A72C99BAF5037DDDD39A09D085642 /* Harmony.h */; settings = {ATTRIBUTES = (Project, ); }; }; 35E50479AA3B7CA4D6A4A2B4810DC294 /* NstBoardJalecoJf16.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BA4401C6EB69ED4B5D6552518CB95B8A /* NstBoardJalecoJf16.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 35E905C92CF7F0918E9A5EBEEFEF98F0 /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F4FC362D2CEB66CA5DE0990728B0C /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 363756B47A3CE04119C080ED60361109 /* RSTToastView.h in Headers */ = {isa = PBXBuildFile; fileRef = 755E5E577144BC6D12921757F1F6E1AA /* RSTToastView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 360918923E7631B70390C3206DC8562C /* RSTRelationshipPreservingMergePolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 580875E9EA0153748A8CDB2FF8543EBA /* RSTRelationshipPreservingMergePolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 369DB89CF198E876998460F62C0CA2EC /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 667237B9C4BD989AABECBD3D7E17232C /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 36C600E123E488A804AB0F2B5FC00D71 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = BE590250A2B1C45F7A1EC7B74A9EF339 /* aes.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 36FE2EC6BDB93A304B56C96CB059BB39 /* NstSoundRenderer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 84A11738FCB471CAF4902770A804B011 /* NstSoundRenderer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -416,7 +416,6 @@ 371F3D9AEE4AB4A90CC41FD9305E72EF /* NstBoardFukutake.hpp in Headers */ = {isa = PBXBuildFile; fileRef = ED3CE2613C7B1382B9B1C109534C8677 /* NstBoardFukutake.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 374C1F24F3C19295120D5646E1DA1A0F /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FA33EC260F5271DEE686E157FEB4BC /* text.h */; settings = {ATTRIBUTES = (Project, ); }; }; 377B2FB346234D5C45951EDC03EB62EC /* N64DeltaCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 757A732B7BAC976FD18554A3F1D66BA3 /* N64DeltaCore-dummy.m */; }; - 3795E529C837456557F2D6AD6C2F79F7 /* DeltaCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3700E443B0C590B19D2400939E6ADD3 /* DeltaCore-dummy.m */; }; 3796315C8CB6461D09C52C867DA0CA9D /* CombinerKey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0736FF5EBC91716B5E0653CB6248996E /* CombinerKey.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 37A5AE7547B5762463DCCB36B0BC9780 /* glsl_SpecialShadersFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A7DADFCDAEAC310AB54ECC56773765 /* glsl_SpecialShadersFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 37C280385663D2CEE2D79E2E85F9D75A /* NstBoardEvent.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 40807140551163121D63FB8D225410AD /* NstBoardEvent.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -429,7 +428,6 @@ 380E9A0C6F7B1FDEB44045C79CA6E8D8 /* NstBoardFujiya.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A80B14BCE931AAFE18709ED7105DBD3B /* NstBoardFujiya.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 38417C45AD5A82449E838B0D23E1AA02 /* sfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = 734E6CDBF740483975822ECDD3011947 /* sfnt.h */; settings = {ATTRIBUTES = (Project, ); }; }; 386695E047CA659FFC0463115DF72656 /* ftxf86.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C210243CCE929986475552C4DBC945 /* ftxf86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 387804D285A308666E1D37F5F18E849B /* Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = E989AAD5B5176E39AEACF997E83D5120 /* Input.swift */; }; 38A72D0546438FA178295D4F10BDC1E6 /* GPU3D.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8AF4CC1A659AC6382CFC356A0E46E8 /* GPU3D.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38ACEA3D6CC622850CAA2FADE4FB36DA /* ftpfr.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D5F54CAAFE4356F8D137546851DBFD /* ftpfr.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38ADB5570CF02403F8B5930BEB48BB97 /* NstBoardUnlMortalKombat2.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 77BBA8B2440BB7526EAB4DA6E7AAD930 /* NstBoardUnlMortalKombat2.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -438,24 +436,24 @@ 38D438DD35170E7701194B17BB94BC2D /* mc.h in Headers */ = {isa = PBXBuildFile; fileRef = F4DA211A37EA56254CA25182C7D9A096 /* mc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 38D9EB2F982AA7BC048DB709CC61DACF /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41F59715D85F00E778C7D25306BD1457 /* Request.swift */; }; 38F5A810F3D86CE807B2D39CC8791698 /* NativeActivity.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B7E5F1C69ECDFCCEB07609AB872575D2 /* NativeActivity.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 38F891A381342A541E41FCD4370E6DB6 /* AudioRendering.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDCC5902B2B69DCE162F96EA6B47E52B /* AudioRendering.swift */; }; 3905AD6ECFB651D7669D37C9D403B8D7 /* F3DEX2CBFD.h in Headers */ = {isa = PBXBuildFile; fileRef = E0B853CEF240ECCC29281860C143B77C /* F3DEX2CBFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; 390E789777169BC77DC7EB7182A754E8 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B332D4F8558F8BA34CE8924EED88D2A /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; 39253F2CF8ECA03207A8E3D39D5F1BA5 /* statemanager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC0630E8B04720358454883097869D91 /* statemanager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39451FDA8E569DE772145EDB2FA922D9 /* UIAlertAction+Actions.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F24B674E056CE5A32339DEEBC8A533 /* UIAlertAction+Actions.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3961D91DF742EDEBE6B6AD5EA542CE62 /* GTLRBatchQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E168F8C888DD45ABD915E6DDAF92BF5 /* GTLRBatchQuery.h */; settings = {ATTRIBUTES = (Project, ); }; }; 39D17BB4347A2846592117950EBFB896 /* controller_input_backend.h in Headers */ = {isa = PBXBuildFile; fileRef = 82A0C157F7F157B4BEC76C3EBC632E38 /* controller_input_backend.h */; settings = {ATTRIBUTES = (Project, ); }; }; 39D34FAD5F93C63CF3958E0446BF259E /* cpu_detect.h in Headers */ = {isa = PBXBuildFile; fileRef = 09DD69CF6FC257E5D3187CF71B58CB31 /* cpu_detect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39F2563FE695B8DE8FDADD6699E7B08E /* MergePolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C9EFFD0C1B1F499628B2BC076DE10AD /* MergePolicy.swift */; }; 3A356D96085EEA5702F73554AC009271 /* DepthBufferRender.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E92C74541335DAF4E282B176B241F5C0 /* DepthBufferRender.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3A5E76CACBABF9A053C1785A2CB0A505 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = B40D570EAF3AC5F1FF34F6CFEB52975B /* Standard.deltaskin */; }; 3A7DA61227113933BEF75C391B160217 /* NstApiConfig.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B180C048F26D4DD3F706AF3E35AD871F /* NstApiConfig.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B068EF32D1855FDA8153CE9260DA00E /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EFF26BC74CA9361897C575AD2C6B1E8 /* Errors.swift */; }; 3B0E457EA336D6AFF3B484517851BBA4 /* glsl_CombinerProgramImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C04A9D6572366B902256741978C0EE5 /* glsl_CombinerProgramImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3B1C9F17F3250EF56B06923F6EF29FB7 /* F3DEX2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 931B1EC0132E5C5FBA795E91409367B8 /* F3DEX2.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3B3ED7BAA6003A2B212906BDBE79CFC2 /* AudioRendering.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDCC5902B2B69DCE162F96EA6B47E52B /* AudioRendering.swift */; }; 3B68803FFA7F105C9F4BD0957AD6B576 /* hermite_resampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 747A20244D91C2176F1D00D844CD1E8A /* hermite_resampler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3B82AC247A60ED05FDF7730BBD1DAEAE /* NstImage.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D794CF918186C2DC6EBD49FC2FAEA95F /* NstImage.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3B9DCEC0158DC291FBCE26CCE4B5D8B7 /* AutoBuild.h in Headers */ = {isa = PBXBuildFile; fileRef = F0CF6600305F4644F8DEA0EC7ACC3262 /* AutoBuild.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BB7663977DFD72DF83D87D16DF7569C /* UITableView+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D9EC83F6440D8D511ACF37FDF0BD8A /* UITableView+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3BECB8CB45E22A72402F5C33C4B4E5AF /* NstBoardBmc15in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 063A16999A8C4EC5F4A86EE181EE41A9 /* NstBoardBmc15in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C20F601143671AD64042133E365491B /* ControllerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E391CF9551BB3A4B87436C08C3130381 /* ControllerView.swift */; }; 3C237B0C04B8C25EA1818A407170D381 /* ZlutTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43DB8C4B29085E6FE14954933B1854B8 /* ZlutTexture.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3C28559305A371A192F9EBCB9A901C0C /* N64Types.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F69A205D68CC5AEAFCCDE14C671612 /* N64Types.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3C59F8D174369320F9B9EEEA081B8B1F /* instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DBBAADAFC68D964BA907505CDBFC1CE /* instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -463,27 +461,29 @@ 3CB2144DF83BFEA51C34E77A5C315B7B /* NstBoardAve.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 58C4A45607185769805CFBEE70467B54 /* NstBoardAve.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3CBF4C3E5B87549F49989D340468FA3E /* callbacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 538F365E94CEC13764BF9209E73CA629 /* callbacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3D1EF27AD894FF8A7F37FF546DD4F21D /* NstVector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1DEEC2B2658603EA59BFF5DBE5E02A90 /* NstVector.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D1F9E7BE4FC54FA2F39F6D91AA357DF /* UserDefaults+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = 544499571810C8C76A0C796F00868D2B /* UserDefaults+Harmony.swift */; }; 3D3BD7BBDF22A6F7ED000D8EA7A4934B /* NstBoardBtl6035052.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 934B0D52579AC8E47A0F434C6FE5AFFE /* NstBoardBtl6035052.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3D43019BB04A9939B24BB06F2DBFB0BE /* ftcid.h in Headers */ = {isa = PBXBuildFile; fileRef = 04B16560C485FAC4F5A3F7706B845182 /* ftcid.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D6E55DF99950650F3165E98DA8E9A72 /* GTMReadMonitorInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F3FC5797BA375527C108C508BFE2D0 /* GTMReadMonitorInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D48FF20717C2E154CF87D82771DA5AC /* RSTNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D77FFE1795D8F5D3B1ECC1F477F9831 /* RSTNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D739BCD02B3C820FA74561A09E54E8C /* Cheat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46419BA04293C44F08C03736D6B48308 /* Cheat.swift */; }; 3DB7323EA3C2947107848876AC1232AA /* ARMJIT_Compiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8640DC6AA2D20C422ABD3FDCD0DE77F4 /* ARMJIT_Compiler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DBF6A8F08D364BE14216D3C80BF5AE5 /* DropboxClientsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5C502340014FF856D707A03502DE5C3 /* DropboxClientsManager.swift */; }; 3DC96774D87A9317378E71FB6540A329 /* OIDGrantTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 60C45BC92237E3DE5AAEDA0D9D3DD5A4 /* OIDGrantTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DD9BE6BD53E7796B543486CE4B68D1D /* RSTActivityIndicating.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EBA815773EEEF36C8ACC26B336172A /* RSTActivityIndicating.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3DDECD97243332A11940C4677CEC7E0F /* SDL_opengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 744DCF637AD3CB2923FC1904923483CA /* SDL_opengl.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3DE9029916178490DE8DD80B24B5A8E4 /* Debugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 801960408F5BCEF8874FE7A6F9DF0F5C /* Debugger.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3E1618BCFB5DA91248C917A8DA9AE3D3 /* NstBoardIremKaiketsu.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 38B819F08E6CDB261F68D64D78E0CF68 /* NstBoardIremKaiketsu.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3E178519446C458A44FD9175A4816649 /* eventloop.h in Headers */ = {isa = PBXBuildFile; fileRef = 135D0D9E24E408F464F93300BA4BF7B3 /* eventloop.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3E22DFE57B4EBE6FC1BB113A4137CF95 /* SPU.h in Headers */ = {isa = PBXBuildFile; fileRef = A075A26579CDA067964771B08D20968C /* SPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E25BA7E1B518FCD15735BC48815EFD7 /* Archive+MemoryFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABBDB07D10F9850AA15CA017D74C8DB5 /* Archive+MemoryFile.swift */; }; 3E292073CF1616500B4CB658DCA48FDE /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DD75DDB2D1D353180DA8063611FD1CAB /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3E2A545C8EA735D48E269DFD732DC107 /* OIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = DA60ACCB7B5B07DA832DEFB85DA919F9 /* OIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3E49934B932E44291A6595521AD5FBCB /* SPU.h in Headers */ = {isa = PBXBuildFile; fileRef = 1666402F4E06C53A701E4014F74955AC /* SPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E66E9668B109C5F60356D3251F28E07 /* EmulatorBridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7E0D0416AD09FA405E0355EA089AD8 /* EmulatorBridging.swift */; }; + 3E576BB231723C94AB7BDBB809DD8EF8 /* DBChunkInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = D09851E2D679E75596C634FFE01B7ACB /* DBChunkInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3E82E205492677654BD20E486E6D55C6 /* NstBoardBmcSuperVision16in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0DC3D4170D48C711D6FF239C665FCDD3 /* NstBoardBmcSuperVision16in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EA3F52EEA5AE0FED258732B11FB1457 /* RSTActivityIndicating.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EBA815773EEEF36C8ACC26B336172A /* RSTActivityIndicating.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3EC3A1B2E8D115DBCFC2BF7E85B0A2B9 /* DSi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B07DDECAC335B9CB2DA70E8D6BF1CFF /* DSi.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3EDD257F814479B34C4E9A6809F3B4CE /* NstBoardUnlTf1201.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0CDA0FC7271D53C680CB63F678C1ABF1 /* NstBoardUnlTf1201.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EFA648FC8CDFEB3D7D87924D099CD5C /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FAFAFECE26CF2D48A2BCF20C474BB37 /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 3F05A1EAFB55D09A47BB8651B943A268 /* System.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA822019E7EB83C4B3DBA1EEE0BBE2F /* System.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F51074B21FF5151A5A8A4D24BC1439C /* GTMMIMEDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 917D1C5104B1357B6E2D9A05EB88459A /* GTMMIMEDocument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 3F5F93A1B1A4F796AA7838A9A66A495C /* NstBoardBtlT230.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1F32CBDF7F217BF39F5A8E98EBE51698 /* NstBoardBtlT230.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 3FBAB86B54062A011F94D5ABFD62B5A3 /* NstBoardCamerica.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9B017390736A088CA383EA6DDF94063D /* NstBoardCamerica.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 403C7D3C741628AB45D5960121543963 /* F3DFLX2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0A89CB13248D0FA84EF44A60AB37C8C /* F3DFLX2.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -494,149 +494,139 @@ 40A72760E475767E8E18C89194D84C67 /* MemoryStatus_mupenplus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 863E54F84D90A144B48A55BE40E3EE1F /* MemoryStatus_mupenplus.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 40AADBB945DF6A29B302371C01BC5902 /* MelonDS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 872BC2F2D8826C3822D2E02AB2976B11 /* MelonDS.swift */; }; 40AC2C44B00A9FBC735D913A5C765F7A /* ObjectHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E890A36409F6874E9DD9D9BB7F4A38 /* ObjectHandle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41204F5F3791F3787EAFD4FDDF87D523 /* Roxas-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E216815BF6887E071400BA9F9EC1309 /* Roxas-dummy.m */; }; - 4140C78232E08522F8C83D7BAAF9A064 /* RSTPlaceholderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 102051CEA6C8229254571DDE0692B129 /* RSTPlaceholderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4165A16184632DD0AAE2D213433DE3E2 /* common.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BCFB8C5295906B338CF86C5547DDC4 /* common.h */; settings = {ATTRIBUTES = (Project, ); }; }; 418374AE82060A1E707439FFD6E9AB31 /* ftconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5227D41DB55CBF9FDDD7E241B3BC8240 /* ftconfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; 421D49AEE94B88B84B671EE80035A5C9 /* NstBoardTaitoTc0190fmcPal16r4.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 92DD48352E52F2F0EE682A6B7C06E768 /* NstBoardTaitoTc0190fmcPal16r4.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 425ED1DFECE5B8C7A873408F57CD359F /* ftincrem.h in Headers */ = {isa = PBXBuildFile; fileRef = B543A9FEA2EBDEBF7CB3910E38E9A2FA /* ftincrem.h */; settings = {ATTRIBUTES = (Project, ); }; }; 42ADBC94026A94B7AED21474AA91E9F3 /* NstBoardBmcSuper700in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D3DB415A75DFB9B29725114787E05A3B /* NstBoardBmcSuper700in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 42C21FCE994FDC9F5978815CA638DDBB /* UITableViewCell+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = C2AD9DA73A337680DFC1476096E9C55C /* UITableViewCell+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 430E689B4FF1D3DE508F49ED4E9B4FC6 /* ftdebug.h in Headers */ = {isa = PBXBuildFile; fileRef = A6A6777F21A7C3890E7A6B28E83096DA /* ftdebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 432D3B3CBABDC3094D57EAF3DD3E894C /* RSTSeparatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA4BA7F6A5656E0A2EB653423B78908 /* RSTSeparatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 433B9089E8B5B82EE709A9432D44E1D7 /* Config.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DB683D01C648B7B51BB512DE2E9B3032 /* Config.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 43531BDC80BA3B3B8560D95490294F93 /* StandardGameControllerInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 667BB04531AD532495A6109121EC251F /* StandardGameControllerInput.swift */; }; 437E25CE8D9FECFA14D752316FFF0F39 /* GTLRUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = FA9DB08132A36D68407990582E2C05E6 /* GTLRUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43BD8D2A2BB89F2A9D08EF3F1211F53A /* RSTCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF20AE8048AC20A7049C71B4A3D6497 /* RSTCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43BDA102D69E8DED6BA908230060859B /* RSTHelperFile.m in Sources */ = {isa = PBXBuildFile; fileRef = E19DE8A1E6B39848A1B39E4116DAF8FC /* RSTHelperFile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 43C3BF7B5589E30CF1CE21E9E049DC60 /* assem_arm64.h in Headers */ = {isa = PBXBuildFile; fileRef = 20918165D519082777452FE2CD859CAF /* assem_arm64.h */; settings = {ATTRIBUTES = (Project, ); }; }; 44042F2B99972A4EDAC118661C59CB69 /* CoreFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDF2B6DA60DB30EFD672EF804CB41BB /* CoreFunctions.swift */; }; 443289DCFDBEA1FABFCE217938E99C23 /* NstVideoFilterxBR.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CA0570E1B9040E7E10E9E862D844F4E7 /* NstVideoFilterxBR.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 444349C2570664734B01F371E383B262 /* DeltaCoreProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491E2794FAED7E9D94AE9DE168F3D0A4 /* DeltaCoreProtocol.swift */; }; 4452A3B84A74D8CC3E425216111986C1 /* DSi_NDMA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD283F7D35BCDE09879EF39524DB9924 /* DSi_NDMA.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 447B2D6138000A4128E47638F821C14C /* OutputSoundFile.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1A4F0E97FCA28B46E41A4DE5C72FDED1 /* OutputSoundFile.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 44C802CA554BB161012DB21A18A7A6C4 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = D3B94EFE9B4F5C020D66C89DC5C10A71 /* pngset.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 44EBE24CF46242DEC6CF4AABCB5CB74C /* OIDError.m in Sources */ = {isa = PBXBuildFile; fileRef = FEB268DE839FADF39BF20E2BE505E913 /* OIDError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4514B3FA5A85C56131710DC47A8E9BA4 /* TxImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30009CAC05D34574EDE2FE06A804ACA8 /* TxImage.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 45195ED1CB958C58F3AD6D329094A285 /* video_capture_backend.c in Sources */ = {isa = PBXBuildFile; fileRef = 51FDCACC28DDE663B17B2A760F42CF94 /* video_capture_backend.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 453372A5A84B8537919353D51E2F89B3 /* Version+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F720A0E0E03E80135738F73AD01ED74 /* Version+Dropbox.swift */; }; - 453B3106224E9FE57DD3239AF682AB77 /* SDKConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5B7A1A25A2D15E2D8815475E614F9EC /* SDKConstants.swift */; }; 458F17AEBF072DF613E023DE149AF270 /* SoundFileFactory.inl in Headers */ = {isa = PBXBuildFile; fileRef = 68B8A34B28410A45890249885FAC177D /* SoundFileFactory.inl */; settings = {ATTRIBUTES = (Project, ); }; }; - 45B2F2EE1398D12FE9B18EC87DB3D7EE /* Team.swift in Sources */ = {isa = PBXBuildFile; fileRef = 192F555B3846B53A5D84250D3DC16E13 /* Team.swift */; }; + 45B72638AE10D088EC676C645DB62774 /* RSTDynamicDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = DD5D281A9BAA507A58AFEC76D9B56359 /* RSTDynamicDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 45C3B9CFAE799760CA4CBA57CD56DB27 /* NstVideoFilter2xSaI.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 446BF4A4F470F437E4E1A9162BB485EA /* NstVideoFilter2xSaI.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 45C525A4689FF549CB1822F06657E864 /* NstDatabase.xml in Resources */ = {isa = PBXBuildFile; fileRef = 844F6EF3E43F3AF5908FCC044DE872CF /* NstDatabase.xml */; }; 45CD0EC344360CDEB804ECAF751B1D59 /* NstBoardWaixingZs.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C942DF0812B9968B0756146F887EC48D /* NstBoardWaixingZs.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 45E16C89C9189BD3A413347E77A8AF07 /* OIDURLSessionProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6A6F1D48DA9F66C39348179E114085 /* OIDURLSessionProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 45FA217D8A09EC64E385E20F53E3727F /* OIDAuthorizationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 9178AD66865B4753637FDD2725EBE4D9 /* OIDAuthorizationResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; 46101F59E3A158065A47CF0735D4C8ED /* pixform.h in Headers */ = {isa = PBXBuildFile; fileRef = A637E0C39F86236B51393E73DEBF5F07 /* pixform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 462397068275E3E6748218FDC0FC6D15 /* Harmony-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A1B206FE3C8CE2633F4B1F92B444C34 /* Harmony-dummy.m */; }; 4638CD9DD99CAD0A7F22468718342241 /* matrix.h in Headers */ = {isa = PBXBuildFile; fileRef = E4764CCFDB5EDCEA6DD86E722A0DBC44 /* matrix.h */; settings = {ATTRIBUTES = (Project, ); }; }; 46478183D9FC65EF2E1C3610EF8539CA /* NstBoardUnlEdu2000.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1BE7418CB47A4D76B9D5A36DD85694BF /* NstBoardUnlEdu2000.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 464CCD19609493286BCFFE576E8DB65F /* NstBoardTxcMxmdhtwo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4B0D707C42C85E0401099A31987D9A28 /* NstBoardTxcMxmdhtwo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 46573ED30E6EF77EA4C71506509C9476 /* UIViewController+TransitionState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8947E72A2EDA1E13F561A81841DAB93A /* UIViewController+TransitionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; 466EB28B1AA5A4564D606F43E1D171F7 /* glcorearb.h in Headers */ = {isa = PBXBuildFile; fileRef = 191C48F3CD32BEBC50796D1DFC6E4A00 /* glcorearb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 467EA8D98455DE35A9E3418CB108F81C /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 05E7291F492456F36AE41FD68A486294 /* Standard.deltaskin */; }; + 468A064F802E26429052F66DE865B2CA /* RSTCellContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A8FBC512A3FA5C62FC2321EE56635BD /* RSTCellContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 469671E0D32F648DB27196BAF2F69DC7 /* AAFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 51C7C42332867E72843B00287AED57A0 /* AAFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 46FF9345C8C0A2EA2BDB8E1FE3AC3F4B /* readwrite.h in Headers */ = {isa = PBXBuildFile; fileRef = AC05CDE0B2DE442E6439E093636483D1 /* readwrite.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 470A7D02E387F46182321ADD6ED56FB4 /* FileProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D57ED1AC03EE9B39DD57D17E84CF08B /* FileProperties.swift */; }; + 4738F54706143BECFBD3DD94C9408F94 /* RSTFetchedResultsDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F393147DF602B1AF7C00B67655D80C30 /* RSTFetchedResultsDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4740AC2EFC0DDDC9A86BA19A12ECB0FE /* NstBoardSxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FD4C92660B79698510464254D3D020F9 /* NstBoardSxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 476FDC36BF0B1893026AB8BC0A8E20D8 /* RSTCollectionViewGridLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0455CBEF7CB3708C7FFE7E36A032FEDD /* RSTCollectionViewGridLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 477C6C11AA124891CB747B227714D931 /* RemoteRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA3565078031B4A456D60FFCB0DCEA7 /* RemoteRecord.swift */; }; 47842F78AEB0AD03A87665212046397A /* Patch.h in Headers */ = {isa = PBXBuildFile; fileRef = B2FF075A4A26D2CB2821B4490289C226 /* Patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4786A0246778A4F9901CA54B7146AD64 /* dummy_video_capture.c in Sources */ = {isa = PBXBuildFile; fileRef = C0B8F180095207EB3A174AD98D9EEA8A /* dummy_video_capture.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4797779B3AC55CEFBAD9B7BD9B9A2D77 /* GLFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 04DE108C75BD8159971EA3972F4FE9D6 /* GLFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; 47AD7E2D5140FB7A291FDFC9177FC885 /* NstBoardRexSoft.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDE9C9A6E3FCD131E7936A7E0E5E9EDD /* NstBoardRexSoft.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 47AFBF0C140F1A4861BBBEBC82496631 /* ServiceOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B3B651A8C22897796E5711FB5A8F2D5 /* ServiceOperation.swift */; }; 47B232AC6413E9672408AD7B0B301C69 /* NstBoardBmc64in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D3BFB2D54586B0F4F292765883CE2A63 /* NstBoardBmc64in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 47C09C7FD05CA156A87825F7D6B15E89 /* NstBoardSachen74x374.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E437C59E1C9A7503EE399AE8E4315FF5 /* NstBoardSachen74x374.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 47E4329096BBA57D81BD6B569EABBD4F /* GTLRErrorObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9282B746A2BA0D243AC10E980AEB88BA /* GTLRErrorObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; 480710B240A5CDFF0559E787DF0E603E /* expr.cpp.h in Headers */ = {isa = PBXBuildFile; fileRef = 401AF149315D628F51F0F24FE1B4920A /* expr.cpp.h */; settings = {ATTRIBUTES = (Project, ); }; }; 481B109039E079B06D9C661BEB74C11B /* Sprite.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5989C417F48B1221D46CE94295C7E1B1 /* Sprite.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 4829DEC66F70E4A3C4A6E5ABA32CBB0A /* NSManagedObject+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D10ADCED071A4599D15865B0090E933 /* NSManagedObject+Conveniences.swift */; }; 48411D1C06D9202643AB98F33ADD7707 /* IpAddress.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B6BFF03236A5A68F45CD21861A215907 /* IpAddress.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 48618265AD48A0C16361A64FEDF52EC3 /* bldno.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E22538983F74607E5924EF0AF604AC /* bldno.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 486B9DFE9B8541BFF3C084A2017CDE17 /* Game.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EB90A19DC38F46FCF2E949B3090E97F /* Game.swift */; }; 487E2771DE566B805DCB2BF2CD055330 /* CombinerKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 388D3B28B64A26962EFC0170553CAB16 /* CombinerKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; 488234B4E251914A0E419C6D8BE3239B /* NstPatcherUps.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B4F94C52D8A627401416D85EBCFECB07 /* NstPatcherUps.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 48A1F35EA39F5E2896EDDC85895E67A0 /* ringbuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = FF2385D45D7C84B6A81962AE50751035 /* ringbuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 48B03A837B0BFD86A8BE32A40988C7E4 /* AppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B45D908C1C5366F263B117A4BBD0A49F /* AppAuth-dummy.m */; }; 4931555D1623098A4B31C73655104C7D /* NstBoardSachenSa0037.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 265FE08FE13B5C52A3147FA23F7AE581 /* NstBoardSachenSa0037.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4971FC996AFD80F4012E3F06ACB7A01D /* opengl_UnbufferedDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7101A5A0AF996E8B832B03A07D06EF59 /* opengl_UnbufferedDrawer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 498C28A0DAC74156638CA4F13FD7A8D5 /* UIResponder+FirstResponder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEF3307500AE238F67BF21F7A5E2B90 /* UIResponder+FirstResponder.swift */; }; 49DAA6130D6C93A83B426B369D89C579 /* MemoryStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B435A350DD71C31D721B35C5E20353 /* MemoryStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; 49EEBC9534A00EFD7B86C7CE86203F8D /* NstBoardWaixingSecurity.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 293A079685748E186A32952B23B9A480 /* NstBoardWaixingSecurity.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4A2CEE05287DC31AC6F017B22E66EAA1 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = A99B0F4D06AB21D9CA4C60C8C9CB5A23 /* Helpers.swift */; }; - 4A3C89B01C7C60C17BFED8D01F223974 /* KeyboardGameController.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 897041E46CCC3094FF47D7C48A70AC58 /* KeyboardGameController.deltamapping */; }; 4A5332FE1BEACBD063F1EA5EBC316EE0 /* NstInpMouse.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5C0BC836CC26862AF4502F8F063AD007 /* NstInpMouse.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A852D4117ECCCF2296706FF32C61233 /* RemoteFile+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1210D204CCB9C1F44F3D3D993B0AC5C1 /* RemoteFile+Dropbox.swift */; }; 4A9728DCC481D2CFE27674F84477E5AA /* DisplayWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93D3DD537A145A0D8D88B631512C81FA /* DisplayWindow.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4A981D5F88E2B8258EE381195B7FC35A /* svtteng.h in Headers */ = {isa = PBXBuildFile; fileRef = F14B536FAB82EC772F32590FFFD47BE3 /* svtteng.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4AB56A31CBD9CB1B2355D7987CDBF27A /* N64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195A6B350BE4AA281F1C3D85C256DE64 /* N64.swift */; }; + 4AC5B77C9B74A94FCFF886C1F25F2710 /* UICollectionViewCell+Nibs.m in Sources */ = {isa = PBXBuildFile; fileRef = C12184A008E6E70912A403A00B2444CD /* UICollectionViewCell+Nibs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4AE548438346884D8C008C3725A5731E /* pngpriv.h in Headers */ = {isa = PBXBuildFile; fileRef = AB5D7F2A8723F9FD0DDD87295F8B8C05 /* pngpriv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AE6703B0A9687CAC704F7D7C4DE44DE /* RSTLoadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B5E807740F0EF017C700ADF434C98BD3 /* RSTLoadOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4AFF8DEB69359B8B2CA8177ACD939A59 /* m64p_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 392DD0F87D600A6E0ABF1357D951CFD3 /* m64p_config.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B075FB36497DA55CE6A2B412C1FFC5A /* ftadvanc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A1AC84009E55C7A033290B41BE0185A /* ftadvanc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B2BFB6E5458B412DEC6145A42ABCA63 /* SNESEmulatorBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2CE70AD051297074549413AFA54DE874 /* SNESEmulatorBridge.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4B649CD3CCD48FB1339D601D607DB8FA /* ftvalid.h in Headers */ = {isa = PBXBuildFile; fileRef = C721E311F467365E34B5B12C8CAF2864 /* ftvalid.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4B8D2753F745197CCD8EDEDF49CAEEC4 /* NstBoardNitra.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2D1631F683A03686D31B68487812E5F4 /* NstBoardNitra.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4BD13B01D84D0C6A988B292CFACA240A /* memmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 085A6A3B629A655355B2EB1F1BEA9392 /* memmap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C1BD653A4BED8DFE7A0DDA9ECBCB585 /* DLTAMuteSwitchMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 103BD5750DB5001ED6AD8D19BA221BC5 /* DLTAMuteSwitchMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4C1DDF0BFBC1933C6D1F3D5C0F809DFB /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD4A155AA83E86B6E47CBA1E9CD0B45 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4C51C3C0CAF1CD7C803907B87D91071B /* GBCTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 193169F4EC9BA3A241FB52DE5F655E55 /* GBCTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4C6D997B4116C094FCCB19C175D7A969 /* UIApplication+AppExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A493CADEF074E51A6C9C0D3220B6BC /* UIApplication+AppExtension.swift */; }; 4C7511173C6DEC61690A29345E93D6B2 /* NstPatcherIps.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4EFA33B973ABB5052C6A15108A0A69CE /* NstPatcherIps.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 4C933827C04E97921DDE4012EC7896D6 /* ConflictRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3DF135E00EB9D9D1A46B7B1A17FEE1A /* ConflictRecordOperation.swift */; }; + 4CD675A1AA1A4C9E3365AC02B9872858 /* OAuthMobile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A8EBF1379522BD2975C509EA6CC2B3C /* OAuthMobile.swift */; }; 4CF5835DDC0BB972A00042DE7F906260 /* OIDAuthorizationService+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 374E81D1E6E0AE81AFFDC683BC82C939 /* OIDAuthorizationService+IOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4D173333D8E5715B85BAAFAF8891C9CE /* UIApplication+AppExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A493CADEF074E51A6C9C0D3220B6BC /* UIApplication+AppExtension.swift */; }; 4D29C769F92124A8D6D69C9CE092A04B /* NstVideoFilterHqX.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6717E36C97D4C7F7ACA1E5E3881BD3B5 /* NstVideoFilterHqX.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4D5D1D31E6E6F37E46690A099C11BB2C /* NstBoardBmcSuperHiK300in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5D5AB3E63C0BFFC9BC0F3867C18DD5A0 /* NstBoardBmcSuperHiK300in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4D6851FF1A495B17DCCBF394A428F893 /* SMCalloutView.h in Headers */ = {isa = PBXBuildFile; fileRef = C74B40A0B0E789AD1F7CAEA8F9DA9547 /* SMCalloutView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D757B358585A57B1679E685DC014511 /* RSTCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EA9B92D6448E177F0943520E1AC9397 /* RSTCollectionViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4D8B129B2A748D3D89FDDFF6F414B270 /* iniparser.h in Headers */ = {isa = PBXBuildFile; fileRef = B07414167222C856E21B5FC7AAF6B460 /* iniparser.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4DA630F8407D87AA8945A199AE0FD4AC /* ARMJIT_Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E68B93890F97717D4799790DFBCF02 /* ARMJIT_Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4DE53CA9456974481B28D93BD7860508 /* memmap.h in Headers */ = {isa = PBXBuildFile; fileRef = E3EC5D23D9AC26F69D6F4ACF67BCFB67 /* memmap.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4DFA14954BF5B65C2EE7980325CD193E /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 23FC57B058007BA7A82CEA8B9EC5FDF6 /* pngconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4E1CF079DBEC7B0B4F25D2DE9F5D8765 /* RSTNibView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CBCD15F20F318500823C4E873BB6568 /* RSTNibView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4E39EFE02DBDE22752393296E23D5E2B /* NstBoardJxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4B39C05E7626475D6ED299046F44F7EE /* NstBoardJxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4E443B75950802E2DB887AA5EE60126D /* DSi_SD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7FA1917AB274D05CA027D69B924FDBFA /* DSi_SD.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4E49706D4718924B80E4F1BC90845420 /* UsersRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0983D8DC957FBB73E479B7473F9951E8 /* UsersRoutes.swift */; }; 4E56CEEE32E8E668414B0D27E783B822 /* ClipPolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB2FB6A449519AD09E7964F0CC67DF25 /* ClipPolygon.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4E6DFC2B8F2BB0E8DB800DE1821158F2 /* inputSDL.h in Headers */ = {isa = PBXBuildFile; fileRef = CB2DE433AA67D7DB3319203E042598EF /* inputSDL.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4E6EA48E4D8DB2E255543A2178AAB58B /* RDP.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CADBEC9CAC37776B653B1E88F411732 /* RDP.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4EC0C4512E530E2AB2313C514BADE005 /* initstate.h in Headers */ = {isa = PBXBuildFile; fileRef = D9190E21FA9BDC3ECAC991D745F8B829 /* initstate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4EC43DE6673880AEF7A584CC22C8EBE1 /* NstBoardAxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A5CD02BC2D035183432B50AEFA8BF924 /* NstBoardAxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4ECBC04326D5C7B84F69D70891DB1C74 /* ARM_InstrInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D13A0F4BF74BE8B97BFDAD60B81DF937 /* ARM_InstrInfo.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4ED8F5B51797F84856254FD801C27E18 /* SaveStateProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D6B56947558FEC359A8FAD9606E9D30 /* SaveStateProtocol.swift */; }; 4EDDA99E48E7F3DA27E3CFD644B98C4E /* NstBoardSuperGamePocahontas2.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5DA7BCFC9344385E53F2B5E834573B31 /* NstBoardSuperGamePocahontas2.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 4F192CC2B1ECAEEF39EA1CBA71BF3248 /* GBI.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0E8C6AC2D4B8988D4640690AB92CD7 /* GBI.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F1C1E5BB69C11D960DA8D322EB82052 /* FullscreenResolutions.h in Headers */ = {isa = PBXBuildFile; fileRef = B9FB12FD750F2468C4FFCF23657526D2 /* FullscreenResolutions.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F398DD54135C948D1F2D31F027567A3 /* fpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7AC8DBD44374B318026ED02323950B /* fpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4F39F94C2EF341DCEDD4FEAFB3823D66 /* GTLRQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = CAE6F83BC3F49EB8E2C922E88B1FEE28 /* GTLRQuery.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4F4CAFF504ACE14E3694E7F4DEE35962 /* FileProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D57ED1AC03EE9B39DD57D17E84CF08B /* FileProperties.swift */; }; 4F886E83825963198C0EAF9543D14BFA /* ARM_InstrTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 68B085A5D794A541827C808F19891FA8 /* ARM_InstrTable.h */; settings = {ATTRIBUTES = (Project, ); }; }; 4FA2B56FABE21013C63EDDDC0791FF17 /* ftbitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 974BBCDE95FFEDA149744208E03714F2 /* ftbitmap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50200CA71C6F709747D293F55D870041 /* RSTNibView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E45092B38B1BCA27D9FBD1E928D6B4E /* RSTNibView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 50223BB43AFD3D4B60CBCEBF15476318 /* TransportConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D9F6373A0441408F3852FDC16E3A5FE /* TransportConfig.swift */; }; + 4FFFBD2985BDB4D249507A615C7EE339 /* FilePropertiesRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FCC79E9D4F75526C8CBB99FB5459CF8 /* FilePropertiesRoutes.swift */; }; 5062BFF50B4BEE6ABF8E3A8C575D374B /* T3DUX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 500D624EB32D21B043BFA0D55A44007E /* T3DUX.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5070A96930371CBE597AF9AA22DF19DE /* TxHiResCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E4A756F26BAC97D488ACFDC54789A73 /* TxHiResCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 50C965EE37FE36D9F935E21F58FF692E /* DSi_SD.h in Headers */ = {isa = PBXBuildFile; fileRef = F51D215880D60371E6A41FF1BD154146 /* DSi_SD.h */; settings = {ATTRIBUTES = (Project, ); }; }; 51012E5A81F055AEAB30620D3146D92C /* DSi_SPI_TSC.h in Headers */ = {isa = PBXBuildFile; fileRef = 707A58EA3FAEA5A0AB870C8240B45F8D /* DSi_SPI_TSC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 510D0C6376B068AD4240770A146A183C /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 849846DBBB863B9383830F30D108134F /* Standard.deltamapping */; }; 512513326883FDF783664843F9ADEC65 /* osd.h in Headers */ = {isa = PBXBuildFile; fileRef = 363EBB698A7608820B51E785BFBDBE5D /* osd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51465B463AC93ACF2D52AE62DCBED9FF /* DropboxClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 588229CB54EDF6257F8749FF7F2415F1 /* DropboxClient.swift */; }; 51648F4F53F7240A92A1ABF5325E61DC /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 98C590E0BFF7BBD01368B459B5376F0D /* version.h */; settings = {ATTRIBUTES = (Project, ); }; }; 516529E8400CF6190EC395335F801EA2 /* arithmetics.h in Headers */ = {isa = PBXBuildFile; fileRef = 80CF4B02715769C8E03C0A9458F8635E /* arithmetics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51775DCDA1EF7247AE9698B072361A7C /* RemoteRecord+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC295EAFFD7A88AB6C575EC0B06E34A7 /* RemoteRecord+Dropbox.swift */; }; 51889EA9519AA4662A35E17738064433 /* NstBoardBmc21in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 87715844F346ADEE4BBB5256AC453D53 /* NstBoardBmc21in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 51910230FA66BEA431A60004B3CDAE90 /* TextureFilters_xbrz.h in Headers */ = {isa = PBXBuildFile; fileRef = 17093C4C53CE939177773FF4D3A2247E /* TextureFilters_xbrz.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51B58365F7CE2E4FBED00636263ED23C /* Harmony-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A1B206FE3C8CE2633F4B1F92B444C34 /* Harmony-dummy.m */; }; 52085588CC19123AC83AFFBA93066A76 /* OIDScopeUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 64FB107413899951CD25D8A1C4C3449D /* OIDScopeUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 521D1EF6F50AA097C6283EE54C3EBEFE /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 5EA0178D9A10839EC9E1FBC402468DAE /* Standard.deltamapping */; }; - 522810C97D39E739404E800BAFACC277 /* RSTOperationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = D6BCF5C94F60010C0F7EEAC1DE89CC20 /* RSTOperationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52114CED383E3434A0536C3680D71A3A /* RSTCellContentDataSource_Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 81B163AB85D27A282399346575986FE5 /* RSTCellContentDataSource_Subclasses.h */; settings = {ATTRIBUTES = (Project, ); }; }; 52533478502E879DB68C2C063953AF97 /* TxDbg.h in Headers */ = {isa = PBXBuildFile; fileRef = E531AA77EC465A15D976C75B5A6C0C8E /* TxDbg.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5283063FD91F3787FFE98C70E7F42A4B /* TxTexCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FA484256A9984FA401CB7DA5848C4481 /* TxTexCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 528E7D3D871E90BD200DB23B3CE37F2D /* RecordRepresentation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97C24545B8318BB2785A5D7FD9F32609 /* RecordRepresentation.swift */; }; + 52A0A61E8FC38A6A78ED1693951D4720 /* CheatProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A4475D925ACB241668382B38C370988 /* CheatProtocol.swift */; }; 52B06F7011999F9C278A890DA7C4B28C /* L3DEX.h in Headers */ = {isa = PBXBuildFile; fileRef = DC7CD728E0D260394B7476EE6ED0B494 /* L3DEX.h */; settings = {ATTRIBUTES = (Project, ); }; }; 52D9CEE7D7500B51DB2884E8C601B55E /* getset.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D152EBA4C6872472C19FF2E0E6302C8 /* getset.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52DA63A2CA0FAA047E817C95B5F6364F /* UsersCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC665182739FE3E5E1CD4245265361E /* UsersCommon.swift */; }; 52E64CA6AA3E7BF90B9CD4ED0F9CF19C /* ri_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E021780895B0030EDF3FDDE10AB491 /* ri_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; 52FEEBDCF56F0809023B72EEC76072B6 /* ftmm.h in Headers */ = {isa = PBXBuildFile; fileRef = A2F603F5076A5C90C0F7F3B8E1964715 /* ftmm.h */; settings = {ATTRIBUTES = (Project, ); }; }; 530E72432126D9EEE597FC8AD2645259 /* RectangleShape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A9530F5FC4C0B09A188288409FCF835D /* RectangleShape.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 5322ACF9630C867AA0E0B13F8F81A50C /* UpdateRecordMetadataOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87338BD1478B20ED98A096A5F81A3D68 /* UpdateRecordMetadataOperation.swift */; }; 5336D03C6035295B51D47B08E20CD275 /* wglext.h in Headers */ = {isa = PBXBuildFile; fileRef = F200008BAD2C8D2B9909C34A25F2F23F /* wglext.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5336E6D34E157FD1B46ED14451960ACE /* SMCalloutView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E03DBD362CD32870323FD190336D4AA /* SMCalloutView-dummy.m */; }; 5368D26EC79E290BBA16B14EEDDCB528 /* NstBoardBmcT262.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5D28A45F8D7AE36212541B62DB751AAE /* NstBoardBmcT262.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 53702431265C6260061058B50E8470C7 /* Archive+Reading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C43903E24C38B0041CB4B77C181FFCE /* Archive+Reading.swift */; }; 53D0677CB11698F8EB842C2883CB7FE4 /* NstBoardBtlSuperBros11.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7549BE8B0E3632F3EC1847B5A711B082 /* NstBoardBtlSuperBros11.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 540FA20164229BB42FD8CE1D37C566EF /* RSTHasher.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A02436142FF717FBB3C4C31467F365D /* RSTHasher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53D6754FFB5E0CBFB4E2F2D5A4D5E8EA /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB0CF94F56403AD227E56A5DCA92D36 /* Entry.swift */; }; 547722282B92D897DCF72B1C5E077EE4 /* TextureFilters_2xsai.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E53123303D13A89EFB690F2B9415065 /* TextureFilters_2xsai.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 549154A52B7D6423A72DD5BBD1DBD41C /* UpdateRecordMetadataOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5D742731AACE9DB4C2DD3B8D2ED607A /* UpdateRecordMetadataOperation.swift */; }; - 54A03440FFC1C29EF4FF06C25CF2F0D6 /* Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2804D76439B4BA403D3A2F87FBF0AEE5 /* Service.swift */; }; 54B07F5D665F8AFCF906D35823998745 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = A132045A997E491B1C520AB9F86A520F /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; 54C00D9468E49E1BF7C36FC0F977A16C /* CRC.h in Headers */ = {isa = PBXBuildFile; fileRef = 72BAA242AAFF78139FE9E73EA0C58CF6 /* CRC.h */; settings = {ATTRIBUTES = (Project, ); }; }; 54EA6B6907303939CBE9BAB821B37A99 /* SoundFileWriter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7580E8E59C09C681129D551B115623A9 /* SoundFileWriter.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -649,133 +639,129 @@ 560457CF466474C19AA7F7B019AF96A0 /* String.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 431AAF0AECA2A0A322351F393EC0FA8A /* String.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5615883AFAC03932E189E6EC0E4D262F /* filters.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C34BC62D8AE93049CDE7C85B326781 /* filters.h */; settings = {ATTRIBUTES = (Project, ); }; }; 561D1FF1EA7842AF102804CFE5B2B44A /* NstXml.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1E6FEE1D998C78DF19ACA08E81C7A395 /* NstXml.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 5635F9F12F41C704AF946E7474D76996 /* VerifyConflictedRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC160E12C31D792BA1E8E436AF2B86D /* VerifyConflictedRecordOperation.swift */; }; 5693663E9CEC7D86EA43EFE4F733C159 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F80D82472F0E1B9E8B3553296AE2890 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 569EB46BD79C89667B410FA860BFBE73 /* FinishUploadingRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AC7E3BF2D1E1CEAB794C5F3B39D39B7 /* FinishUploadingRecordsOperation.swift */; }; 56A91EB3DEB671A1436CF0D130B8D124 /* SNESDeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 04866315B7587583E5D40EF4EBC19CEE /* SNESDeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 56AE3EA544042F3AAC7E3D7D596B423E /* OIDIDToken.h in Headers */ = {isa = PBXBuildFile; fileRef = A09B02810B996DB15891031D79631973 /* OIDIDToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56AFF52D966668BE3827D5C0F267B561 /* Harmony.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3A72C99BAF5037DDDD39A09D085642 /* Harmony.h */; settings = {ATTRIBUTES = (Project, ); }; }; 56CAE30F1F264AC04C3EBD9D577D4A11 /* NstBoardBmc800in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EB4B7F1BEE1FDDC88B83535430E04E40 /* NstBoardBmc800in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 56CE5B694FCB4923AADD1702B79CCDC3 /* GTLRRuntimeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 52FF4AC70492A5C954D5D3341AE9A4DB /* GTLRRuntimeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; 56F800FB267C3DECABD9106B4B1C24A4 /* NonStupidBitfield.h in Headers */ = {isa = PBXBuildFile; fileRef = E41FF9AEB8F168E432CF51CF03B82946 /* NonStupidBitfield.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5735F2F6EDB78133140ED13E82E1676E /* Listener.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 94AEEEAD7711AE51F2D41B6A76AD600E /* Listener.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 573EC08EEA6F255D09994C4D794DB77A /* LocalRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0DDE14CCF1E7F0B04D860ED3A5F048D /* LocalRecord.swift */; }; 57447F57373BD46A2284589677413B31 /* Port.h in Headers */ = {isa = PBXBuildFile; fileRef = 028AA0FF5988D03E9907ED4E4E327382 /* Port.h */; settings = {ATTRIBUTES = (Project, ); }; }; 57585A831B2ED14CA5F4ACED05ECF45B /* SoftwareRender.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E55D287DB523BCC5DDBB884D666555FE /* SoftwareRender.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 575DAC8BE73AE20F0B222941ED1B9937 /* hle_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C1A2B62A0EAECEDC86C6CC187AE4FB /* hle_internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5766FE5DEE8930611503CEF9C84342A4 /* NSBundle+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = DFF3F3ED2DD3379D1F7BD0F3059BA64F /* NSBundle+Extensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 579890B7046D306313F3438F8831D131 /* NstBoardFutureMedia.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 23456D53AC1C42C6E27540F52DA0A19A /* NstBoardFutureMedia.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 579DF870E92728EB3E325AE8E4932FED /* rhash.h in Headers */ = {isa = PBXBuildFile; fileRef = A678D5FF595ECF2DC2D7255605CC3F1A /* rhash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57C8F58ADCFF6E89B0EB3B1E2C6C580A /* UICollectionViewCell+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 700BA0A030FC6AE568E41A84775CF466 /* UICollectionViewCell+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 58023D75EB4C5321E2C02ADEE4F41BF9 /* STTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4278C7184FE9B1D2B52FC11778CD64F6 /* STTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 580E105A009EE800E7CA97C0F1BB9B3C /* svprop.h in Headers */ = {isa = PBXBuildFile; fileRef = 0396C570C0BD057BEE9ED8DFA16DBE14 /* svprop.h */; settings = {ATTRIBUTES = (Project, ); }; }; 583C0A51777A796C8292CD2219468C4D /* movie.h in Headers */ = {isa = PBXBuildFile; fileRef = B5CB62985561D30D99DE10B02CE088C7 /* movie.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5847D0EB3512FA10F011B52C214FFA44 /* GameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107157B094E03DFB68D4F654B49722D6 /* GameView.swift */; }; 585D4119170EE5077D5C1BD0F5063A29 /* GLideN64_mupenplus.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B399E2E63878F81C9C03E6363909DF0 /* GLideN64_mupenplus.h */; settings = {ATTRIBUTES = (Project, ); }; }; 58BD92B144EF9C1DAA0EBBC7ECB4D1AD /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE097A7933BCBB287D627CBAB7CF712 /* Validation.swift */; }; - 58CA5DAB4DD2202253FB984D962F8CCD /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 440F728629AA81492F2374B22D158C8D /* Standard.deltamapping */; }; 58D51E7FBA3664F0F49E87F959D20A30 /* GBATypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 506252043EDE210D4DDA95F172CA4144 /* GBATypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 58E0DAE6A6A660F7035006F3B83E523C /* PropertyGroup+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C98D86F4C2F21DFECF143A85B4EDAF5 /* PropertyGroup+Harmony.swift */; }; 58EB6C7980D2405F254DDEEDF497F791 /* DisplayLoadProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = D6A5B898B9F2D64E02BAEFFC9249C61D /* DisplayLoadProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; 58ECB8B387694A62EACE695D41C846D0 /* Event.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4B06D58A4F8A5FFF4E828295A45D8D98 /* Event.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 58F148A65F58058B807FB7577F6A2021 /* ARCodeFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 196F9F426B7880E6628258D602510711 /* ARCodeFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5945050F3DB8BD1094C3E72B8D35CDF5 /* plugin_delta.c in Sources */ = {isa = PBXBuildFile; fileRef = 56900423A4BD20C4B21DB5442B46BC21 /* plugin_delta.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 596AAC2695994DFBD66BCD5583A846D0 /* RecordController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E9217B8AD290FD88BE11508671E7C5 /* RecordController.swift */; }; 596B5F7D3D539458F423C2ED01BF2B84 /* cart.h in Headers */ = {isa = PBXBuildFile; fileRef = E1B193AAF9196D3694BB4355AF63A47B /* cart.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59835C6A5916F1165C2F6F97B290564B /* RSTSearchController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7102A8DBFC6D01F98DCE0C4D4CC37C59 /* RSTSearchController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 598A606D2A996761094EEBA925D83E98 /* NstDipSwitches.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D56A683DE5B49F71B9810452A09536B0 /* NstDipSwitches.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 59C1150889B178C91F17EAC5A51626C5 /* StoneSerializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74158DC1A8A2911B242C0AF89610791 /* StoneSerializers.swift */; }; 59C6644E72BD84BEDEFC8A77F457CDAB /* glsl_CombinerProgramImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 539E45C97BD611AE9D428625F336FB19 /* glsl_CombinerProgramImpl.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5A09F6457E548D68084B7A7CE07CA68F /* GTMKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = D207A9DEDE92B8D472CE560B468C522C /* GTMKeychain.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5A1FBB352B4F74D997D896B310E7A8A6 /* GameProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05E756BE049BECB36FD17276742F19FD /* GameProtocol.swift */; }; 5A5358B0E96F6343ED225CF4A3764A1E /* Drawable.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0F66CBD0D936F023EA1B5A8FD9C18248 /* Drawable.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5A621EEA0EC75102AAE2282BB5FC443A /* svbdf.h in Headers */ = {isa = PBXBuildFile; fileRef = ADF5A4B1CDA7693D5DE8FDAE55230F5B /* svbdf.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A68D12E108620E5704D7B0CB027B081 /* fts3_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 73B948B0F3CF1F80FAE93CE013D73742 /* fts3_tokenizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5A7E8E588940E36CB418F48B1983DC92 /* SoundTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D5C95E1E368FFAA018FC6B2E9FAEF6C /* SoundTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AD04386658E9F3C46FDB8837F6F572C /* Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FEBDBB7A80505C7D0B1ED77851CAD57 /* Archive.swift */; }; + 5AB6A6ED463981CDD2E085D9D651DBDD /* Result+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D0B677CAB142BFE0325C2AA3E8422BA /* Result+Dropbox.swift */; }; 5AE4B68F2F4D94BFFB49FF2E5B643E6F /* NstApi.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 33F0B5788CE7BB73382F50CE527A7B54 /* NstApi.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5AF6989F9E0FADE9815651935A52C7D6 /* GTMAppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 6650BA71095957EABDFEB5B85F18571A /* GTMAppAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B3796EEEDCC46D5D7CDA412714EF33A /* RecordEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16CAF3C5EC8BEC25C499CFED252A47E0 /* RecordEntry.swift */; }; - 5B40D9091BBBF7EAD67D779D6BD75E02 /* SyncRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0361FA0E19F1C9C2340B29D47E4914AB /* SyncRecordsOperation.swift */; }; - 5B6691DD31B9A857C5E7915C0314E47A /* DBChunkInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A06FD9335818ACC07B8347862AB0FC08 /* DBChunkInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5B68AF6697E20BB2FB9EC6AB0C532E9E /* defined_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D732934F09FAD2E836DF46B3A74B05 /* defined_ptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5B79AC01467BA01B7D3F77EE37315BDA /* NstBoardRexSoftSl1632.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A96B7A289630AA8DF53EE51EE74E54AA /* NstBoardRexSoftSl1632.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B9F58506AFE95C32DE2683DECCA8665 /* GameControllerStateManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B192A444B6B7EA865548723995B900AC /* GameControllerStateManager.swift */; }; + 5BAA1373C936AE72DEEE181D9B3724BB /* ZIPFoundation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C14667C079DD772E41454C0DBC45398 /* ZIPFoundation-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5BBBE6855C48310D28C5199F48AD611B /* CircleShape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 51E052CDE1536235F7DBEB1B22B94E0B /* CircleShape.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5BBDE1D57BA0A548C4FDA888D5365523 /* svotval.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A49A08C63E4F4237D52D159DD1D93ED /* svotval.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5C46D2A90E6B7971187DBDB2943227B5 /* opengl_Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46DEC7E66ED81351FAF7ED175FBCFA8A /* opengl_Utils.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5C50623063473C85654184ACA6E0AC2F /* GBADeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD0663BDAD1BCA02D985CB4C0E1E5C9 /* GBADeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5C9EE4B2855B3E26304B8EBE6D527961 /* joybus.h in Headers */ = {isa = PBXBuildFile; fileRef = 71ABC7B01A2AED1DF266ADD556DC3E2C /* joybus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CAAEFAF28B93C0835CEC1134BAE572F /* ConflictRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF02E6ADE6B62A6AA94EE5500E14087 /* ConflictRecordsOperation.swift */; }; 5CAEBD28ED34E8B4A875F1A8BB4885F9 /* cp1.h in Headers */ = {isa = PBXBuildFile; fileRef = 56AEB8AA268644CA6A27F76FCE1D41BA /* cp1.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5CCCE95B040F7C5092689516D6ABD06F /* GTLRUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 34891420ABD4D27A42B28FA5697296D7 /* GTLRUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5CFC9AC131FF773AFE85079E71BC2F36 /* TextureFilters.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D07883A213E5E541BA87F867831C0E /* TextureFilters.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5D0A7690E581E7A43021A53831DD45DD /* Text.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D9BE3D68F698321E8E2ABDD6FA14EC78 /* Text.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D100EA2971F8851EE7E6826115A5BBD /* RemoteRecord+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC295EAFFD7A88AB6C575EC0B06E34A7 /* RemoteRecord+Dropbox.swift */; }; + 5D42190D5928D4F0C226ECBFA871B5CC /* FinishDownloadingRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2872BF4460D89A0387CABF6B5E3C71FF /* FinishDownloadingRecordsOperation.swift */; }; 5D467E47C6B5B59D354FF1BE48699E7E /* SQLite.swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C05548121A868AAD48A9DC34DF0B2653 /* SQLite.swift-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5D5A4CF69B77334A83D7F1902B3428A6 /* libco.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B05BFC2197636565CF4F760A845D589 /* libco.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5D8B8038CC885FC6B2978E5661548CF1 /* OIDTokenUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = CDB9782ABBA4EC98B035F2EE991C3C9F /* OIDTokenUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5DB1E8F66E3F847193C3A4745890D9E2 /* DSiCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F725C31134BB9DC7306936029A5D88 /* DSiCrypto.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DBF896D16C1195A831235981DEADAAE /* ControllerInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 916DC17A6938C4EB312870DB067BAFE2 /* ControllerInputView.swift */; }; 5E2E5979813CAEBB76617D229B539A40 /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 705A45A31ACA377978617FA5B0556C36 /* xxhash.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5E5AFBF7970C29E77451D292B7A30609 /* AnyKeyPath+StringValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FA9E02FEE31CA1E0AD1750DF4910DB9 /* AnyKeyPath+StringValue.swift */; }; - 5E5BB057C4367BD029975E2998A0941F /* SwiftyDropbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 0397396DCDAB1C79B75AD6F2D531EB6E /* SwiftyDropbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5E812210D0CF515FB1B44D9A48B5939B /* convert.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C856FF8209BE3A5A5542A18EF2E2E8 /* convert.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5E99E9502FE2083901A57E8164C9834E /* GPU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB733F89F116A23AF96444599346AF5A /* GPU.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5EC3A63A06C26020819E6D246932FABD /* AppAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6DAE78A3AD5BAFD7D9329D34B07AE6 /* AppAuth.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5EC61C959251F52D18630692A7C16DF9 /* DSi_NWifi.h in Headers */ = {isa = PBXBuildFile; fileRef = D98A348E91606946E29BA0B54D6B9F79 /* DSi_NWifi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5EC7444A20F1C468FC5ED7B53015F89A /* ControllerSkin.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7B19926ABCEF3C3A145040DC531097E /* ControllerSkin.swift */; }; 5EE18B504889F54B45788C3EE2777F92 /* GTLRURITemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = 187E3872E3C690274057612B0F095226 /* GTLRURITemplate.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5EF3757D7EFBFF30F837E9B0D87FD1EA /* GBA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96010BBED3DFA64FDC2A5369DFA3DB56 /* GBA.swift */; }; - 5F0CB29DFD0A214972E5BBA00A9C85B3 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 4350D1FEB43D008EF6E9B2A8AF3F8D46 /* Standard.deltaskin */; }; 5F1BE4ED6BF28311952BC75E38434ED8 /* NstApiRewinder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FA3064445067E4146CB67ECCE9C42918 /* NstApiRewinder.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5F74D72D5C79A0F3D324D2F9468090F9 /* NstVideoRenderer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 79726DFC76B227BC4EBE831292148FCC /* NstVideoRenderer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5F948F1842B65034A0D1F96BE4DC9574 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4618204AB6E23F958FBCB484B0269173 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 5FB2D13E4B91CF3712AE59C3527CA3B6 /* Window.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1D4578193F1247C295056EC2A8E49E7D /* Window.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 5FB7801D1F95A1B18A2B96E3A54C7C8B /* audio_out_backend.h in Headers */ = {isa = PBXBuildFile; fileRef = 0171332C5354CF5A306250873275CA82 /* audio_out_backend.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5FDA81FDB4461B06E2C74963ABF4D604 /* new_dynarec.h in Headers */ = {isa = PBXBuildFile; fileRef = 46A5C3877CB32B44672DC1BE4A60F9A2 /* new_dynarec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE1A83F8B5F8F789ACF57E93376B7E2 /* Archive+Reading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C43903E24C38B0041CB4B77C181FFCE /* Archive+Reading.swift */; }; 5FF78758C8FEB0043D22432CC1A8D27F /* osd_element.h in Headers */ = {isa = PBXBuildFile; fileRef = 664DAF2B08C53CFFD688E66737890530 /* osd_element.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6010F8AF884958F9E9D7F56F35DD2E87 /* clock_ctime_plus_delta.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BD54F3ED181ED854CE116DE92F84A4E /* clock_ctime_plus_delta.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6044490996CB50B0E68AFB19757BF808 /* ThreadLocal.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7EF57BB6B247BD777342B282E9659451 /* ThreadLocal.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 606C7BED8D94CE3F350779FA125C7114 /* NSConstraintConflict+Conveniences.m in Sources */ = {isa = PBXBuildFile; fileRef = 18C47529D612750BAFD8B41096414B5A /* NSConstraintConflict+Conveniences.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 606AD473D7FF199EF523E5B9825CBECA /* MFiGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23C08E2D90F88A855F59186739545F82 /* MFiGameController.swift */; }; + 607E830C3ED39E8EDC28F7690EBBAA11 /* BitmapProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5169DDA0ADF74F8586CB590F9DB33AB1 /* BitmapProcessor.swift */; }; 609CDB47F8CBF483B892C0D2CE392B1C /* NstBoardBandaiDatach.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4B62BC74F2B87C4D4C3F58016F21513B /* NstBoardBandaiDatach.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 60B2E7267C1CA2C4FC63A11AA9A822A1 /* glsl_ShaderStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5202545B4329D002ACDA953CB13AC144 /* glsl_ShaderStorage.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 60F654639519C76D65ED595183934348 /* NstBoardSuperGameLionKing.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 56739173EC3B35597BDA8BAC4DD593D0 /* NstBoardSuperGameLionKing.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 60F8542DD785E5C1B433CD62D774A40E /* NstBoardBmcSuper40in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DC15718FEE1F270A54AA643D5215F826 /* NstBoardBmcSuper40in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 6135CF35920D4092A7BCD0B25C31CEB3 /* BitmapProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5169DDA0ADF74F8586CB590F9DB33AB1 /* BitmapProcessor.swift */; }; 617BCC8A3FCE53962ED755C3857BAEA5 /* alist.h in Headers */ = {isa = PBXBuildFile; fileRef = 92A92D12C66E3558C97E9529D4FA8A2B /* alist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 617E82560A2C0102AC45AC7F57D6DA8F /* NSError+LocalizedFailureDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87BA0A6623D17A113BDF76A7D15365CC /* NSError+LocalizedFailureDescription.swift */; }; 61D997C69B1778C246A5B50F469E5956 /* svkern.h in Headers */ = {isa = PBXBuildFile; fileRef = 455381F429A17626651787CCFCAE3912 /* svkern.h */; settings = {ATTRIBUTES = (Project, ); }; }; 61DB7F9E8089B2081380D52E82BB6568 /* NstBoardBmcFamily4646B.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0909B8D3D1894139A67FE93CFCC01DB1 /* NstBoardBmcFamily4646B.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 61DDE33DB21B0485A22AB432474C44D1 /* View.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E802C519C7B2F9B2404F100E87160EC0 /* View.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 61FAF8A487F483A43C3852CA3C456A54 /* gfx.h in Headers */ = {isa = PBXBuildFile; fileRef = 7264E167641F7C858327D20B9E3A58A3 /* gfx.h */; settings = {ATTRIBUTES = (Project, ); }; }; 622691B0EBCEAB592A34EDA32A82F3EC /* GTMAppAuthFetcherAuthorization+Keychain.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE6396998C33970DE9DAA6FB3C3D361 /* GTMAppAuthFetcherAuthorization+Keychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; 624BA9C1E0E3AB6037A257AC8BDFB8B7 /* Clock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BD15AA34950562B6CB6A274DDA0596A3 /* Clock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 626EC5C3FDF097B5A80B520E92450A6D /* RSTCellContentChangeOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 729BF0CDF2F194945E181AE490D95F4D /* RSTCellContentChangeOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 627774500EF806B16C98FF3F38DE3552 /* GTLRDuration.h in Headers */ = {isa = PBXBuildFile; fileRef = A20CE3F18D54ED7AA0C5B69AD23020DD /* GTLRDuration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 627CA1AC97CCD278ADC1DDABE01DE0FC /* Dictionary+Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BFEEF1CBDC9ED0A53BF4F3292F0413F /* Dictionary+Sequence.swift */; }; 6281A9376E0C3B380370ED1FE4B96439 /* NstBoardFfe.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1538A830F2418E6E5E0765FAEBA05CF9 /* NstBoardFfe.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 62868225A3A55C3D4834E17271FC5A63 /* NstFds.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D283F03B2B6006637A857006558B5162 /* NstFds.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 628FE06FEEC5BB6F883D75BD5687DA98 /* GTLRDateTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 926645DF9525E5D5F661ED8CA04BBA57 /* GTLRDateTime.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6290B3EA48E86C34B322D2FCB2479A74 /* RSTTintedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F91A9DD254E8DA7FF12F970DCDC62DE /* RSTTintedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6292F65A32ABAE784B9B94A0E254F7F8 /* ftgzip.h in Headers */ = {isa = PBXBuildFile; fileRef = C73DD8D8F63F6A56EB1187D23D256352 /* ftgzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; 62A1336EA8A13B72101756A05722ED97 /* tile.h in Headers */ = {isa = PBXBuildFile; fileRef = 6510AC07F7667F0B972688C1231D9A79 /* tile.h */; settings = {ATTRIBUTES = (Project, ); }; }; 62D80C12CEF12B2733D98B632FB7B195 /* ZlutTexture.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E8CB66A1B4F31BB4E78101DC4BECD06 /* ZlutTexture.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6306F0910ABF5AB090773EC8A0E5BD84 /* glsl_FXAA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F79CE73A998802EAA5371175285AFAE2 /* glsl_FXAA.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6308A0ECFFA22F42B1CCC8C55B12B98E /* RSTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = B51099C9B2743A734E370EE4A01EE5C9 /* RSTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; 63306583894553C4C154ABBECF7BA038 /* DSTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 74A8674F8F7BBD7931D23CC4805BEE81 /* DSTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 635DD6F21DBC5A969E1414F2181E186C /* GTMMIMEDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = A238DAC0CFA57311FD9000A49F951154 /* GTMMIMEDocument.h */; settings = {ATTRIBUTES = (Project, ); }; }; 639336CE68C120C515CC3852F2BFCE74 /* dd_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = B79CEC2ACB69822AE5E70542DA6188E6 /* dd_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63A27A5E10E34092515CC1D030561FF4 /* RecordEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16CAF3C5EC8BEC25C499CFED252A47E0 /* RecordEntry.swift */; }; 63F218C5A81237F19860523A7F04FE93 /* InputStream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E52CAC44F749143B431099BD926F6108 /* InputStream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 63F529CE0B7A979D6B9DDDC963A69949 /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB560C20640D92EC09B23CC9EB468044 /* Config.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 640B444D6A8DA1794E6B830A533D9375 /* adaptivesleep.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE2A36D23FB9226ADB79E249073A671 /* adaptivesleep.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6443E3487871C05B44312726391C4566 /* opengl_BufferManipulationObjectFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 12340527430BF0F362B63C225065A253 /* opengl_BufferManipulationObjectFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6445FA424D82C3E30D8926FA03330A63 /* Paper.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB52D0DA053C4BE954855729C3E9F6A /* Paper.swift */; }; 64591A567DE87303BDC45618602D464E /* Export.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8B5727BBA5984F66D61DFE098524052C /* Export.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 645B52969DAA0BC05A458CAAD5F38CE2 /* memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E9E10208FD58BDFDF95FE905657FB6 /* memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 64B0283C5EF6BDB7E89A6DF25AB25398 /* NstBoardJalecoJf17.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 11339ABDEA626716BA06C85A49A39453 /* NstBoardJalecoJf17.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 650F8F61C3752229BC5ED65D188613C8 /* NstBoardSomeriTeam.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AA95C0F9ECD426411A1669BDF6B24B50 /* NstBoardSomeriTeam.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 65255C30882153B8DD5B5216DE1EE0E8 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C75C2C1AC05CC85E4208CA87601C6F /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 659F4681F1616F438D6C62D8ABD2ACFD /* FilterChain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 092DB3EB21BDEE14EBAE69612D017417 /* FilterChain.swift */; }; 65A75C2264EE370C90CEB7DEDC5700D9 /* OIDIDToken.m in Sources */ = {isa = PBXBuildFile; fileRef = FA8C408FAC8648504FD119876F3981F8 /* OIDIDToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 65BF4C3E2DE9C07AE47739B96DA10AA4 /* CP15.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B43910F41F6960C33EF3CA1B15E6985B /* CP15.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 65C3ADB5B0DD07AF901C3493848722AD /* SNES.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EB14ED4D5D7A95884D0106EF841FC9 /* SNES.swift */; }; 65E7429D78DC19BDD650BE043E536EDE /* opengl_Attributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F9A81CC01BBA9C948DFB9573F2C392 /* opengl_Attributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65FF06B172D039EEC4BE5FF5B3E22E14 /* Roxas-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C294380A302333A15E6E9C07DBB5B94 /* Roxas-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 660E6A634E317F2B398FC934288E3C94 /* F3DAM.h in Headers */ = {isa = PBXBuildFile; fileRef = 024B54CA010D91D3F6E4E79E93053507 /* F3DAM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 663B342B5C1C5C71947221BF21D8D801 /* VideoRendering.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC14010F5B81F5784EA4C38384B0A468 /* VideoRendering.swift */; }; + 662FB3F53C248C4E85E38D052BDBC3FF /* RSTCollectionViewGridLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0455CBEF7CB3708C7FFE7E36A032FEDD /* RSTCollectionViewGridLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; 666AC609C074EB0A1F4D50983BDEB229 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D6CC0DB90FC8D61AA85022B5ED0B3E2 /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 66752F02564D8C0DA97849A7FB4A3CD9 /* rateest.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AF4BD5DC3F0DEC51F5FFBBD3C37C963 /* rateest.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6683CB2FBB9C07F364DD4DEE96F3907F /* GTLRRuntimeCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 49A7E20BD27BC3109EFE9D8893F79067 /* GTLRRuntimeCommon.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 66A46E0C019995D410BC329F2DC94965 /* GTLRDuration.m in Sources */ = {isa = PBXBuildFile; fileRef = 4436DC447F9619DD9F67EABAAF038CD3 /* GTLRDuration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 66BBD2BD330657BFD19771EEA21B2FF9 /* UIDevice+Vibration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400F21646638487723B9EF9596BA5B /* UIDevice+Vibration.swift */; }; 66C6B7250DBC1CD5D20D871920A3533F /* GTLRBatchQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 252E6EA9BC7927CF31135B34A1067C36 /* GTLRBatchQuery.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 66C7482D1FB12438238D324E6E762628 /* srtc.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F788AE5C171D18C17DC11C35F07537 /* srtc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6723ECB4685587520AADAD76AC6DD513 /* 3DMath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 302E47D1F17CD21389F7B608193F0191 /* 3DMath.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -784,103 +770,97 @@ 674A7F30ED01B781C29B879F3E7E3B63 /* OIDAuthState.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EC64F4F0040DE2EE4973E8602C5B54C /* OIDAuthState.h */; settings = {ATTRIBUTES = (Project, ); }; }; 675657388774F55A5D7E6B82FEC0C399 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FED33CD973C8A437AE0772474B22B8F /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; 676E6D0A3BD7D80281780FF1D4AE5084 /* fb.h in Headers */ = {isa = PBXBuildFile; fileRef = 00871310E40885E08E93E1CD1C2D4E0A /* fb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67731DAE45AC5C0A906997240CB195D7 /* SaveStateProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D6B56947558FEC359A8FAD9606E9D30 /* SaveStateProtocol.swift */; }; + 67F790B030F695AA3310B21F0B65F322 /* RSTLaunchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F034FA259711BD2D0D0F5F9E367780E9 /* RSTLaunchViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 680E7E43C1ED074EE6D8FBE3CE8EC3A9 /* L3D.h in Headers */ = {isa = PBXBuildFile; fileRef = A799CB2A909060458B708C40148D9784 /* L3D.h */; settings = {ATTRIBUTES = (Project, ); }; }; 68381541C2D3B3488F363A16FA124A1D /* crosshairs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AE7D98FA3BE6EC5B8C4BD0A9FA7C639 /* crosshairs.h */; settings = {ATTRIBUTES = (Project, ); }; }; 68462036524C05E46047CF7E4FAE8492 /* SNESDeltaCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A07560F133B7C58A11633DFA6A26C33 /* SNESDeltaCore-dummy.m */; }; - 684E729CC2E1CCA0BFAD743551E34919 /* DownloadRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 435598426F79115B51789B27BF2394E0 /* DownloadRecordsOperation.swift */; }; 68673DA17D850E3BF6E7F5445C384D3F /* 3DMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 150A3F323AA95A1409D48675009ADA82 /* 3DMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6875CAC32E1583DB78FB2CD4697BBEF0 /* NstBoardBxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EFE9AD0A436AB85BE7C58B68F8C17A81 /* NstBoardBxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 68A4CEAF979F43B621A29ACB5E6FA8DF /* NstBoardTxcTw.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FD3FE35BB5ADC5C277235F5BC08B9FF5 /* NstBoardTxcTw.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B3CEAD5F293359EB1A8148C39B3AC7 /* RSTArrayDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = FAEBE5A9F378271ED1B66BA1076847DB /* RSTArrayDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B4CBABF00242D956DC1E87F327A71A /* DownloadRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DAA55AB5B34A26E9FC019615F3F2010 /* DownloadRecordOperation.swift */; }; 6910FF6161A8E0ED113AB09847B3D790 /* eeprom.h in Headers */ = {isa = PBXBuildFile; fileRef = D507E9DF501F229BE997E2B64B0BB402 /* eeprom.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6933DAC6E33996DB0405A9F726B32CB8 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 89209AA747FCDCA83720EAB03F3D3F50 /* memory.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 694918CC60639EB03144D0268C20B264 /* NstBoardWaixing.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E77413BFE1A2AE06387C6606EE592F6E /* NstBoardWaixing.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6960D65CDD9E72DC3795D98B03616CA8 /* NstBoardCneDecathlon.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8A2A747BF9192AF5072B9AEFF721579D /* NstBoardCneDecathlon.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 6980A60A58760053C6900D343D462990 /* ExternalGameControllerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9DBB5B63025C19E83C9451107DE56A1 /* ExternalGameControllerManager.swift */; }; + 6962B40808FDC07CF9D2AF879137A73E /* SwiftyDropbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 0397396DCDAB1C79B75AD6F2D531EB6E /* SwiftyDropbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69B56699CF13C32D7121EBED322ACA4E /* UIKit+ActivityIndicating.m in Sources */ = {isa = PBXBuildFile; fileRef = 909D8E207656B028E88C377D1425D826 /* UIKit+ActivityIndicating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 69C3DF17B3C7FC4E203169993826BB44 /* TexrectDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = FCABA048366D8089542A06BA620CDBB9 /* TexrectDrawer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69EDF2FC8CFB86688EF296A59064D11D /* RSTCellContentDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 589560AD66B49028107CCD31E8FE2B8B /* RSTCellContentDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69F8E3EBB6180191875F07DA1BFD0E8C /* UISpringTimingParameters+Conveniences.m in Sources */ = {isa = PBXBuildFile; fileRef = F8B187821DFE47A48AFFE8B8496B8C46 /* UISpringTimingParameters+Conveniences.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6A052E81F331E54CCC31B039F6E2B327 /* spc7110dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D382691E155A7A3DA363B2C6FD35A864 /* spc7110dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6A055A01458AF71F567817308316A5ED /* GTMAppAuth-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A793070DF6AA14773D7099B4BFDF43FC /* GTMAppAuth-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A1BC1F699377B0CA9D2665A4E0AEB5F /* RSTArrayDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = D4094ED24EA34D2593C503C8D5C105CE /* RSTArrayDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6A2286AC01EFC4440423AB3BB700C484 /* GraphicBufferWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6292A1AF278F202B2C7DFEAE7F612753 /* GraphicBufferWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6A2B322E9893B64366698D32B80903EC /* NstBoardBmc35in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = EFEF5F407D75B1E87004DA92A797689A /* NstBoardBmc35in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6A308847F4083823673169F28C993432 /* DSTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 04A6A8826B644200E536AEC5EF86EF20 /* DSTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A6012F032927DEFF3D30FC2A8524F4C /* UITableViewCell+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = CCFF79507F169F74B68C445BA304BD5F /* UITableViewCell+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6AC07AA8CC292FE2104D78CC3F223EA4 /* BaseTeam.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F7B449BDE05A8CA1C8481DD47263BB3 /* BaseTeam.swift */; }; 6AFED4864281ED27CA907EFEE92DF7C6 /* NstPpu.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 01D6CFE866F11284748563FA8772C843 /* NstPpu.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6B0AA2EBFC2CCA9895A1647FAAC7C312 /* Pods-Delta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E39B6D2E1349BC9CF76985C762A82797 /* Pods-Delta-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6B471D5386B26E42306400F953749BE1 /* movie.h in Headers */ = {isa = PBXBuildFile; fileRef = 81E2AD1FB7A723DACEDB0FAB3BE6A07C /* movie.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B79B39361DE1CBDB3A302D374A10072 /* RSTSeparatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA4BA7F6A5656E0A2EB653423B78908 /* RSTSeparatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B4834F17804F8D64CC61FCFEE5ECC99 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 87335D161E81E3685366B5AEE56CE315 /* GTMSessionUploadFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6B839D4B64B9219FAEAEE6DB7DCFDA39 /* obc1.h in Headers */ = {isa = PBXBuildFile; fileRef = CAA82CD75A5FC90ED4D345E85C29CD53 /* obc1.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6B9BE53719933BA068D5BEDD70771DD1 /* dummy_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 179FB76795D2EE7D2962D405DF63942E /* dummy_input.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6BADA30253C6E385E0C1182224369C8A /* N64.h in Headers */ = {isa = PBXBuildFile; fileRef = 76C34EEDAB12BF43E414A300E3D01560 /* N64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BBD7E8C5A66196F181B1A2A3A2ABEDC /* ConflictRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536E53D82C06270DEAFFC685624839C3 /* ConflictRecordsOperation.swift */; }; 6BC4CCA4C9146427474BE443DF5921D8 /* DepthBufferRender.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A4A2A48D721601111D959ACC297E61 /* DepthBufferRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6BCF5A0080103066EF4D559FDB906A9C /* dummy_rsp.h in Headers */ = {isa = PBXBuildFile; fileRef = E7ECFD32AAF9078687765A036E146484 /* dummy_rsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6BE0AA06C0274C1A89487166CAE9C27D /* OIDEndSessionResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 826DD493C6B8016CAD08B47726D88FE5 /* OIDEndSessionResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6BF568293C2328260F585C9C0DA8400A /* CharacterSet+Hexadecimals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F2BD453817B0EC3B09CC7CAFACF62C /* CharacterSet+Hexadecimals.swift */; }; 6C1C5F53B8923B6CDC9C72A95CD17A48 /* assem_x64.h in Headers */ = {isa = PBXBuildFile; fileRef = 4130E76DBC8F30F3AB50138A69B4B704 /* assem_x64.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C20B090DF0689FE1F68BBD615FB3684 /* NstBoardFxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D154D94EF977ED8B7B27F1B9F57557EA /* NstBoardFxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6C4A63C46D779C1BC01B19D2B72AAD48 /* game_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = 7914DE489BB276AE0049FA0D58DE4DA5 /* game_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6C99798BDFEFD3B20CE8C05C36605A05 /* VideoMode.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AADDE08AD944B535C0AA08CF01468AD4 /* VideoMode.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6CA713CDEBD1FDC05556C1B0192DC44C /* NstBoardKonamiVrc7.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 46C7C6CC93893D1F4DA867FB13D67045 /* NstBoardKonamiVrc7.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6CB3F36210D0BC75703EF5D95475458A /* libretro.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F50C06C8821EFE495791BACC494700 /* libretro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CBF7E75010CB13EB97067BC30C1F882 /* DropboxService+Records.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2FD81663E3AA250F8503D2F0639DFA6 /* DropboxService+Records.swift */; }; 6CC6B15A3E84511164EF0F97D15F1833 /* NstBoardBenshengBs5.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 069E1C3C7AEB534A73EC0DABE1B5EFB0 /* NstBoardBenshengBs5.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6CCCC23BAC70B7A95941548F6260887A /* ConfigDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = E00A573392976831E1DADFFE3450B87A /* ConfigDialog.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6CDE729C2061F2CB33C5145723418553 /* FIFO.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1F3262541C140E77304A95BC6F7CFD /* FIFO.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6D172E12EA2D1B9C282949C5DC3497CA /* NstBoardSachen.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 12B32F4CD8E5782EAE7525A700D68049 /* NstBoardSachen.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6D3C1B16D4CE61B52FD41E51E460A72F /* AppAuthCore.h in Headers */ = {isa = PBXBuildFile; fileRef = EBCE62B4DEC252D4F999B64AC874495F /* AppAuthCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6D4CAD3F9491E865F8E20F1F0C4734D2 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = E77942C5A702C1F2EA4F12531D3F164C /* ResponseSerialization.swift */; }; + 6D504274C14CF21469E69287C6CA50F2 /* Bundle+Resources.swift in Sources */ = {isa = PBXBuildFile; fileRef = A19318395D3B3D8114C56710610A3443 /* Bundle+Resources.swift */; }; + 6D522A7C7340721D72C90E53829D323C /* UIImage+Manipulation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6038A3E16A86BD8715BB972CD9A02CFD /* UIImage+Manipulation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6D5AEC036546123F7FE1320C8E74D879 /* msu1.h in Headers */ = {isa = PBXBuildFile; fileRef = CD48F8DA24834B9E9AFEE176453FC043 /* msu1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D6F3CA7D6644611FBD4864038643809 /* UICollectionView+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E47CCC16C0DF6A37D17E02443C4812 /* UICollectionView+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6DAF0A335F62958157EEA19A2011F855 /* DSi_AES.h in Headers */ = {isa = PBXBuildFile; fileRef = AE69FF77D057F65FCC92798BC814D0C0 /* DSi_AES.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DCC911ADCF299A04ACB62983DDE2F21 /* UIAlertAction+Actions.m in Sources */ = {isa = PBXBuildFile; fileRef = 180F36277339830E2C8E248501C9798F /* UIAlertAction+Actions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6DF09CAA89506D02D93FF0A39F38B001 /* ZSortBOSS.h in Headers */ = {isa = PBXBuildFile; fileRef = 71842E47BE8B0F0B851CBD4692774A0D /* ZSortBOSS.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6E34770980C6814A26038301C1D36C1B /* SQLiteObjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1607BA964B89180CA7D3F1BDA85609 /* SQLiteObjc.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6E4CCECC754C31E011AFC32CB728FE2E /* ft2build.h in Headers */ = {isa = PBXBuildFile; fileRef = 05D90FC573A940BC6669EC489A1DB016 /* ft2build.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6E5CE0C6A45B29FDA9024ED474E1628F /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A87FD99965ED242605C99BB49D093C2 /* pngread.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6E88F3921B996D7BBA143DBA9B050192 /* FilesRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BA1214E8479C48A606F72AB149DCA49 /* FilesRoutes.swift */; }; 6E95140B44E362EDED3984EEA5A55180 /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = 824CDD6E4BDCAEA39EBA938006905E3B /* SDL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E97CDF8581059DF263EE441B2950176 /* RSTCellContentCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 85C95C30CA6D9ACC3BEE5F8DA5DE54DD /* RSTCellContentCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6EA1D79C74410E72EAB8009A1ABB3460 /* NstInpSuborKeyboard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB8BB05395141733620E2774F380468 /* NstInpSuborKeyboard.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6EAE3C4552709C1754E06F8E42833512 /* Shape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 52E8758B4B04638E106461086364CD77 /* Shape.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EC79C06D36E6BCE05D290442F85D737 /* TeamPolicies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33B0790A59CA6ECB5331CAE4E03CA15F /* TeamPolicies.swift */; }; + 6EE427A50A8F2E850ACCEAAB977D17BE /* TeamPolicies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33B0790A59CA6ECB5331CAE4E03CA15F /* TeamPolicies.swift */; }; 6EF66A2ABF03882AA193FC5ED9533574 /* firmware.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BE744DC96A3ABD50BFBBEA4997CB56 /* firmware.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6F0F8D9002B5B4B590A1EDF5CE2CF812 /* F3DEX2CBFD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 177DC1057417A79A373681D0E58744E8 /* F3DEX2CBFD.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6F2190FF42C8559724FA0175A29FEB8A /* Err.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 421D200ED5A594A93CDBC2EAE558F0C9 /* Err.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6F284A40957953561CDCAB775FC2D3CC /* GBAEmulatorBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED124D68BC5C2BE53E6F8F219E17F98 /* GBAEmulatorBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6F3A7069C68E2314C3CA3BCE077666CC /* ttnameid.h in Headers */ = {isa = PBXBuildFile; fileRef = EE6B8B6BB5B3CB1A6DFCE8AE31681400 /* ttnameid.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6F3C44555150DE555E29DEDCB0B0168E /* NstBoardTengenRambo1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A8A1BE1B967B23A7584BF56B5F19F6CD /* NstBoardTengenRambo1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F5F1D8AB3E5DB8C37ED0B2F5AA35C61 /* RSTCellContentChange.h in Headers */ = {isa = PBXBuildFile; fileRef = C80AEBE8D596D5B9EA9999082C62DB68 /* RSTCellContentChange.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F4542649EB3DBE57D4E628D578B2094 /* DLTAMuteSwitchMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 216ACFC72536D5772D02237D7C716E46 /* DLTAMuteSwitchMonitor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 6F7D180FA00888BCA886C3A21605228E /* NstSha1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0D2AD7F0330EEE53F5D0CF3BFA80E563 /* NstSha1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 6F8EBC492AFA04290E635B2720A18FF4 /* statesaver.h in Headers */ = {isa = PBXBuildFile; fileRef = B1044F71995C46DC0FE073BBF10E9B13 /* statesaver.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6FCE591BA1C38EE501D2712A58ABE2B5 /* Savestate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21E398FC7D62E8D6680411C9513B39A0 /* Savestate.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6FEC2F0F4C0D551C8DC0184A918DC638 /* RSTCellContentChangeOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F0416EEC0A378939FC4ABF9DB349F8 /* RSTCellContentChangeOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 704BB47BBF92080A6C5A5EDAD262DC41 /* skipsched.h in Headers */ = {isa = PBXBuildFile; fileRef = 517D5D662F01BA988D74732FFD13B952 /* skipsched.h */; settings = {ATTRIBUTES = (Project, ); }; }; 709ACF2A4D11DEEE18D669127E851053 /* NstBoardKasing.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 96C44FDF7092320E7DBABE66348B2032 /* NstBoardKasing.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 710323166D93351F1690FF199288F64A /* inputgetter.h in Headers */ = {isa = PBXBuildFile; fileRef = C81C97C396CFD4B3B38A6BA482FBBC01 /* inputgetter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7103615335956814EAE81210D28355D4 /* RSTError.h in Headers */ = {isa = PBXBuildFile; fileRef = CED38382667C264AA0CDCC9A96F9E713 /* RSTError.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71078B9476051266967867BC1EB8087E /* opengl_GraphicsDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E00E0C2DB0657397A9AD74AF384F0E0 /* opengl_GraphicsDrawer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71242D1D9C2AAD0FCD186B34A453440A /* RSTHasher.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A02436142FF717FBB3C4C31467F365D /* RSTHasher.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71727E0AADC7D7C68C81479517DB0A6F /* ConvexShape.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1843FF8911EC37CF2A63F5904DD381ED /* ConvexShape.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 71755A8F52D90AD7920E7601F8A1F29E /* CombinerProgram.h in Headers */ = {isa = PBXBuildFile; fileRef = 2205C23EE949E458595B874E1F2F54B0 /* CombinerProgram.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 719C23051773082024DFDF2E88414439 /* ZIPFoundation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 193C04255655A1341AADBB926E74D2B8 /* ZIPFoundation-dummy.m */; }; 71BE63C848664935F28153F3EAC616E7 /* Lock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 23E3548D42C843603C9BA78FE84A0935 /* Lock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 71E2BA44FF54FDD0F544412964858443 /* ColorBufferToRDRAM.h in Headers */ = {isa = PBXBuildFile; fileRef = 789BC68A9D6AF69A55A99DC6F4145F6F /* ColorBufferToRDRAM.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71EA66DAD6C0158F104B1CFB5D7F7B0F /* tima.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C38F52C216C0E25C48A8788DB91AA20 /* tima.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71FAF7EA92C709E0DE91014675024FE2 /* RSTCellContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A8FBC512A3FA5C62FC2321EE56635BD /* RSTCellContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7236CF3AB09E3296A4D79B4F86EA36FA /* UploadRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CA0A502EB61D5D0B26DAC9ECC0AA8D /* UploadRecordsOperation.swift */; }; 732849C7EA811BF357DA9BA08FD12721 /* glext.h in Headers */ = {isa = PBXBuildFile; fileRef = 969C511B05DDBA88B59AC6B445811C81 /* glext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 732952ECCBC285368CA3B2C7F6ACF6A4 /* ControllerSkinProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54340D6DD361F80825634BA710CC647F /* ControllerSkinProtocol.swift */; }; + 7331D0884BDA63DD26FC8FDF9970AB8D /* RSTCompositeDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 2691325FF990437B6E7EAB62E91963C2 /* RSTCompositeDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 738241C95444F232CA3C6234436B8341 /* DMA.h in Headers */ = {isa = PBXBuildFile; fileRef = 2234B82D2ED9600B4D22A521AE35AD40 /* DMA.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7399BA3ECA9EABD74198C9A47E127371 /* NstBoardIrem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9753052374E6A9FBF436BA41D1115F09 /* NstBoardIrem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 73A7E0DE1920AF256FEE8DB759E31FC0 /* DisplayWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = F239B99EA0A6E7C6AC61889145C3B02E /* DisplayWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; 73C072D6B6FF00B94E08750335C75BB3 /* NstBoardNRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CB7C95528D21C181DD0A15EA00BB253E /* NstBoardNRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 7424EF34F6E09998781CD1595CC6DA6C /* NstInpFamilyTrainer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 63E839BBEED37A43F074436ADE9E0EE7 /* NstInpFamilyTrainer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 74297C31967EB18C71FCB4D36664DAF5 /* recomp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6045D3A35D50C1C15AE8960CB2371B04 /* recomp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 744992729BDE5D8D3B5984B1909C170E /* UIImage+PDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEF39C589F31A8F1B0747404D7D51759 /* UIImage+PDF.swift */; }; 7449C06A52695DFA60C7666F184EACAB /* TxCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DD7734A6643304E8EFFE0DD1DF24C38B /* TxCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7450AF691CC4C9D53B1505978F3B741A /* Mouse.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F03F977EFB307844FD944EF3755260BC /* Mouse.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 745469F1C666F12273F5E5C0344323DF /* font.h in Headers */ = {isa = PBXBuildFile; fileRef = EABD40FB697D4F0BE526F3F31A5F7DE4 /* font.h */; settings = {ATTRIBUTES = (Project, ); }; }; 745603475C417679B4EAF0B21D0B1550 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = B8BC9FD996DB4D58B199162D2B593381 /* pngrio.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 747968EE1809C34CAAC17ACB371FD362 /* RSTHelperFile.h in Headers */ = {isa = PBXBuildFile; fileRef = A363333B17E12DED3509264B7806E627 /* RSTHelperFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7489A9F8D96B199DC6BD31F0A31BD48F /* NstBoardWaixingSgz.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4F185FE59FC46DA85E8E8D713F6D8D22 /* NstBoardWaixingSgz.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 7496E3794E9FE9903A57CD5FE4FA4653 /* OIDExternalUserAgentIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = AD108EE2B0716C14A1940412EE512EFD /* OIDExternalUserAgentIOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 74BABD77D3831947C04A6850FA61D453 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 6165D72607C70B0F2827923BC22DA64E /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -888,11 +868,11 @@ 74EC1BFD98AB582003C81DBCF3805B6A /* NstBoardSunsoftDcs.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B8221CD345A28BD3CD8E168C400CA8FF /* NstBoardSunsoftDcs.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 74FF29E2C5E0B5BEB0ACC5DE0B3A628D /* Touch.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 35C3D297CE1BB6BB9E374CA4474E2265 /* Touch.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 755864D23E1CE0B293622A6B85BAC151 /* Glsl.inl in Headers */ = {isa = PBXBuildFile; fileRef = 9D2A88F941018214B1FCA8BC763A0D81 /* Glsl.inl */; settings = {ATTRIBUTES = (Project, ); }; }; + 758FBE958BB40DF3DE60D555D01D6BAE /* DeltaTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 23322BAA6BC48277E409BCCB4717F470 /* DeltaTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 75B20C4170175637E1D5057ECBE37DF9 /* PixelBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = A164F380E128043A22ED2D1D1CFDB3C3 /* PixelBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75DB4F5F013D1335CF59EE6DD279947C /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FF06E317D044FBE8F19F3FF734AF21E /* File.swift */; }; 761A08BFE83B27FD85180334C470C6F2 /* NstBoardCneShlz.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 81DE60C31DFB608912BCD7E757C4FECB /* NstBoardCneShlz.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 76234F4B45941D5B1EBBF2BD78B41079 /* retro_endianness.h in Headers */ = {isa = PBXBuildFile; fileRef = ABE964B5C3D1C4A4D0E44686549901E2 /* retro_endianness.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 763E4FEED8CFF00F77311B1BA1BC7AB7 /* GameWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7637625DD89FB4AD1D49465C9482EC0 /* GameWindow.swift */; }; + 7650E5BBCF3E236A600106837AEB78A5 /* StoneSerializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = F74158DC1A8A2911B242C0AF89610791 /* StoneSerializers.swift */; }; 765837B3020E853D39E1E95745A0C486 /* Textures.h in Headers */ = {isa = PBXBuildFile; fileRef = F61DE044858B67B90D6336505827DB42 /* Textures.h */; settings = {ATTRIBUTES = (Project, ); }; }; 765B2402CE7FD0614A298FD1829E74C1 /* ereader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F8B263C03C096BA48C120F0E908386D /* ereader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 766364A61BD96E8E06B3BB0623F11575 /* instr_counters.h in Headers */ = {isa = PBXBuildFile; fileRef = 145B433A6710947EB52A1518D28FB661 /* instr_counters.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -900,11 +880,10 @@ 76F6E5847C9825A6602FB594289F1C52 /* tttables.h in Headers */ = {isa = PBXBuildFile; fileRef = 815E1560476A79BFCDB3A33BBF78F855 /* tttables.h */; settings = {ATTRIBUTES = (Project, ); }; }; 770ABC0D878E94BF3FE7594489FDA663 /* mi_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = 83716FD2276166E4399FF9F40DC2D268 /* mi_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7712CC983ADBC1E3BE5B366352E25090 /* N64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F3FDD7E5AD04F5B6C3F1E3F28A9E535 /* N64.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 776821CD201162DA3CAF7719641C505E /* SDKConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5B7A1A25A2D15E2D8815475E614F9EC /* SDKConstants.swift */; }; 77875868E96848BDB6299B3E29BE87ED /* Packet.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8B7CDA4692CFB9DECC74143244B0CDF2 /* Packet.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 778DD60136C5E7EF86B054043A83FF54 /* ftimage.h in Headers */ = {isa = PBXBuildFile; fileRef = F6DACF017EE0B6F06593A30F95A0581E /* ftimage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77AB1EE355F382946337CACA330EBF42 /* DropboxService+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40BE8BCE4370C2D04F9A9B848D96FF5C /* DropboxService+Files.swift */; }; 77B586F5F46F40A7ED43340E490D4D41 /* hle.c in Sources */ = {isa = PBXBuildFile; fileRef = F3621D7BD773326AE63CB675C90BA4CB /* hle.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77BEE0698B2D9B4F86FD1077871C9FA9 /* StoneValidators.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAB7ED44F9B84101D8255BD78AE2BABF /* StoneValidators.swift */; }; 77CB4A617AF6E9EA2BD65E46A6A0E951 /* txWidestringWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA8EB0F2D12415D238B016624275500 /* txWidestringWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; 77D0D0DB7B5CEA6211F9B969C4B2EDCB /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6157572E8161C1A2FF39F92751CF6F88 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 77E2922A59E02ABF3079F33120E1D113 /* DSDeltaCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 30A1CB2B16F7B1AD55E141D4569AADDC /* DSDeltaCore-dummy.m */; }; @@ -914,8 +893,10 @@ 782AA479ECD641CC6FC024016466888A /* TxReSample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0CE161D27A87AAD9038E12AFD2F2F42F /* TxReSample.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 783BC4C05CE1CA8E17606B0C87DD23F3 /* TextureFilters_hq4x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C82CF0926260C9CD4C89A371F21A01D0 /* TextureFilters_hq4x.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 785BF23552C959C78C02D75131C70850 /* snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCFEEAD16A78332EDF4C0FFC05AA2E6 /* snapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78AD4FE62E72D4E1DB9B572E8BF21D6A /* RSTCompositeDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 18131699F685BF8185CB2F21F1C06860 /* RSTCompositeDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78B7CAE6CE396A87A33B7773ADD60B15 /* GTMSessionFetcherService.m in Sources */ = {isa = PBXBuildFile; fileRef = ADE4FBE80F3CBCFB9DA8CAAE69BCB7D4 /* GTMSessionFetcherService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 78C55A4D7F4A97E7CAF11B595F76582A /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C91B34561D0AEB65B4EA3195D81DE9B /* Version.swift */; }; 78E1DD687C8EE7EBC2726555CF87095C /* ARMInterpreter_Branch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CAC7BD1A9DBB436A379B63568AB915F /* ARMInterpreter_Branch.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 78EB2CF4BDC7F0143CFD636A1FBD453C /* CheatFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 675E8B0AFDC80A9C1970C7FDCD10849C /* CheatFormat.swift */; }; 78FADA583FAEE2A33B9A4C2E848861DD /* oglft_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 946E4DEE68AAF134BCD6A0ED870B2AD4 /* oglft_c.h */; settings = {ATTRIBUTES = (Project, ); }; }; 79255615D24E6AD0CB444759873817CA /* Vector2.inl in Headers */ = {isa = PBXBuildFile; fileRef = F597EF6F3EFC780B48CBD503A27748B9 /* Vector2.inl */; settings = {ATTRIBUTES = (Project, ); }; }; 796077EBBDF6C5385A195E4255D774BD /* SNESTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FA5B004AA291D1626226A4BADA73775 /* SNESTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -923,19 +904,14 @@ 79CB7F0A6903DF83EB1A4F5F6F5BB43C /* NstBoardAveNina.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B4AA759028D4A83689DFBCAD32BD6F89 /* NstBoardAveNina.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 79DBECA257851FBCB205412764428665 /* PngFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 833E950CF0A0E93C8DE5A7B5C033A416 /* PngFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; 79DEA850CADB648C593E2E6B7804E79C /* DS.swift in Sources */ = {isa = PBXBuildFile; fileRef = D456E5925A2BB22F574458B154CD52B1 /* DS.swift */; }; - 79F845CE83E52813A917DCF44F9D343D /* MFiGameController.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 2A68BB1DAC0E13CD0973C5A2071BCABD /* MFiGameController.deltamapping */; }; - 7A1727BA4C27EA0DAF1CA4240715616E /* GTMReadMonitorInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = CB394C1E8E08D3C3C76BE4A040D0328F /* GTMReadMonitorInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7A72EE28304C8E61FAF2897DFB8BF2F7 /* UICollectionViewCell+Nibs.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F469997C999D3731F8539D750D3344 /* UICollectionViewCell+Nibs.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7A914AE8439D1E345E8D7359930C4576 /* VI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DB78BBE91A07FE94FFEBBDD3B5A29F5 /* VI.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7A93F039E0DDF3CBFF32BB373FB33286 /* LocalRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0DDE14CCF1E7F0B04D860ED3A5F048D /* LocalRecord.swift */; }; 7AA4C315063695BCEFAA801048AEBE2F /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = BCD384CC329058AC85385CBA2418B62B /* SDWebImageDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7AB515F7BDBF7D3D70C83B91F3C33384 /* NstBoardTaitoTc0190fmc.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 26D2E2CEDE1DD7669C1A099A2187DB84 /* NstBoardTaitoTc0190fmc.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AD7C8C692590CD165F1678050B2B3BE /* DLTAMuteSwitchMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 216ACFC72536D5772D02237D7C716E46 /* DLTAMuteSwitchMonitor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7AE4BD52C67EB01E923B003792BB0470 /* NstInpPaddle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CA1C13CC0969B73224161A45530F6B3B /* NstInpPaddle.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 7AEAE0B408F18AEE319D598B12BD48D5 /* SoftwareRender.h in Headers */ = {isa = PBXBuildFile; fileRef = E781B127C2986BE78DF6602C9428DB43 /* SoftwareRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7B0FD1F98F171D611768C43AB7DD4025 /* sdd1emu.h in Headers */ = {isa = PBXBuildFile; fileRef = F36CCDA948DEABD79BA79A4B43EFF378 /* sdd1emu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B28656BED3CA3BBD648BFDFAF172665 /* ManagedRecord+Predicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 299CA7293F3013B9EFF219B08A538D8F /* ManagedRecord+Predicates.swift */; }; - 7B298EFD0E531B17904DE1C00ABD2E8E /* Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6C0CC3B2DFF5872E8CB2D155C6F6C73 /* Account.swift */; }; - 7B2AD5BEF16341282389C0217A4BFE8F /* MFiGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23C08E2D90F88A855F59186739545F82 /* MFiGameController.swift */; }; - 7B4924E58F3D3CA126E63979B8FC4142 /* NSLayoutConstraint+Edges.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF3A696869078C864E1963F2F7D12BD /* NSLayoutConstraint+Edges.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7BA9EEEE99AA55CD892CFC3C081BABE7 /* Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57FCC244D3FEB010D514E2CA7974536 /* Foundation.swift */; }; 7BF596E170F46547E26DC34C2B5ADFC9 /* pcap.h in Headers */ = {isa = PBXBuildFile; fileRef = A00FBF2E46DD44AB85A9E179CB0BBB29 /* pcap.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7BF66635167CAE5044DA7C04AAEB7052 /* NstBoardNamcot175.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BAC09A43CAA1DE563D4710120B89ABA3 /* NstBoardNamcot175.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -949,16 +925,17 @@ 7D157AFF8881E357A2F8946CE422C0C9 /* boolean.h in Headers */ = {isa = PBXBuildFile; fileRef = C436117D3ACAAAC959D8673DD5EA97E0 /* boolean.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7D29146B1DDFEF438BABB21EED8F4716 /* NstBoardMagicSeries.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 97B40BC84DBFD2EA1A65EE8D30EE2DCE /* NstBoardMagicSeries.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 7D39C242D4DC16FBDF35161926D392DD /* FramebufferTextureFormats.h in Headers */ = {isa = PBXBuildFile; fileRef = 170B155DBFDD680271E2D9982A607A14 /* FramebufferTextureFormats.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D3DC5FCB4CF760AE759871B84FB9B68 /* FileRequestsRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 873E8639008B916BC631F363A5C5F944 /* FileRequestsRoutes.swift */; }; 7D49CC9DD30666F88A7009FC96080CEB /* ttunpat.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0E2F1A46796E056C1EB81517BADB9E /* ttunpat.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7D69A090845F46E924328386BA9E08C9 /* GTLRFramework.m in Sources */ = {isa = PBXBuildFile; fileRef = AF80989342E21F2A21FEFAF297C33063 /* GTLRFramework.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7D74F7217814255EB59A9B41BCAF6E7A /* logger.h in Headers */ = {isa = PBXBuildFile; fileRef = 41718C51A6F1D77D30ABFC2B1E584F17 /* logger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DAC34B073C776DAC1D575388E45D345 /* RSTCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EA9B92D6448E177F0943520E1AC9397 /* RSTCollectionViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7DB027F82419800269DE7414F7C9D39E /* RemoteFile+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043AF16E5933FD1E3CF077A6F03F502F /* RemoteFile+File.swift */; }; 7DE1FB798BBAD9142B58DEFCEE0C8573 /* CRC32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86E81FBE0D6AA7042D5A17A61FD614F5 /* CRC32.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7E0A92DEC87D1C906B31D701F7E8F12E /* RSTLoadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B5E807740F0EF017C700ADF434C98BD3 /* RSTLoadOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7E406ADC93600AE4A8CBC00F0F662C9B /* vi_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6B6DEF81FE4555CE25B440FD2493BF /* vi_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7E7EF6A077D68E66A2E6AC9D216BF163 /* Sram.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F18A2D4F45F71AF6AFB5F94186376AD /* Sram.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7E9D2BFEEB1B89973F69B938364DBBCF /* GBCCheat.h in Headers */ = {isa = PBXBuildFile; fileRef = AE92A91A4BC673A5EB7544761275778E /* GBCCheat.h */; settings = {ATTRIBUTES = (Project, ); }; }; 7EE35140281452E80563CF746351C0F0 /* FrameBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9573AE8F260951D3F98DAE404AD1B908 /* FrameBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EEB17AD485D5845CAFCA92F7F0C22D1 /* RSTHasher.m in Sources */ = {isa = PBXBuildFile; fileRef = B2315E586056FC23817E8D8C2F509A89 /* RSTHasher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7EF1B608391306A665B481D7606B6556 /* UdpSocket.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1D28337CD2487A0BB2C9A58E121AD619 /* UdpSocket.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 7EFECDD7A4EC03E917E65EC8694C96E9 /* glsl_CombinerProgramUniformFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A15ADE5C4BB0B7B908EDF04E3AE34278 /* glsl_CombinerProgramUniformFactory.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7F17FB06539CF41988BD36E8976F0669 /* NstBoardBtlGeniusMerioBros.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 135664C79DDD08714827F192D20F17D8 /* NstBoardBtlGeniusMerioBros.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -968,46 +945,48 @@ 7F73D070C20FA6A9E06BD5BB1969F740 /* SoundRecorder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 63C624819908489F4CC8D513A9D77584 /* SoundRecorder.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 7FAA87BB5678FCFB88678F13D74832D3 /* F3DBETA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C807A3D32FB0C2A58A08A7270A8A634B /* F3DBETA.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7FC8665AA885C2CC74540097301EBD80 /* retro_stat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CFB6CDEAD5477F3C41FE7AD566FAEDC /* retro_stat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FD2AEAF83FB19F6DEBE1950A2568808 /* GameProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05E756BE049BECB36FD17276742F19FD /* GameProtocol.swift */; }; 8036BA365047D6DD8357FF78F71C6BC3 /* NstBoardBandaiKaraokeStudio.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F8D5906CA330B4B62AECE7C268055484 /* NstBoardBandaiKaraokeStudio.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 803D3D5CC49914FFFB742A0BBB8157D5 /* Vector3.inl in Headers */ = {isa = PBXBuildFile; fileRef = 01802D9854180DB5B0E198799B4DD37F /* Vector3.inl */; settings = {ATTRIBUTES = (Project, ); }; }; 804A0A5BCDA4D05113EC7DCDB300E775 /* AlResource.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F00BE8221079BB41E4694113AC54BAC3 /* AlResource.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 80597632A63DEA9B748FE9E564716EF9 /* idec.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C73C07293FDF1F150FC5E6176AB0D6 /* idec.h */; settings = {ATTRIBUTES = (Project, ); }; }; 808E589F702DDDED89E5E112CA2A8A31 /* OIDResponseTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = BB353B32482D51B4AC7F1C0F9CAB96B0 /* OIDResponseTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 809C328A7DF1BBACCAFBB487A63FB55B /* Sound.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5FA545F9FB9A48DABD30AF68FCD2C4 /* Sound.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80D211592C60F1C4908CDB16F1C2F473 /* UIImage+PDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEF39C589F31A8F1B0747404D7D51759 /* UIImage+PDF.swift */; }; 810DA07041F8DEEBF22D9232017E6AEC /* NstBoardKonamiVrc1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 220BBE12AD3F54D62DBC8EF45CC87175 /* NstBoardKonamiVrc1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 8113D518B7C490761F97C5C3D914A749 /* NstBoardBmc76in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 50EE5C17E3F318BEB4D7B2961BABB0F2 /* NstBoardBmc76in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 811CD5CE904378E18FE5CD5CDB97B18D /* UIWindowScene+StageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADD04AF6D650BB8C6DC2C8B3CE4D50CE /* UIWindowScene+StageManager.swift */; }; + 813246BAD021BEC0801D5EF457A976FD /* Roxas.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B65D5D12DEE0E289101FC3FE85D5043 /* Roxas.h */; settings = {ATTRIBUTES = (Project, ); }; }; 81954AF50CFDB697634978EB9258F689 /* screenshot.h in Headers */ = {isa = PBXBuildFile; fileRef = A063B13BF5FBA3260BB923BFF920E8BE /* screenshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; 819A79F7FDB79573EE098B80E36E8B8F /* NstVsTkoBoxing.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 65A433B3EB98A7B65E810897D6DA9F4A /* NstVsTkoBoxing.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 819D8F8FA2E6617646D9BB4D28100C7C /* RDP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4D4C4C2D7260BC7EC51ED0250F0CE71 /* RDP.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 81D16CBA22E9633EEB0318345692E2ED /* NstInpZapper.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 77F2AA581C57990DA2CAAAAAFA7978ED /* NstInpZapper.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8203C7AF8FA9C9792A2A250647D245EA /* KeyedContainers+ManagedValues.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9051FF725861105997B03F724E6FB880 /* KeyedContainers+ManagedValues.swift */; }; 823C8CD376F50A6447A4DD8A34DEFB69 /* ftbdf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC7FF53876342E3B736AFC93E814FC1 /* ftbdf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 823D39EAB298E46D0820007235ED9D1E /* Record.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD672C9788BC6409606E21764AAB87CA /* Record.swift */; }; 824DB7D0B889BDE3C5F397E39974745D /* NstBoardGouder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6E2949ECED20630F005C9089F54664BD /* NstBoardGouder.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 826BEA30577B0C879FFFCF98BA79F1DF /* GTMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CA371965F098DAA6CFADE8F66873D9D /* GTMKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; 829278AA869DC84DD2440AEFC3C7970F /* mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FEA0F061FD0DCA4F3401D15B1BF469E /* mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82B7DD3955E8B5FCE4AC66F841C556E9 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = B51E4F3FBCD2986D04F61F4EC3DB5BCB /* Standard.deltaskin */; }; 82B9FC5CAD9153F22D98B4E2EA68A615 /* TxFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C064EE04F45B71F7006F2780F5435535 /* TxFilter.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 82EC1C6499EF26B127216D03C2AB09D7 /* GTLRDriveObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E590F7B39EE39B04CD938C75E51DD9 /* GTLRDriveObjects.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8320A20A5E038AC5375D9F115B5BB6AE /* SyncRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B577D306D0672C83BE07E4B533A6A248 /* SyncRecordsOperation.swift */; }; 8353599D86E76A3FBC94053B5A5219E3 /* NstBoardUnlA9746.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 073D52CEA96107F85C9CAF27356E968C /* NstBoardUnlA9746.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 837DDABAFED414B385A9131813FBB119 /* pngtest.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B5834CF0F3103ECD8508F152DAD7BDE /* pngtest.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8384CD016C707E301951D35D52400C68 /* NstSoundPlayer.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BD8AB4C59982A02840E5E3DEF0708BCE /* NstSoundPlayer.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 8387905F54F3AE8CAA137F38E6CC840A /* InputSoundFile.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 55B9E506F2EC9B7BCD89BD357A6381B8 /* InputSoundFile.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 83CFC7BCF40891AD4478A6126A21CDDD /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6525D0538FE8F1A0392BF75D50D45D7B /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 843F77AD8B82416927ED0D340193BE04 /* NSString+Localization.m in Sources */ = {isa = PBXBuildFile; fileRef = 0382767F1E8C7949EF46FE377A7CD0CD /* NSString+Localization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 84569B100A8CFC2FD31C127CFFCC4AF8 /* Textures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B1BE1F8D9A26B5F6AD4486918D9E3B8 /* Textures.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 846C02B98F20B69212ECB99D9F95F0DA /* NSBundle+Extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6806D956E4140F84365C79F5D4FCE016 /* NSBundle+Extensions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 848CF1A3A980C7362B7C433FD5B03722 /* KeyboardGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFBE66FFB04AC7622932A698B834898 /* KeyboardGameController.swift */; }; 849C0DE80B2C123B0A6A3650668133F6 /* GPU.h in Headers */ = {isa = PBXBuildFile; fileRef = E9F2A569674822CF8AD78FEE9E9A88AD /* GPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; 84A421E474477B231DE23FD98986B34F /* GTLRBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = 7097B53CF8FF32B6FE244185A0984961 /* GTLRBase64.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 84B90202FCB206D3EE5CB11B42A4FF8C /* m64p_debugger.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A748F9DF6BE7E55A5A0388FE3E1701 /* m64p_debugger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C125A25BEB6946D8AEC995075CEB06 /* NSManagedObject+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D10ADCED071A4599D15865B0090E933 /* NSManagedObject+Conveniences.swift */; }; 84C79DD5BDA1BA7698E72E7B0AE1D03D /* NstInpPartyTap.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3C704D55B6FFA356BA5C8C4B7EB2754E /* NstInpPartyTap.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 84F9C22778BD6A9A7CA6A36DDC466A03 /* System.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 681C6B5D5F90F28373E784C81E247636 /* System.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 8544C6FD08657C7B549E3575891D6F8C /* Base.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25B88BF278EA8C4B64122979E56A71FF /* Base.swift */; }; 85D0939D4600CEDADE2C095B7688B115 /* svpscmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB6343B945C10C877D2EB07FB7DDDE7 /* svpscmap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85E787F1F923891B20AE6D4A0A17C5A6 /* DriveService+Versions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47D91F03A269FC928D24E9F5A2980FCF /* DriveService+Versions.swift */; }; 8674D795322F34E4DCFB09013859BC81 /* GraphicBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 44A50EFCC9BA0E6CB99450C7FB3D91CD /* GraphicBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8682161DAD71A856E126F9C8734C05AC /* TouchInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 711B7352488C5E8D3F8233466422FFF3 /* TouchInputView.swift */; }; 86996207E9F250BACD2584C3D6BE7F26 /* aes.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 57EAC3D7BE52CBA8ABD78FA57C93A4A1 /* aes.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 869CCFDBCD0557914B32395C95EE8847 /* SPI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63D1C0BC417103C4DA9392CE6221CC23 /* SPI.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 86BBBAD2782BFBB3329F7F20CA635D37 /* Version+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F720A0E0E03E80135738F73AD01ED74 /* Version+Dropbox.swift */; }; 86CC1FEDDB7D01CD82112D573373CF3D /* DSi_Camera.h in Headers */ = {isa = PBXBuildFile; fileRef = B66C96EAC679440798CDAA9D6CEDD1AC /* DSi_Camera.h */; settings = {ATTRIBUTES = (Project, ); }; }; 86D119483438A226A18036657542579A /* NstBoardKayPandaPrince.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3A6BEE1354AB3BB2C198E3B84CE0FD32 /* NstBoardKayPandaPrince.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 86E3D2191A82266D217B68352603FF86 /* NstCartridgeRomset.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6651040D2ACD2960D0454CBB76E74C5C /* NstCartridgeRomset.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1018,17 +997,13 @@ 879F9F8F726E1E4349E1631FEEFD869E /* GLFunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7657BA65EF8EB33312A65840AD32753B /* GLFunctions.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 87F7BECEEDAB6C875E02DC52C49EC1FF /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A73E4863B50D443B8690784AE23332E /* Time.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 87F841AA0D40203028AE80E2C1AB3403 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 1640475EBD956E40B62B5F9A05189C79 /* pngmem.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8805F9B29C16205C4D2538679F09B020 /* RSTLaunchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F034FA259711BD2D0D0F5F9E367780E9 /* RSTLaunchViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8817DB75D504576461A35AB28452E91A /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6994C31236ADC5C03CF5665E82B6BCD2 /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88232F50F3BCFCA682F10573A4E74418 /* NstInpExcitingBoxing.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3E7AF896E1BD339BEBCF60104011B278 /* NstInpExcitingBoxing.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 883B15EEBCF2ECF52F9BC0C6BCE20D8E /* NSUserDefaults+DynamicProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F97120052DC61976DE9E72A49B3917 /* NSUserDefaults+DynamicProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8855166357A5978148B4978AEE59CBF9 /* T3DUX.h in Headers */ = {isa = PBXBuildFile; fileRef = 86100202ABE49603FD3A794305B6D352 /* T3DUX.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8863CC51B030B74173CE530C9FC8F293 /* NstBoardKonamiVrc4.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AB921B1DC81BDEE5F51CF126A058E0A6 /* NstBoardKonamiVrc4.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 888D311F699520E87D67C07C1ACA92DC /* bitmap_font.h in Headers */ = {isa = PBXBuildFile; fileRef = EDFBDB2F7EF79A11AE780E973156FEFA /* bitmap_font.h */; settings = {ATTRIBUTES = (Project, ); }; }; 88A8FA032C974EA305F9ED141E63099C /* NstBoardUnlKingOfFighters96.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6D6DFDB15FE6CF03FA837635E83FF32D /* NstBoardUnlKingOfFighters96.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 88C3807A3E8D82BF5B1A6A2B724C26B9 /* F3DGOLDEN.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F308219B60066743A63F15A7474009 /* F3DGOLDEN.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89203151EEA3F420F67B38B162B84849 /* ControllerDebugView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C52AF424178E68A80DE19F46499BC5 /* ControllerDebugView.swift */; }; - 899CDEC2154D17ABC391D17550982F6D /* RSTRelationshipPreservingMergePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6845564D5CCCEE5193E41148287014 /* RSTRelationshipPreservingMergePolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 898F4517FEF4F3EEC505C47BCABD6932 /* UIResponder+FirstResponder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BEF3307500AE238F67BF21F7A5E2B90 /* UIResponder+FirstResponder.swift */; }; 89A51D3778AACF0643F2EF7EA5921C85 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 136ECA62030BB2C52E0439139F8678C4 /* NetworkReachabilityManager.swift */; }; 89DB2832E392F9887C9B0B52807F1A38 /* Transformable.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A360B5584C9A055FB323CD5BE3C7112A /* Transformable.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 89DF4D928A1B9B59974CF85641DB22F9 /* NstPatcher.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 48160C3EDB3E848ADA556F24A1F0E05C /* NstPatcher.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1041,6 +1016,7 @@ 8B693FE59B92579B64340CA34C51DA2D /* opengl_ContextImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 508B1B9DD956BB2871C1FD457DE3699D /* opengl_ContextImpl.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8B8370E1E4343CCBE72C4A9E17D3EB45 /* emufile.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C0A3B80D2560CBAFDA59C325B9AF68 /* emufile.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8BB14CD4A4131DE34E4ACAFD7EE701D3 /* clamping.h in Headers */ = {isa = PBXBuildFile; fileRef = 99D59C62581B677C041ED7ABB2684D15 /* clamping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BDEDC571547A6C9360161B73B9EC309 /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3542F0AA6AE4108B6DB145C528FF44 /* GTMSessionFetcher-dummy.m */; }; 8BDFA09DF258B88B8A08FB574741B743 /* NstBoardUnlSuperFighter3.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1DC7FC22376787B4AD635EF64919EE2F /* NstBoardUnlSuperFighter3.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 8BE266498E1A583A0F8AC611E515B408 /* flashram.h in Headers */ = {isa = PBXBuildFile; fileRef = 913C96B95F83ED34F52FC03BC386A5FB /* flashram.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8BE8E4EF68AD338F6E09101AE8B45C99 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 838392E1DA72E275361A75F4487346CA /* internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1049,17 +1025,17 @@ 8C162A102E0F64503FF64166BE3F9E1E /* F3DZEX2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39046460FA72A6A56671F0F6B91AF239 /* F3DZEX2.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8C2AEC33DE2D6A21BE06CCC529A5A265 /* TextureFilters_lq2x.h in Headers */ = {isa = PBXBuildFile; fileRef = FF876C737E6500D15274E0522E5E146F /* TextureFilters_lq2x.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8C4F17E9CEAC2E52C04D3946D331D6D5 /* GTLRService.m in Sources */ = {isa = PBXBuildFile; fileRef = 019F3545BAF5F4EC3ED7E17C59AEF165 /* GTLRService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8C66AF9F386DFE7A4C2B30311509E358 /* DownloadRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E69925FAA4B47AC060E082663C537CEE /* DownloadRecordOperation.swift */; }; 8C694D962BF37523CBD2D44495899E85 /* wifi.h in Headers */ = {isa = PBXBuildFile; fileRef = 37C824FE92FEE981231F0E7F82D68830 /* wifi.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8CB2304341D5F36F76319498BE38B654 /* NstVsRbiBaseball.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D58E6DDA3A017F21A7B64FB5713075C7 /* NstVsRbiBaseball.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CDF081BE900C96E7268706432301332 /* PaperRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819F09038C6A008F7699AC1338027A1D /* PaperRoutes.swift */; }; 8D10823AC17A303950A80DEB48DC1023 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037F9757B04230923D7C64F37ECDE6A5 /* TaskDelegate.swift */; }; 8D255473622F5ACA16B452399BCA114D /* Settings.h in Headers */ = {isa = PBXBuildFile; fileRef = 38E5C54CB5E585159641DCE3D9642596 /* Settings.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8D410B1DD1AC336D7A2DDB3A81FB4FDB /* ColorBufferToRDRAMStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 61617EFC8602E33099222E4CB2B190E7 /* ColorBufferToRDRAMStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DA6F46D221778072DD14A086D868299 /* GameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0680D0EC0F7556C47C63C604ADEFD565 /* GameController.swift */; }; 8DC9BAE60FF061920FEE007FDA277165 /* ARMJIT_Branch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9AA8815E33DEFEBC12958212043BD15A /* ARMJIT_Branch.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8DE7DD36EB7BBD1294BF92F5DF5134E7 /* svcid.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BA280C198FC1CEB945727BFDB4C0998 /* svcid.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8DEBA2D77052B632C229806718F3AC56 /* profile.h in Headers */ = {isa = PBXBuildFile; fileRef = A03DF8BA049109C4706B3178AB84D2C0 /* profile.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8DFC6E3E9856E8490054F108C411F534 /* ARMInterpreter_ALU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCCE06A90F876C47172EB877B4D1939B /* ARMInterpreter_ALU.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8E0038315A1E8E8858CE6148C36FBB4A /* UIView+AnimatedHide.m in Sources */ = {isa = PBXBuildFile; fileRef = 91EA84B7384143BF9065F16161516772 /* UIView+AnimatedHide.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8E32FE978C573CF1647735B13617CE3B /* NstInpPowerGlove.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A16C1235EEB3B34E65A0A4D5C5E70121 /* NstInpPowerGlove.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 8E615FF629B31118DDF35D64B4531A90 /* Database.h in Headers */ = {isa = PBXBuildFile; fileRef = 388B7AB08494BC0CE5B292DB67FCC889 /* Database.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8E9F1D9434065552D4D66C79C29E1556 /* PlatformConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F06F6967904359DAF7E76D7BBB0C4F9 /* PlatformConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1071,12 +1047,11 @@ 8F37C00D3795DEC732414DDB17C1CF7B /* ftsizes.h in Headers */ = {isa = PBXBuildFile; fileRef = 56EA7BF8FBD08AEA6EF3CE5A757C464D /* ftsizes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8F448D47D56CC1A2EB11B5478444A158 /* Parameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D444C25C8025A81A966501B2A795E65 /* Parameter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8F8183F76F747E28CDFA0AD0F1428F31 /* gDP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 476E44D494F1D0E21C743AEBDB09E8C2 /* gDP.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8FA56AEEAF31010A9A22D4AFCB122BD6 /* RSTCellContentDataSource_Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 81B163AB85D27A282399346575986FE5 /* RSTCellContentDataSource_Subclasses.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FB1BEAAD95CCF4222FC09FD8B5BF553 /* state_osd_elements.h in Headers */ = {isa = PBXBuildFile; fileRef = A5DDC94A90C6C7EC4D51C80E392A88D1 /* state_osd_elements.h */; settings = {ATTRIBUTES = (Project, ); }; }; 8FCFCD4B963021F432D032FA6202593D /* S2DEX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2322554E5649826F11E447E8D1490222 /* S2DEX.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 90067FFDC71F78AA8E576BBBBA19D517 /* Archive+Writing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BE4378805BF7485C528CC286CE70FE4 /* Archive+Writing.swift */; }; + 8FE60A3A9C9583E2B9CB4BCEDFCDD278 /* VideoFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2847D38189084A48043661E02AE5E3D /* VideoFormat.swift */; }; + 8FF5AC1BC83CA5ECAD64755997A3350E /* ButtonsInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB7131D9526D80A2F58C61485D8C02A /* ButtonsInputView.swift */; }; 90141A0F3C7C6D494659FA8AD64C857F /* F3DEX2ACCLAIM.h in Headers */ = {isa = PBXBuildFile; fileRef = F770AA950DAA7D1F67AE5C73D3E4F89B /* F3DEX2ACCLAIM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 903A410CA0D0553E75FB237AE1706B4A /* Custom.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25C9E1A417E70E3A1827802170F2D00 /* Custom.swift */; }; 90484821259905CDDB1178B653CB72D9 /* controls.h in Headers */ = {isa = PBXBuildFile; fileRef = 602C4089BDD19728DD20894159F75CD7 /* controls.h */; settings = {ATTRIBUTES = (Project, ); }; }; 905C2FD2A4EF634F13E8E25CB488A44D /* opengl_GLInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 887097ACC33B9A3E93B4D597F6BA2ED8 /* opengl_GLInfo.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 906BC9ED5650F56D54D8BD14A3040CC8 /* NstBoardBmcNovelDiamond.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7663ACEEC1F439694D5928A2A478C3F2 /* NstBoardBmcNovelDiamond.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1088,11 +1063,11 @@ 916A3EFF74570118E4A78D2687BEC5F4 /* ftmemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B805F48C8C32F42FEC9BFC063684A1E /* ftmemory.h */; settings = {ATTRIBUTES = (Project, ); }; }; 916ADB17D84FF2608179F6E6C94E2683 /* glsl_Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC702BA93AF92C0C284D2A5648226AED /* glsl_Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 91A444E0F530F0640C1C09BB8E343D56 /* NstBoardCxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 748DBA0F9F23E4A80229ED2BBB2A8C37 /* NstBoardCxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 91B9C023261CC8BE4735942CC5D6F3EF /* NstDatabase.xml in Resources */ = {isa = PBXBuildFile; fileRef = 844F6EF3E43F3AF5908FCC044DE872CF /* NstDatabase.xml */; }; 91D5BAB5A97EAE34FC096112B64A22B7 /* arm_cpu_features.h in Headers */ = {isa = PBXBuildFile; fileRef = 390185349C53F11B19BD5CD8FB17A364 /* arm_cpu_features.h */; settings = {ATTRIBUTES = (Project, ); }; }; 92029CE5E63B8D37F7E85A53A233F93F /* ai_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = 210231367CBBD06DA488B978D077E7E8 /* ai_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; 92331A6B29FC575D8C4AD0EDED37510F /* NstBoardBmcVt5201.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D4A12ACDD79A62B65966F290DFCF5A2B /* NstBoardBmcVt5201.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 923EA24303DFC84E0232287C9B5EDDB1 /* audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 6897635977DD87B42B68908D5D055763 /* audio.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 926F08B5CCB96188354C531C1378E4AA /* Users.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C083498D021768962577D691B2E0784 /* Users.swift */; }; 927B1E2E01A9FD1B26ECF379B22C0922 /* F3DEX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D08E53516D7A51AADD55FB1E09C5FD1A /* F3DEX.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9280D4A70B3836F280B0E257C00769BD /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 97A3DFC8FBF9251F15DD0753153296C8 /* pngpread.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 929E90AD9E30876263DB06F8C3791B14 /* slot1.h in Headers */ = {isa = PBXBuildFile; fileRef = B69F7BAEA46D11225D6CCE48A628E05A /* slot1.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1103,24 +1078,27 @@ 92EAC7D4455F64E130D1449E451991C3 /* dictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = B16A40EA546C216777D9E352BC96AE3F /* dictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; 92F1C08BDC32C014FB6EB1E1B69664AF /* MelonDSEmulatorBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 05891BAE30F46A352A061FDD712EE3AC /* MelonDSEmulatorBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9307E097520497002BC3B34C7C00AA81 /* SoundStream.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BCB267858136BF15E2EA99DF8C2D1EA0 /* SoundStream.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9318F5105941EC42A7475A8D27772999 /* UIView+AnimatedHide.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C10797B4AC0FCD5DC745C1F12F49BF /* UIView+AnimatedHide.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 933570ABA766F2CEBE4D969E9E804311 /* RemoteFile+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043AF16E5933FD1E3CF077A6F03F502F /* RemoteFile+File.swift */; }; + 93C28E80492522F4B9A1D99EF235DBB6 /* CustomTasks.swift in Sources */ = {isa = PBXBuildFile; fileRef = C44C2249949C9F3C9CEFC8D3B5EC0BEB /* CustomTasks.swift */; }; 93EBFCAB609AFE30FF415F07EFF0BA8D /* NstBoardBmcPowerjoy84in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 89AFC42C5AF3615A0E49911F50BF50CA /* NstBoardBmcPowerjoy84in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9416B9870F2FD7942D596432EAE58039 /* RSTSeparatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = A586E5FBA2533BD9EC43EFCEC1A2C549 /* RSTSeparatorView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 945555F59547316F3B3251CC427AB746 /* SoundFileFactory.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 271A76E52686EE252C17091DFAE77F79 /* SoundFileFactory.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 94573FBEB0BEA31741A096A4C97DDBA0 /* minkeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0951746A87EE7D40305F4B0D0085CFF8 /* minkeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94635686013301059C86D5028D3AB106 /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 9B1ACC9E2F2024AB5391E216FCCD3371 /* Standard.deltamapping */; }; + 94772F2D8DE3A52D11A29AE262A5B9EF /* RemoteFile+Dropbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1210D204CCB9C1F44F3D3D993B0AC5C1 /* RemoteFile+Dropbox.swift */; }; 9498E1FF821F13E9067ACC346F965867 /* ClipPolygon.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C55EFF463225AEF21E52403D1CFB50 /* ClipPolygon.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9498E9BAF5688A5A5872EEBC95AE9B13 /* NstBoardIremH3001.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BE8BFBFB5BEBA9732CC4263C09CA8D48 /* NstBoardIremH3001.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 94A4CCD5079C3C056819E5B2C2F95798 /* xxhash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BA8AB7642059FF005035C432650109C /* xxhash.h */; settings = {ATTRIBUTES = (Project, ); }; }; 94AC72F6FA94ED62164CDB83346BCB02 /* NstBoardTengen.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B95FA910628920D8E8299C42CA7BA421 /* NstBoardTengen.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 94C26494969A337B5EE4FE9EF4C42C56 /* NstCartridge.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3D16E76E2D1F75440E1178C642C93A2B /* NstCartridge.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 94D9A89DC0BEC68891308A5C5A408F18 /* NstImageDatabase.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F61EAC2ED0D1C52D33AAF703B7E82775 /* NstImageDatabase.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 94E4808E61111C933C5709A47110B806 /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = E0C78CF3BBD7FAE4DF182AF1C994DD89 /* Standard.deltamapping */; }; - 95033EAA943A081EE83F0880C3E9AA1F /* UICollectionView+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C76B6A29C0D032AB0DD055309D1387 /* UICollectionView+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9515F3C97382D158DB6D55D6ACDAA605 /* FileRequests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C93814A460F193B01396D775E59686F /* FileRequests.swift */; }; + 954F9AD355FFFF938DF03BFA5DF1AB21 /* BatchRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B3A36A8478D9CF9524BA687218695D2 /* BatchRecordOperation.swift */; }; 956CD013155FA7D9AF50B7694A860454 /* ftdriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D599FB48924EA924B0EDC964AE95955 /* ftdriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9597CA8E12E580E17B545CF789A2CC98 /* xxhash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9092EC81615BC2077259B5A46D2548E3 /* xxhash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95E7E41473D4484E6A2354BDC4705EFE /* AnyCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BD8EA586531FAECAF908C50CA947C70 /* AnyCodable.swift */; }; + 95F1ED7B69E018756E2B183548A6EC4C /* RSTSearchController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7102A8DBFC6D01F98DCE0C4D4CC37C59 /* RSTSearchController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95F85D0B09BD2F7EF9870B1D52EFEA42 /* RSTBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B74C7230EB4D0627847A02A9CE1544AE /* RSTBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 960819161AFDD81EF6260557418EB8B5 /* Arm64Emitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25C367213C4B5972B0DA19F3A696F4B4 /* Arm64Emitter.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 960BD79D0D95744456DC6B5E935039F0 /* DeltaTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 23322BAA6BC48277E409BCCB4717F470 /* DeltaTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 961FBEFEFA9FB77E5651AC74DFC87F27 /* DropboxService+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40BE8BCE4370C2D04F9A9B848D96FF5C /* DropboxService+Files.swift */; }; 9636181B5B48994A8A97060C218D5046 /* svttglyf.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ECEEB09798F93AB5A91A8BF0DC63D45 /* svttglyf.h */; settings = {ATTRIBUTES = (Project, ); }; }; 963680AE695C12BF7BF68887F9AD1BF8 /* GBACart.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B1272AA4FCEF7F4B895C966D7645328 /* GBACart.h */; settings = {ATTRIBUTES = (Project, ); }; }; 96485D82F35BB4CCA9E48DDFFA9E8870 /* DSiCrypto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B160D4EFA5A5F1C8742E22E72E905F19 /* DSiCrypto.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -1128,114 +1106,124 @@ 96B857B6A5E30FFDA1A13DEE99D77826 /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A28E8F9571934D77AC8B2462D42549B9 /* Connection.swift */; }; 96C997C46C3C4DC962E8094B28CCE5CB /* GPU3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 631AA428C1ADDC4884E3FDFF45CD1CE4 /* GPU3D.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 96DCDDB6F7D7F297AE08753C5CC2233C /* ftsystem.h in Headers */ = {isa = PBXBuildFile; fileRef = E520F208464333BCFA4367A666CB593F /* ftsystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96E6B31E51A7F9582E0F234B46CDECDA /* RSTSeparatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = A586E5FBA2533BD9EC43EFCEC1A2C549 /* RSTSeparatorView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 96F359204A0AD03A36CB5EF1EA148F47 /* SMCalloutView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5001555118FBDE57A96DA59BFA02EC88 /* SMCalloutView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 972882C575F5365A10DBF075C578D0E0 /* RSTOperationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = D6BCF5C94F60010C0F7EEAC1DE89CC20 /* RSTOperationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; 973D77B17FFB4B5ED3EBBC7FE9CCD747 /* retro_common.h in Headers */ = {isa = PBXBuildFile; fileRef = D290CBC984A74AA8A2A92E44A858B1CD /* retro_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; 97BB72E4C486CA41110964F1DAD222AD /* NstApiEmulator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4BEB9E9721620F578D0426BDB238AD95 /* NstApiEmulator.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 9817437F468A9747991CC23D896B8FE6 /* Pods-DeltaPreviews-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD676F1CFBC293A793BD1F2DE8EB4A5 /* Pods-DeltaPreviews-dummy.m */; }; 9848E002F2A4BF48871D9DD1EF65259A /* NstApiDipSwitches.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6A4D816174974D9B8D18C7000DB19127 /* NstApiDipSwitches.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 9872A9FC1E436E2C97477E4676F6CD4E /* GTMGatherInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 71EF0F94FD41F86BE66736C162FEE525 /* GTMGatherInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; 98753D35C009BD6255B67F2BB30EFFD8 /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = EF55878BD6EF8EBB692CE3CC29230405 /* xxhash.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9887F051C35E73032DEA98CF7F102B69 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = B51E4F3FBCD2986D04F61F4EC3DB5BCB /* Standard.deltaskin */; }; 9888FEF1556A0E7753845F88F05C3D59 /* NstBoardAveD1012.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 364893996CF3D04EBFF0A11679E8B5AD /* NstBoardAveD1012.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 98A945722B4E2B419F453E297C09BC1A /* recomp_types.h in Headers */ = {isa = PBXBuildFile; fileRef = E636E2DE0A5BF7915710AA52E2D51D45 /* recomp_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; 98AD219D8E073572E50645E156A20602 /* F3DDKR.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6FE92B481663C99D272E1A4763D254 /* F3DDKR.h */; settings = {ATTRIBUTES = (Project, ); }; }; 98E03399103FCC585393B0C0146E29EE /* DebugDump.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43E9A99CB2F0F566B1EC79D4A6B08A4E /* DebugDump.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 990F5C39085710E1F3FF51B23BEBCE19 /* GameControllerStateManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B192A444B6B7EA865548723995B900AC /* GameControllerStateManager.swift */; }; - 993E2D2686671BDCE6C31762762FF624 /* RSTFetchedResultsDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 975243A09D83F735C4EE0F290DC172AD /* RSTFetchedResultsDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 98E8A358860F22CB21E036DC9316C7FA /* NSPredicate+Search.m in Sources */ = {isa = PBXBuildFile; fileRef = F34A12CDD8A9F7DF59CB6C9DF28C8C37 /* NSPredicate+Search.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9943727E47E1D8EBAE33CF10BB8D99F0 /* si_controller.h in Headers */ = {isa = PBXBuildFile; fileRef = 3000EB6BEF38AC749B093A0BAC2DC7F1 /* si_controller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9953779C1328F9E40E912E7E2C21D9FE /* ContactsRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF3C2D071B8100356F47A7AF307324BD /* ContactsRoutes.swift */; }; + 996A4024CF43B8F7B7C303EEC22B2EBB /* SeenState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8647233A986B89AFABB97262F9F2C95 /* SeenState.swift */; }; 998354943699E186F30DC9F4ED19A191 /* SMCalloutView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 620DECDF7E6F44206425FB829E8431F0 /* SMCalloutView-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 998DB787CF087E4624AD22B6820265C8 /* UsersRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0983D8DC957FBB73E479B7473F9951E8 /* UsersRoutes.swift */; }; + 99A23FCAEC9874E579F88D4CEA0DA378 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAE8DC137442EAAA5DC092AC502EC9AD /* Files.swift */; }; 99A79C66F1703B62E0E28B08BD0DA607 /* Glyph.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AC2A6818ECA53421D504520CFA77C252 /* Glyph.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 99B76338216CD7EA251B85CEEFDED06F /* ftsnames.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC1FCED16E475969F3FE7030A995378 /* ftsnames.h */; settings = {ATTRIBUTES = (Project, ); }; }; 99D199737A22001D43A2FE0A62424820 /* bootrom_hle.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B408436ECD4E39C149235FDFEBD2E7 /* bootrom_hle.h */; settings = {ATTRIBUTES = (Project, ); }; }; 99D6C2FFE9143939DA519AC98B5A63E7 /* glsl_CombinerProgramBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D8CE58CF70DD1E088581E3000641372 /* glsl_CombinerProgramBuilder.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 99DA79B33FEB1BC7F1FA92264E2E8825 /* ftoption.h in Headers */ = {isa = PBXBuildFile; fileRef = 32A7572D74BBE1A81EF3737BA716B1CE /* ftoption.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A03AA9008BA9F5875D31D8B135E8469 /* RSTError.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F19454FB70DAEC91C67992D0B05BF6 /* RSTError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9A299C26AAA71E18E802727183111FA3 /* rumble_backend.h in Headers */ = {isa = PBXBuildFile; fileRef = 7559F50967A335CF4EDF95041612E9C0 /* rumble_backend.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A48D25780A7C104D1170EA808E7F770 /* OAuth.swift in Sources */ = {isa = PBXBuildFile; fileRef = 782872CFC4F68131BE28C5F57E392DB7 /* OAuth.swift */; }; 9A6E3B06FE9AE3D2E06DA5B5D598C6D7 /* NstApiCartridge.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A952298B11A4BD50DC147C4EDAC00561 /* NstApiCartridge.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 9A971BB776B507B0A57CF9FEB8950633 /* sram.h in Headers */ = {isa = PBXBuildFile; fileRef = E267514409136B15146B6D5C6031139B /* sram.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A9AC3F53A4091338A90E5C12FF96F1A /* DropboxService+Versions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3D041C8E04144BDC0DA88BB4E4D8753 /* DropboxService+Versions.swift */; }; + 9AD34AAD9108A2EE3CFEB2E30936B538 /* UIViewController+TransitionState.h in Headers */ = {isa = PBXBuildFile; fileRef = 8947E72A2EDA1E13F561A81841DAB93A /* UIViewController+TransitionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9B22A567952D69A7B2EDE6B39D48CD9E /* RSP.h in Headers */ = {isa = PBXBuildFile; fileRef = 937263E096F13826F20A39C6D49A8948 /* RSP.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9B9B4031D069D598EDEC7C125A49834D /* encrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E187F8D0C14EB3ADB42EA0F95D2579 /* encrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BA81CA181564933BE201FD4C8139562 /* DeltaCoreProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491E2794FAED7E9D94AE9DE168F3D0A4 /* DeltaCoreProtocol.swift */; }; 9BDAE1E52FEBBB6709DAA4F670407823 /* RSP_LoadMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE4301FF38FE13F692BC921B12B3CA1F /* RSP_LoadMatrix.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9BF56E4F5594EF98B58CFD682599F665 /* ImmediatePanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16D5BBBB45CF1D60FC6565D2CDFF1D2 /* ImmediatePanGestureRecognizer.swift */; }; - 9C37DD23B9CC73A1E23677912B759DD5 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB0CF94F56403AD227E56A5DCA92D36 /* Entry.swift */; }; 9C445C08AF8355160797B2109EDED198 /* GLideN64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61CB63D0B91F77C8C4CACA85669A8E82 /* GLideN64.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9C61443076084511F4ACE791EC3C7316 /* UIView+AnimatedHide.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C10797B4AC0FCD5DC745C1F12F49BF /* UIView+AnimatedHide.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9C68F55B11603292153549EA32EECD43 /* bsx.h in Headers */ = {isa = PBXBuildFile; fileRef = 17ED26949935DC732FA7AB8430E81D27 /* bsx.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C88D11EDA6D03AEFEC38614023EF565 /* JSONDecoder+ManagedObjectContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F76C1B18AC12711FECA15C52C5F46 /* JSONDecoder+ManagedObjectContext.swift */; }; + 9C925837203D3D56ACA6A1FBD3C22269 /* RSTLaunchViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C38C767637E4968C8562607864A579 /* RSTLaunchViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9CA7E859B34BC6328C508397129DA346 /* TDStretch.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2DE852C4E6E58A4D8E5DA96EF7F58B /* TDStretch.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9CB66234C6951933F21E51FF8B0598F7 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 87ABB6A454DD8589EE2CCB4F5C60FCFC /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9CB97FFD11D919D0B430A8265E0EEA93 /* NstBoardUnlWorldHero.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0A2357A4BDFBA00F38907D9F08280DF3 /* NstBoardUnlWorldHero.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CBF045CA5E967FA45042C16F1DD815E /* ControllerSkinTraits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 861E076A2C54E6FC988A6CAC6C389867 /* ControllerSkinTraits.swift */; }; 9CBF4F93622FB616E9F0942344ABBB56 /* Blob.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF1AC965F9F8A4C384C89EC952D1F966 /* Blob.swift */; }; - 9D1DA4B918B5428F15989B09C39832B5 /* KeyboardGameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFBE66FFB04AC7622932A698B834898 /* KeyboardGameController.swift */; }; + 9CF2B1BC1AAAA1F8998BC30326F8D110 /* RSTTintedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 088611513957299C0F064C9A772DA2BA /* RSTTintedImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9D337B0698F519D530B42EB02C765349 /* TxCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F807CBBB1968980C804AD52C94A1F5D /* TxCache.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9D983D10704652B0531E545E0DAA4ABA /* SoundBufferRecorder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 665E0C4FA5D002E1391BD3AEFBE08D3C /* SoundBufferRecorder.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DBA5F549FDFD3FBC53465E61D2E1DD0 /* RSTCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF20AE8048AC20A7049C71B4A3D6497 /* RSTCollectionViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9DD4D560458F67FAFA2FEE50C63F2157 /* assemble.h in Headers */ = {isa = PBXBuildFile; fileRef = EA9C6CC515F168E4D012A4DF11AA2ED6 /* assemble.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9DEDB0D21CBE80B65E923A9CF7DD4585 /* GTLRDriveService.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1F43EFB7108A8133E358DDF9411666 /* GTLRDriveService.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9DEEB167CA9E13C1CAD56EC7BDEE7ADB /* t1types.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F03A41939073CB8DCC32A1EE3888FE0 /* t1types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E02865B6F37416F31993AC3A8B4FE44 /* NSBundle+Extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6806D956E4140F84365C79F5D4FCE016 /* NSBundle+Extensions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E08B6FEC4AA751AFD5FE24C69274230 /* Data+Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91EAA9E88F2CE50AD9FECC76B79BF1DC /* Data+Serialization.swift */; }; 9E0F13A920C6F73D12E5CC77F2381701 /* NstBoardSachenTca01.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AC3F72B760841603ABFA83F43599B12B /* NstBoardSachenTca01.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 9E30A534A4FC4C93D3C1430673E7158E /* Keys.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5610301A8DB88B241585A06AEE8968DB /* Keys.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E56DA44CAD45C34B020F6F48C07DAC5 /* RSTCellContentCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 85C95C30CA6D9ACC3BEE5F8DA5DE54DD /* RSTCellContentCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9E7ADA611E531A46F064010C6D401A29 /* Globals.h in Headers */ = {isa = PBXBuildFile; fileRef = 71E4CA9704FAF1A05A6077D6A2F106E5 /* Globals.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9EAD7EA4820F6CBD2759C7A77A88A156 /* OIDResponseTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E62F34E745D9D68D1550376F105D712E /* OIDResponseTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9ECE60F2B2C1B61853C6A22CF0508E23 /* FilesRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BA1214E8479C48A606F72AB149DCA49 /* FilesRoutes.swift */; }; 9EDD2BFCD319E4E52E6ECF37F7CC4637 /* NDSCart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 409D014A9EBDA943F1EE0086C74D06F4 /* NDSCart.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9EE2E441C7E254E6E87E6FAA5F8FDFD1 /* NstBoardBandaiLz93d50ex.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 753E1526EB345D5879F78855D82F4049 /* NstBoardBandaiLz93d50ex.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EF6549DC6D3AFE608ECB3EC0120E66D /* RSTOperationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 2394DCECC5F71EDBCEE1E73732453EAF /* RSTOperationQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9F0BB26F2B617ADB2DC6FBA15D46E177 /* opengl_Attributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B156F27DF13CB000812D58184607846 /* opengl_Attributes.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9F8739608BBC3F80E0BD263C6449D0FB /* resampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED021AB7F54D5F29FF137BF85F83D /* resampler.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9F958F9FD9ADE1E6A0FAAE0E6240983C /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82984050CD38E3108C55C4FCD8A79D69 /* SessionManager.swift */; }; 9FAA3ACE1D819741BD2C4CB0D7ED937F /* alist_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D3CDC9E7FC8F361E2B98673E070AC10 /* alist_audio.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9FB96539B8005FD7DC2ECB8627E2619C /* Version+Revision.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2FE5BBE253B72A102E21C87A47E8CDF /* Version+Revision.swift */; }; 9FE4CD93D1DF18DE6012B88091B5EB2D /* RenderStates.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8198EF58B83E29FCFB4ACDB3BD6D7C86 /* RenderStates.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; 9FE9384F5DCB5CCEB542F5FDE01E5A89 /* glsl_CombinerInputs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97AC61A6BCF0DFAA47D7BB0BC9E05514 /* glsl_CombinerInputs.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 9FF426F53B9D8756B44ECD4611CCA998 /* sdl_key_converter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FFCA49336A99ADD0ECF13BCBFA359CC /* sdl_key_converter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0286F2098B8C9F70D0B1A56FA03478B /* RSTBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B74C7230EB4D0627847A02A9CE1544AE /* RSTBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0479B6C0C5A9EE569A393A356996976 /* UIImage+Manipulation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6038A3E16A86BD8715BB972CD9A02CFD /* UIImage+Manipulation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A036D47F51B23E3AB911104E56DF7CCB /* VideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 104E9C84E010B1DB40F30B8A6D71F370 /* VideoManager.swift */; }; A099F99043D1087B1F396D806DAEA530 /* hle_external.h in Headers */ = {isa = PBXBuildFile; fileRef = F010196232EFA8E4F49527401314BF07 /* hle_external.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A09EDB871C9D3C5A02D11B13C395F623 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EFF26BC74CA9361897C575AD2C6B1E8 /* Errors.swift */; }; A0A3D66658E7FE8E3B462986B2B78209 /* GTLRDriveObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = D2392EB91C9820996C46EF28D7D78339 /* GTLRDriveObjects.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A0A6C1A89375453DBD6FA0E462DCD2CB /* NstBoardBtlSmb2c.hpp in Headers */ = {isa = PBXBuildFile; fileRef = ACCD33F558269F34412CE1B165AC3B83 /* NstBoardBtlSmb2c.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; A0C3DF7AC44389E3B58A31E9FB10BE4A /* NstBoardRexSoftDb5z.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B28C2D359879C1C22B73A921FADCC37F /* NstBoardRexSoftDb5z.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + A0CD513229E02D6E172591542EAC5B3C /* RSTCollectionViewGridLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D1F8117CF84C591BD76F30075300432 /* RSTCollectionViewGridLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A0D3C69ACBA5E5461BF99A1A0A894AF7 /* RenderWindow.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 59573A3A70CB507990683221BF1FD05A /* RenderWindow.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + A0DFB5D3137D8FEAF31319C71D58E60F /* ThumbstickInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186A8A256C8617314B0C613AEF8628A8 /* ThumbstickInputView.swift */; }; A10AE879C54C59B8DBE3FFB875936BD7 /* cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 188F965C5720E62E8F6D72473921BCA0 /* cpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A13858538C8A11436679F4D641BC153B /* GTMSessionFetcher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3542F0AA6AE4108B6DB145C528FF44 /* GTMSessionFetcher-dummy.m */; }; + A11B76B8FC523654EF5535C795E53DD7 /* DriveService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD717396E710C1F3AC24B2AD49948DFB /* DriveService.swift */; }; A14BE1B8EB78DC08B5C4F7F226208474 /* EEprom.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1F801E5795D6E1E9A48F3FC3A6818E /* EEprom.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1617A31A575E9336B17799D1267F1CB /* KeyboardResponder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8FA7EDDF2D182E85D908AB189426B6 /* KeyboardResponder.swift */; }; + A1FD026F44BCE36B54BB501F259E8E92 /* Contacts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891C2BBBC34D4E16506204E3C1F8CED /* Contacts.swift */; }; + A228A849D0304C25FBF0D31720CA5104 /* RSTCellContentDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ACC9194F5B06F05848A391AED6BEE15 /* RSTCellContentDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A254638C5A2894121560CF0248FFC26C /* ARMJIT_RegisterCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A65D1E2BCC4BEF145F489BDD64FF84D /* ARMJIT_RegisterCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; A289A91991FD33A28F9D0AD86BE33C40 /* GTMAppAuthFetcherAuthorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4300370E98A3019FEBE866E0030FFC /* GTMAppAuthFetcherAuthorization.h */; settings = {ATTRIBUTES = (Project, ); }; }; A2CE57C2FCC87E5ED8552645739EE78F /* armcpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E5EBC47AAD35C9175D0870993FF3FB /* armcpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2E82848C7EC4B2949BD12DEC9455B09 /* GameWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7637625DD89FB4AD1D49465C9482EC0 /* GameWindow.swift */; }; A30D3D893AC6547B031A8C299EE5E12F /* NESDeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F96015497105F5DAFE0C80ECF75510 /* NESDeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A30D428E8A275D868801DC920535FD4B /* ManagedRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5943BFC5670176569B04D2D4721AD27 /* ManagedRecord.swift */; }; - A3230351A0422DF175836CEE9267BE12 /* OAuthMobile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A8EBF1379522BD2975C509EA6CC2B3C /* OAuthMobile.swift */; }; A3367358B8F87A2A2DA61BDCC201D3D5 /* OIDTokenRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 207650CD8577C3837EA71E540C6AB3AD /* OIDTokenRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A35379DB86AD3DB2D421BF2FF5C29202 /* ControllerSkinTraits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 861E076A2C54E6FC988A6CAC6C389867 /* ControllerSkinTraits.swift */; }; A35805D93B71E9189188FBA302D11882 /* NstBoardBmc110in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7F50D3C5205A62B743D0A44D37F8A99A /* NstBoardBmc110in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A35DD2B4B05E1B2931E3D112984C0A3A /* RSTCellContentChange.m in Sources */ = {isa = PBXBuildFile; fileRef = B618AE98791FBF53D9CCC55B3BD34734 /* RSTCellContentChange.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A3882ADC2BB9576AB94885EB935580DD /* SQLiteObjc.m in Sources */ = {isa = PBXBuildFile; fileRef = DF7B0FF93A1DC6B960591E0F83B3F46E /* SQLiteObjc.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A3A76BF22861916D87167065FA4D418E /* NstInpDoremikkoKeyboard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A6ABC02A4B4F0C5993D599BBC8FA20B5 /* NstInpDoremikkoKeyboard.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A3B54D7F799BFC66C42C0804B9314BCF /* TouchControllerSkin.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBEBC13C2601FDB2E7F4D976B174D79A /* TouchControllerSkin.swift */; }; A3DD0AD7D0F3E5543583DF6ACA2CA218 /* NstBoardAcclaimMcAcc.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C1E5AA6870CC28BC8E70CADC5B21CF0A /* NstBoardAcclaimMcAcc.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A3F620C7987D81AFC46CE9824E0A7219 /* GTMGatherInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 71EF0F94FD41F86BE66736C162FEE525 /* GTMGatherInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; A4329188644EB8D447F19E534ACB229D /* F5Indi_Naboo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 546B608856C222EA5AFDA589F8C1BFA4 /* F5Indi_Naboo.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A44DA8BF8285F81110E8ADB103E4C435 /* NstIoPort.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E728CC551211CEABCE163AE6952A1A3A /* NstIoPort.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; A4764366967E500C95F3CE5C5C474778 /* tttags.h in Headers */ = {isa = PBXBuildFile; fileRef = 866F291441AA89E3F102F070B71A123A /* tttags.h */; settings = {ATTRIBUTES = (Project, ); }; }; A4CD9CFF8E4689F8ACD96805F7E15D4B /* NstInpBarcodeWorld.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4E39C29C0853BA98AA1E40F44CC7E574 /* NstInpBarcodeWorld.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; A4F312EE53E795FA67AC4EB0C9D8B964 /* ftserv.h in Headers */ = {isa = PBXBuildFile; fileRef = AEEDFE1C6DCCC4D7DAD65E906B2B97A4 /* ftserv.h */; settings = {ATTRIBUTES = (Project, ); }; }; A541F26CB3C11D2CD23884897E44D07C /* fxemu.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB448EADDF731C719FAF25EF2908CC6 /* fxemu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5602196DEFC4A78EA6ECB735F2E9824 /* PrepareUploadingRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC7539C0BA11CFD3918D2A4327ECEA36 /* PrepareUploadingRecordsOperation.swift */; }; A5688BE2955F80CFA10E995B4D263CD8 /* pakinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E1FEFE8D022734AECBB5193A06A9854A /* pakinfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A58FD59578A1C4BF393F5FDE1259F5E2 /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA04051997329FA2754F806359AA369 /* RingBuffer.swift */; }; A5E68B3F48C9CEC0611B8EF4A8230870 /* TxUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 64CEF3D7C11C1765BE1890D9AE7DE782 /* TxUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; A604AE31AFD60394248D8E81E0ACFA40 /* OIDExternalUserAgentCatalyst.m in Sources */ = {isa = PBXBuildFile; fileRef = D9A224681B9CE68D29797767E45ACAF4 /* OIDExternalUserAgentCatalyst.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A626BB8720A47D63640D5998889AFE10 /* OIDAuthorizationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = D6D3A149E866DE009E7A383ECBC80E77 /* OIDAuthorizationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; A62E45F7B06CBEBA72B66B96EE5E7E79 /* ARMInterpreter_Branch.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AC4CEB22A60AA5B33FE37AE9D46E038 /* ARMInterpreter_Branch.h */; settings = {ATTRIBUTES = (Project, ); }; }; A64D97FFDB0A6502E1EFC05705B469A5 /* cpuexec.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DD1E0498241FC67768C582366F133EA /* cpuexec.h */; settings = {ATTRIBUTES = (Project, ); }; }; A64E520463DEB62F615F8B79E1315C6B /* DSi_SPI_TSC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 149061ADA1E30AF417B77CEB74D07B8D /* DSi_SPI_TSC.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A65387DD9AC89BB6C0B7C890FF8A6666 /* RSTError.h in Headers */ = {isa = PBXBuildFile; fileRef = CED38382667C264AA0CDCC9A96F9E713 /* RSTError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A66F2AC69D56B9334287D559B7F2E898 /* ManagedRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5943BFC5670176569B04D2D4721AD27 /* ManagedRecord.swift */; }; A684F186080A1F9C40356475934FA26A /* RDRAMtoColorBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EE2C65B6FB8399DBD24B625E5BFBCA6 /* RDRAMtoColorBuffer.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A6A11E0ABBD48F01CC4C7E5471016D18 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 05E7291F492456F36AE41FD68A486294 /* Standard.deltaskin */; }; A6A335940D8607B8F26571B0C5796F90 /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = C827887F5FEA7420172293CFDBA1259B /* Query.swift */; }; - A6AD4386DAD91A519FB0247566766408 /* AuthRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F9951CC215BE4B74F9C727C2A0FB054 /* AuthRoutes.swift */; }; A6C389D534D80AF408777EAC39D7B1F1 /* NstInpMahjong.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 133C263D527099B1DC5F15E635A28E8D /* NstInpMahjong.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; A6DEABAE86EBA5E93DDA3E4A3BFCE4F5 /* NstBoardBmcMarioParty7in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3FA021BAB62CBBF723A1A87AFCB9B0EA /* NstBoardBmcMarioParty7in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; A6EC58B6D3E166CE2FC86CC9CF9CA604 /* ftstream.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E3611B1EDCFB4A6939C797F6DCDA585 /* ftstream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A718B570D7865EA18728FE99BCDD5474 /* Team.swift in Sources */ = {isa = PBXBuildFile; fileRef = 192F555B3846B53A5D84250D3DC16E13 /* Team.swift */; }; A71B013780BD6CAD2ABF88923A79318A /* NstBoardIremHolyDiver.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 85919A3037781B06E86122A531B658CD /* NstBoardIremHolyDiver.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + A7253EA77F3F01635431A86444AA2FFD /* Result+Drive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FD4E03A3DB6927FDBEB530B099275E /* Result+Drive.swift */; }; A72B298CC4323D3A4CA746D37E0E8E84 /* OIDTokenUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 578F64D41C9DE7740657F8B577B8B8CB /* OIDTokenUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; A73584503A69C0063844120770BC48DE /* NstApiSound.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0EE83B4C6CE642DC6ED9ED13139A14FD /* NstApiSound.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + A73B2D264072CC122513C6448395FA47 /* Auth.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A69C228B706B070689053EA88D75D5E /* Auth.swift */; }; A74F1A187350ACB9D4F3B7BC34C926D7 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C9A00F1E2998DBA91445183A3F18C0 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; A7584B3328B9ED4D44F01F4403A3DAB1 /* OpenGLSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEAE8D7D6FD51765A26CDDD85CA71CE /* OpenGLSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; A76738AE3EC3DEFC6AA9AC75292717FE /* NstBoardBmcSuperHiK4in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A2F06AF800FE00397A0393C4F2B21358 /* NstBoardBmcSuperHiK4in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1247,7 +1235,6 @@ A884D76D704EF87019C1DC27CE6AE370 /* pnginfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EB17DEFC04CC15F58D9F00EA666A3561 /* pnginfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; A8AD650D2110F58158B30B67A2D6D1AD /* NstBoardBmc72in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1B85F775ADA1480E245297449F858A58 /* NstBoardBmc72in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; A8C59A082B0CAE2AC5D167E6C2996C11 /* RenderTarget.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D9DA8FE84C120B2A520DC4D71D61CB2D /* RenderTarget.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A8D7EE45F1A4AAF03445B362585292A9 /* TeamLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4FC380F1BEAAD85B2ACF723D00B309C /* TeamLog.swift */; }; A8E8DF364BBE0D808CF180B832D17305 /* NstBoardNanjing.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A7861486AF41BBB802B88C5A86C8716D /* NstBoardNanjing.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; A944F64881C10CC5D5E0076369D23A97 /* MMU_timing.h in Headers */ = {isa = PBXBuildFile; fileRef = EC5C9682B97F1D9C7E273FC89260E663 /* MMU_timing.h */; settings = {ATTRIBUTES = (Project, ); }; }; A9720432E50CE23652E8ACFCF9566AFF /* WifiAP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14F53C32B32D062C3A7D28C47C6BAA0B /* WifiAP.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -1257,14 +1244,11 @@ A9A199F03892FEF6FDE87D41A6598894 /* GBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB41699D4C5AC2AFBD30F2473705EC1F /* GBC.swift */; }; A9CB89D28F0BCDEC0AE0C8795292DE39 /* OIDAuthState+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = BD585A72192274A98F212CC717DF8477 /* OIDAuthState+IOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; A9E85A25A432F863AAB3BF52097BE851 /* NstIoMap.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A5EEB52EFD99DC3FB9624696A18857AE /* NstIoMap.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A9E9601F4C445D681015E97D77BBB994 /* RenderThread.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB416CB894186FF9DB4FCE49262E6CC0 /* RenderThread.swift */; }; AA0F31964C159C08F9F74A091398AEDF /* ARMJIT_Compiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D421B3B41005E75CF47150FB7FAE250 /* ARMJIT_Compiler.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AA77E59066E861EC1198A7783C62C267 /* Game.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EB90A19DC38F46FCF2E949B3090E97F /* Game.swift */; }; AA8BFFEBD1899027723D5A4460D06960 /* interpret.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD44D010CB092864578D2D236E98BC7 /* interpret.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAC16F6926F287D0D939C09D9E16CE71 /* Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FEBDBB7A80505C7D0B1ED77851CAD57 /* Archive.swift */; }; AB2643C55257DB82A2568D9A51E36CFB /* TxFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5697BDD872FAE1F29F301AC50C59364E /* TxFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; AB2F8759FB7AB74E5751D19918B83219 /* NstInpTopRider.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 124DA3F029DAB83892517A557F6DBEF8 /* NstInpTopRider.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - AB52CB87B30DED9F0AE952D6EBEAD2E2 /* GameControllerInputMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD97A21427274EAEC21DDEDFF49C63DC /* GameControllerInputMapping.swift */; }; - ABBBB9CD66A18C1E334D320374B49C99 /* NSManagedObjectContext+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B0D9E586F7208B74CED3BAB0311DA30 /* NSManagedObjectContext+Harmony.swift */; }; ABFCFCC4F26F8DF8B7B49A4CB103152D /* FIFO.h in Headers */ = {isa = PBXBuildFile; fileRef = A1C76F8411A39553082A70E918482202 /* FIFO.h */; settings = {ATTRIBUTES = (Project, ); }; }; AC018CB4A4D948BE495D83911A0FB835 /* Rect.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 91709E1068307F806C817F8F25238320 /* Rect.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; AC1A70150CA7273F0F6FC76928A4ECCE /* dynamiclib.h in Headers */ = {isa = PBXBuildFile; fileRef = 3259C22E11C51E32FBFDC06596D86A16 /* dynamiclib.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1272,17 +1256,16 @@ AC305BE5BC624BAF5E68833E393B225C /* alist_naudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 411E7554E19C572A693EDB486A957D57 /* alist_naudio.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; AC5E0C162EBC42F7A66A2865063CBC75 /* DSi_NDMA.h in Headers */ = {isa = PBXBuildFile; fileRef = 8861BA10CB5369C24206E4B9E4026EAD /* DSi_NDMA.h */; settings = {ATTRIBUTES = (Project, ); }; }; AC886C4825A8205B9FBEA1F844C280DE /* opengl_BufferManipulationObjectFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C5A0597C81856E54BE8AFFB30277E436 /* opengl_BufferManipulationObjectFactory.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ACA5D7C7A8EA9E99B5C10446B35F1128 /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9E1D462410765CADC7213DB2EB2F2B7 /* Common.swift */; }; - ACB55EA8B38CBF308646453B226AA4D5 /* GTMGatherInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = E4F9C53E4B832C01D8FD01C827BE14B1 /* GTMGatherInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; ACC5DCAE99C4062068C5B7E495AD3A75 /* dma.h in Headers */ = {isa = PBXBuildFile; fileRef = 04FA6C81756C2F156FDAF1E5C17CD961 /* dma.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACDFD6A23DF862C5350CA0405B4891F5 /* RSTDynamicDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 95782CF5CA479EC0FDC53DD42C188A4F /* RSTDynamicDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; AD0E344A997AD26FC7549EC26B651E54 /* ARMJIT.h in Headers */ = {isa = PBXBuildFile; fileRef = F029B93521DA11F6487DF9C66DBA2A8E /* ARMJIT.h */; settings = {ATTRIBUTES = (Project, ); }; }; AD4D29DBAEEDE881EF3E90B574850182 /* ftchapters.h in Headers */ = {isa = PBXBuildFile; fileRef = 1830EF8CBAB2A6E698C20190E98E0CBF /* ftchapters.h */; settings = {ATTRIBUTES = (Project, ); }; }; AD531A124CCE66F08611E72548DD7D87 /* NstBoardBtlAx5705.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 98B0BD8F8752DCC7112E9C0F6C0BFBD2 /* NstBoardBtlAx5705.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; AD5FE39DFC5910DCC170180E7B3780EF /* NstApu.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FA1D9AA72B3CADFD9096721DB32617A0 /* NstApu.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + AD7E98D73EE709DB2A991C0C1CCF6603 /* RSTFetchedResultsDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 975243A09D83F735C4EE0F290DC172AD /* RSTFetchedResultsDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; AD8AA82423C961968959F0676BE7C748 /* gSP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3940128758AA053C43D1A5213246A4A2 /* gSP.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADB155A0B2FBDF2933A0E98B59F2E566 /* remote.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D933F04F185D2DB2581767B7A1F17C9 /* remote.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADB43A2F1D6301DF42BFEA58C1670EDA /* NDS.h in Headers */ = {isa = PBXBuildFile; fileRef = E70E6535CCAFEBE1D14A0AD957C96944 /* NDS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADB52AF235B3EA9062E061CC03FD8BE0 /* DeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C270BF8D0AF1673AA48E2495128A2CB /* DeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADD920225D85338FED8AF2D0F221127C /* files.h in Headers */ = {isa = PBXBuildFile; fileRef = CD9A90643977AB1AB20A8F324A49694B /* files.h */; settings = {ATTRIBUTES = (Project, ); }; }; ADE23034773D80A043F5BBB8C4FC18A6 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B615375F4919AF9038A02B9CFBA4DD69 /* Alamofire-dummy.m */; }; ADE3881F4B4E3EF400211ED598E15945 /* NstVideoScreen.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5587F5DC2A8AD89EAA2F9BB007E8F28F /* NstVideoScreen.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1293,6 +1276,7 @@ AE97BB3169F74A103F63AB5476D2659D /* N64Types.h in Headers */ = {isa = PBXBuildFile; fileRef = 98910C42C804F0F2EFEC765887C44E11 /* N64Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; AE9A05F5C06A6532D89D9B4457CBA587 /* dcheck.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C9B2FC2B1D3CBD6D757006FF962939 /* dcheck.h */; settings = {ATTRIBUTES = (Project, ); }; }; AE9E6097E49D3D1075126852163D3FF8 /* GBASoundDriver.mm in Sources */ = {isa = PBXBuildFile; fileRef = ED0CBD9B20218EC2D349D65021B84D32 /* GBASoundDriver.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AEAA4943A3EACC443206AF348DB23552 /* NSManagedObject+Harmony.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBC7C5A463636127FEC8AF4FEBF8F296 /* NSManagedObject+Harmony.swift */; }; AEB06BB42DE715BFE6936C7ABD5F4CD2 /* slot2.h in Headers */ = {isa = PBXBuildFile; fileRef = 3506891969CC7C1516DAC96B20EE084B /* slot2.h */; settings = {ATTRIBUTES = (Project, ); }; }; AEBC7DC9A9B06869F690D219CF5A234D /* NstBoardBmc31in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 524CD43AD262D88221806C5081ADD094 /* NstBoardBmc31in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; AECD06ACC5BAEAAFEB1D53DE3F3B4E03 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 001E316B09817FA6F119B4170480D144 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1301,9 +1285,8 @@ AF2A017EB2E080F70DE8E58B10044DCF /* String.inl in Headers */ = {isa = PBXBuildFile; fileRef = 91E33227ABD97556F96F711114B0FEB9 /* String.inl */; settings = {ATTRIBUTES = (Project, ); }; }; AF58D41EC3AA4C2A93B6C8F31B916424 /* SPI.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F749876241206B2B12FC438C160208 /* SPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; AF58F92DE76152F3769EB08ED4830DB1 /* NstBoardBtlSmb3.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CB20F171AA181AF98D5C22F837503AED /* NstBoardBtlSmb3.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - AF607D858AC1464F2D07A61466F5CD82 /* Data+Compression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00E1F6603DD41279F1B46FBA1F002559 /* Data+Compression.swift */; }; + AF77F88F82941A0DAD907252A2BFD53C /* ManagedRecord+Uploading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 647FCC3D25A7115FD6AE5D3D33D580D4 /* ManagedRecord+Uploading.swift */; }; AFA213247AE4E71F573874EE41783C95 /* ftstdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 2899A8ECE6011049F16395993E4F97B7 /* ftstdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFCF2BF8CDC214AD39CDDE6D12E8D81A /* UIDevice+Vibration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400F21646638487723B9EF9596BA5B /* UIDevice+Vibration.swift */; }; B012130349DD74291AC357338E736874 /* Sensor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 101F7456267E2C9C8B7BA57B28E456CD /* Sensor.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B023E9BFDC0EAF2E6CF787B94A7BA09C /* NstBoardKay.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 35C043D7CAD5D77F1FBDC45278211DB7 /* NstBoardKay.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B02560094E39AD178474B81210376D50 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 68198C54792BCC2DB33FFFEBDE74EFA3 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1315,56 +1298,54 @@ B0CB5FAC98AAFC09214918F272CD0477 /* GoogleAPIClientForREST-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 41B9A36B84D7D91C21F31ABFFFD5661E /* GoogleAPIClientForREST-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; B0D34907667874FB8B85C35E77293BF7 /* DSEmulatorBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = EFDF8CA72851849A3EAC5C149F1FEAA2 /* DSEmulatorBridge.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B0D9F0A86CA4474E0A6C4933588B1E7A /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = CAC650ED6151DEB0B80450C2F8846304 /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B10286B5FAB4A00FCD6ECD547FB11892 /* UIScene+KeyboardFocus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED49040C12BD759F2626EE518A08FD5 /* UIScene+KeyboardFocus.swift */; }; B12BE45337C88EC9E8FD221DE4282DBA /* ARCodeFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3BBF912EAEDADF1676BFC69C3F2E5A6 /* ARCodeFile.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B133492DEF49C862E0FE708A0821A6F3 /* messages.h in Headers */ = {isa = PBXBuildFile; fileRef = 50C3ADACD102BF557C0CDF9313E0A577 /* messages.h */; settings = {ATTRIBUTES = (Project, ); }; }; B138479424CF6214AB96935FF55A85BE /* netplay.h in Headers */ = {isa = PBXBuildFile; fileRef = D51E188D838AEB69093123ABC8902093 /* netplay.h */; settings = {ATTRIBUTES = (Project, ); }; }; B149AA97D57491FCC5A49D3DDE4E9444 /* tttypes.h in Headers */ = {isa = PBXBuildFile; fileRef = A99D6FA874EC0CE5E6FF8B99009BC3CC /* tttypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; B19FEBE25465731EF98426F63AF5229A /* NstInpTurboFile.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D799949A4565702661AFA3995D650C57 /* NstInpTurboFile.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - B1A750649F4172D5309777A871DED0CC /* RSTCompositeDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 18131699F685BF8185CB2F21F1C06860 /* RSTCompositeDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; B1F2A524C6C6B182547F97DECAFDF468 /* GBADeltaCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5333899F4FCD47BE18D2CFB9431CA3 /* GBADeltaCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B21B07CAAEE2F25BFDA4C04358943B54 /* CustomTasks.swift in Sources */ = {isa = PBXBuildFile; fileRef = C44C2249949C9F3C9CEFC8D3B5EC0BEB /* CustomTasks.swift */; }; - B221B6699C28F3BF4D024304AF8E953F /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = DE00BA4DC34A73CEA579554268A87C7A /* Standard.deltamapping */; }; - B2549B75DAC6933D233A9476E9259C45 /* FileRequests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C93814A460F193B01396D775E59686F /* FileRequests.swift */; }; - B28A952765632AC52E47125ECC66DEB6 /* DropboxTeamClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = E329309EBE2D065DD0B59C569E66B55A /* DropboxTeamClient.swift */; }; B2BA3D9EB6086382F29E54A66FF218FC /* cexcept.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E4677AF53B14D10F76DC96D0EE8E81 /* cexcept.h */; settings = {ATTRIBUTES = (Project, ); }; }; B2CED5356E1C5BDA73E7FDB98E84EE91 /* pshints.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C960C16995AC56FBCD57A8A50D8C9E /* pshints.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2E8A1B82AC0F4F8AC710D61FB8E5165 /* Roxas.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B65D5D12DEE0E289101FC3FE85D5043 /* Roxas.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B300DD9C801454444CAE601290E730D1 /* vba-over.ini in Resources */ = {isa = PBXBuildFile; fileRef = 516EB9A951C201FC2386D95A5740FD05 /* vba-over.ini */; }; + B34C299078414356559BC3BD441C5AC6 /* AnyKeyPath+StringValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FA9E02FEE31CA1E0AD1750DF4910DB9 /* AnyKeyPath+StringValue.swift */; }; B35F4D3266CD9DFECA20E0744BF1A0AA /* NstBoardExRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 64D795F559E1C97B950AC604E9C450A9 /* NstBoardExRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B371AE42BF535A6B3B54AF1E05A3A490 /* TextureFilters_hq2x.h in Headers */ = {isa = PBXBuildFile; fileRef = F22EA886730CA92F877F0D9EDA765E5B /* TextureFilters_hq2x.h */; settings = {ATTRIBUTES = (Project, ); }; }; B375A0D6171E8C4D8161485C5AF368C5 /* fttrigon.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB78DDC672D6777CD11A5E2E0D76606 /* fttrigon.h */; settings = {ATTRIBUTES = (Project, ); }; }; B38E6B15D8300A9DD4FC2E5A7594E97A /* SoundDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1E820E405347525EB1422245371FA4 /* SoundDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3A2969E7C70CAAE3F472F4EDE7755A8 /* NstBoardSuperGame.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9B250FCF7FBCF770F63C88F1C384975C /* NstBoardSuperGame.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B3D1C2DF0608BECA0059E4B1F29040A3 /* NstCheats.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B72C2BDA02B228DACBE41B886B5FC6BE /* NstCheats.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + B3D2559A5CFA65A8BDF4CD1300D0DCE0 /* UITableViewCell+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = CCFF79507F169F74B68C445BA304BD5F /* UITableViewCell+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B3D3FA4C253744C9BE506E2F7C86E135 /* cp0.h in Headers */ = {isa = PBXBuildFile; fileRef = D73363B7C432B5054E6925EC42A43FCD /* cp0.h */; settings = {ATTRIBUTES = (Project, ); }; }; B3D7871D360B517CAD600AFF7BABAE35 /* ContextSettings.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 71122C229801C8A1AE61B44C6072C5BA /* ContextSettings.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B3EAE32322EF1922A36937A826BC6A76 /* F3DSETA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 297B115A186A67E552AD9686A4D5E67B /* F3DSETA.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B3F3911E43AC3362EFF36C379F53482C /* pngstest-errors.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CC792247829E7BFA3CC5F589AA38AE /* pngstest-errors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3FDFF0FC2775F2B6A39762DDE3FC630 /* EmulatorCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 046951C873E03E7C1CE25C16E73169A7 /* EmulatorCore.swift */; }; B42B1158662AD764F28A25BA5FD466EA /* AggregateFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12DE53A58AA2E0A1D9D296A6E19977DF /* AggregateFunctions.swift */; }; B49BB032702675CECABE19B36330488E /* S2DEX.h in Headers */ = {isa = PBXBuildFile; fileRef = B00F6B23D0B981B123F788DAC719B99F /* S2DEX.h */; settings = {ATTRIBUTES = (Project, ); }; }; B4C60AE3B757CE979D39CEF8E80854CF /* GBADeltaCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B30911B6A5E0646227CAD4286FA16F9 /* GBADeltaCore-dummy.m */; }; B4C89DBF1805D44B57F84DC67D9C61BF /* device.h in Headers */ = {isa = PBXBuildFile; fileRef = EA00C52ECE4DEEE4E7FACEA47A557078 /* device.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B52687892E227C6F7C2DC67D350ECCC0 /* Thread+RealTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AE4F753611AEF693986993C3D54DDB4 /* Thread+RealTime.swift */; }; B57A20EB02AA23958E7861737B903F61 /* SDL_config.h in Headers */ = {isa = PBXBuildFile; fileRef = E65C91A453E376EE9681BB62650AACF9 /* SDL_config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B57C78866340A17504CACBB88F04DC8C /* GTMSessionFetcher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEE25E1B162B8607EA2C66F0411209D /* GTMSessionFetcher-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5886A1D7977B9516EB8935BA5F31B82 /* port.h in Headers */ = {isa = PBXBuildFile; fileRef = 2112A7BA437D6BD56AAC3CAFFF6217F6 /* port.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5C4A0336395BF8334E3523156F28953 /* GTLRDateTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2FBFB9E2B40966DBB0469519E34443 /* GTLRDateTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5CB4F3C50325E9F427505FB71AAE0A0 /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FEA66897B2885F35CBFBB6A05EBB8AD /* Async.swift */; }; B5DA3EE3ED0B2EFDE20644633873A049 /* NstBoardJaleco.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C50B575636C35E545F553C586B05FB8A /* NstBoardJaleco.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B5E32E1351FC7E8DC225306223B84686 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 511BE36BF86CE3893A7BCA12F2B2CBDC /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B600E4A56998F1C8567EE739DE805D64 /* DeltaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4B66C3F7AFFDFBD7BCFD2880FC8411 /* DeltaTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; B634DBD241E1E3174E680E1B35CB3C6B /* OIDClientMetadataParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6D7B96AAC7746A2EDE31400267BC59 /* OIDClientMetadataParameters.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B64B10610D2BA732C0F99B6DC955EC2A /* NstState.hpp in Headers */ = {isa = PBXBuildFile; fileRef = FC0D51663CB6A3226938C00A18899F53 /* NstState.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B658D955735BDB9692C88BD1EC951907 /* Image.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 287B0AB028F458C9A04121405379BE05 /* Image.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B66B2356A78238EA2B1C2A09FCE0DBD4 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3A1EE496EBC7F9593C5B8BFFFC0CEF /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B68081C1AC3985532E1AD6EB3E1A0F73 /* SwiftyDropbox-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D4F4C7099A5448383AE7DDF89D057CC /* SwiftyDropbox-dummy.m */; }; + B6AA6B313D83BC2F974A4E65DDCB61E1 /* GTMGatherInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = E4F9C53E4B832C01D8FD01C827BE14B1 /* GTMGatherInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B6C5D696BEDB76B9A08B0C534AFBFA95 /* t1tables.h in Headers */ = {isa = PBXBuildFile; fileRef = A75028C5A393D1E5670377F6BC9905FC /* t1tables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6DA49A6F9D9D9C7BD7C9A1F21ABEEB4 /* DropboxTeamClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = E329309EBE2D065DD0B59C569E66B55A /* DropboxTeamClient.swift */; }; + B6DA88F308FA1D2A9AE25500B604740D /* NSPersistentStore+Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCE7E88FD628F35A4A698A6D8B8CFEE5 /* NSPersistentStore+Configuration.swift */; }; B6DC6AF08E379BA0EC4A0D8255C2A83A /* OIDTokenRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 40213D3D75D201873BA18D63DB8E12E5 /* OIDTokenRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B6E2217129A31B88BB4487A0455B249F /* Result+Drive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FD4E03A3DB6927FDBEB530B099275E /* Result+Drive.swift */; }; - B71D35D533EBB20F29F355048DC48529 /* ExtensibleEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B34E5D0AA3B5154E76417C4AFD1E7A8 /* ExtensibleEnums.swift */; }; B71FA39164D4737D4DD4258AC7459436 /* opengl_ColorBufferReaderWithReadPixels.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FED4B4A646D3CAD594BD95F165A231 /* opengl_ColorBufferReaderWithReadPixels.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7240D9514693EEBD7A0FC4B8BA00A7E /* conffile.h in Headers */ = {isa = PBXBuildFile; fileRef = 43742E54E76C8CD0C13816B1DE0B217C /* conffile.h */; settings = {ATTRIBUTES = (Project, ); }; }; B73C81771DA13935AEA2DD8B9A2941CD /* NstNsf.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0A1CB1180B4A23EF647F7E0BE5C5E0B0 /* NstNsf.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B7678E1F18DC77D160FD543F5183000C /* NstBoardBmc8157.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 47B404F4B3523D7C2A3C4C3EC84A96D5 /* NstBoardBmc8157.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - B7950739F07E9C0FA64EF2538B5FC686 /* RSTFetchedResultsDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F393147DF602B1AF7C00B67655D80C30 /* RSTFetchedResultsDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B790D2BAFA6D7D1E2C1B00BE3B1802FE /* SyncCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19707592188169DF74AA424B5556F188 /* SyncCoordinator.swift */; }; + B79E15B77C7C632EA7FAE0969AB0BA8E /* NSBundle+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = DFF3F3ED2DD3379D1F7BD0F3059BA64F /* NSBundle+Extensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B7D3AAAFA19228CDC13F358AEA6517F1 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 791E2F50ABC6974A9FCB2BC6FFD052B3 /* pngwutil.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B7DA525F7ED4A71A87217F8DAA536064 /* OIDAuthorizationService+IOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5A94878B7F48F35BE97C0911E9EAF3 /* OIDAuthorizationService+IOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; B7EC6F1D4F40DFDE0625790510AECB60 /* Http.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0DC1345C3C633EB2A4735D643C13A965 /* Http.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1382,27 +1363,31 @@ B95F00C6D96B665D5DA4F2202C81106B /* OIDRegistrationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 886B485391504C60ACE039691E6A92F5 /* OIDRegistrationResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; B99735ED3FCF5BDFCB1830445B288E59 /* NstBoardUnlKingOfFighters97.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9E2C7A50AB74899D32691D2FD8664348 /* NstBoardUnlKingOfFighters97.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; B9C3C6C9B010D7A4527C28B0CA639A91 /* AREngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 71E7D30B14CEA44743A2FC9890328DD1 /* AREngine.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B9D651911B5EC4EA6906999F4293F09A /* VideoFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2847D38189084A48043661E02AE5E3D /* VideoFormat.swift */; }; - BA063CCB4CE8DEBCBEFEE9DAB48D8F79 /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = C03B54881A82B6C743436EA95E3CB868 /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BAC844827AF3B9838DD63713845705CA /* RSTSearchController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75759807E6D9531D36908860D364F3A5 /* RSTSearchController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BA1C3B2FFDD66461BDE78C019C39544E /* UIImage+Manipulation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D3C0C4D16DA1166A4BE49E0FBEB856E /* UIImage+Manipulation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; BAFE59F8467A479C3024C8D1A6B63C1A /* NstBoardSunsoft4.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C22D5AF4DB90EC26C2D5E7314FE452DA /* NstBoardSunsoft4.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; BB22175107C5B167BA3A503EF40C95BE /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AD68664E55A48E2184DC42E2B097A7F /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; BB83C478B7243E82DDB3C167A0671904 /* ftautoh.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D23AF10496651959F4FCBA8CD845C8C /* ftautoh.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBE507C7118E79DBE7B88CD3FA91F59A /* mempak.h in Headers */ = {isa = PBXBuildFile; fileRef = D021571E7AD5B0872171BCAC83C8C12A /* mempak.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBE85B48020FE1E1DA78D0D3EA4EF773 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A71EA45EFABB3763AFEED045BA64E3DB /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBEFDB44D9F2839C823269427E086FD0 /* Harmony-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC98BC4FA864639A94DE5783F1BC37F /* Harmony-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; BBF5090EAC742B949B8C0B2E265FEEDF /* NstLog.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B203F8A88C9D48A5F5958E9C9D692004 /* NstLog.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; BC1A368AC0F9987735F7FBD019812173 /* 65c816.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9FC99EFA7CFDE7A20553D6A647FCE9 /* 65c816.h */; settings = {ATTRIBUTES = (Project, ); }; }; BC49945E92A89E7019F4BB36F24724F5 /* NstBoardCne.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4ADA658334DC2FAB8AE0605F38567EE5 /* NstBoardCne.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + BC5B17488D5DCC8B95D2B627B6FBEE9B /* RSTCellContentChange.h in Headers */ = {isa = PBXBuildFile; fileRef = C80AEBE8D596D5B9EA9999082C62DB68 /* RSTCellContentChange.h */; settings = {ATTRIBUTES = (Project, ); }; }; BC6BE92D64B0C389F3887186035A4727 /* GBCInputGetter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30BEF95272EB5D03177EBDA73F04C381 /* GBCInputGetter.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BC7B56A3CCC0BF3590727974DD90880D /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FEA66897B2885F35CBFBB6A05EBB8AD /* Async.swift */; }; + BC8374E7A92EE97C3274D6F4409E9455 /* TransportConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D9F6373A0441408F3852FDC16E3A5FE /* TransportConfig.swift */; }; + BC8C7187C312FD34CEC879E6B1C3EB58 /* SharingRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60D6994B7EF0F198BF46501DDC5925B2 /* SharingRoutes.swift */; }; BC9890509F1495BE1BAAB9D11525EAD7 /* Cheats.h in Headers */ = {isa = PBXBuildFile; fileRef = 4554336FC8DDAB28DF3304A71CB47A27 /* Cheats.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCB540DFB7758B136F55E6C535E107AA /* UIKit+ActivityIndicating.h in Headers */ = {isa = PBXBuildFile; fileRef = 82656B4A230970BB031B9D9C19699E88 /* UIKit+ActivityIndicating.h */; settings = {ATTRIBUTES = (Project, ); }; }; BCF2769B5B3B75D502DF8D84413B21FD /* GTLRObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8563F3D78E96E8CEAE82F437BFB3C612 /* GTLRObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCFA7043437908DFF0E0AD6449060961 /* TeamLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4FC380F1BEAAD85B2ACF723D00B309C /* TeamLog.swift */; }; BD4BEED86D25C1280D399AB00DEFA344 /* array.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF7826CA41E12879ED186251123A7DA /* array.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD5B05CB6DA552A1336B1B20EF8D86AB /* NstBoardSubor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4481A21822C862D31F6A82503731AB4F /* NstBoardSubor.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; BD5E83D1D54AF42BE1BE819E5C834B1E /* SocketHandle.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD4EA785583B6712B56815D0C46BDD97 /* SocketHandle.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; BD808726C1E9C066D67461374DEFA21E /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9ADEBAAEA41D5078F8877ADB77DDBE7 /* Alamofire.swift */; }; BDC17259CEDE4F4A08764E0595DB7F81 /* OIDRegistrationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 33265404079C7FFEBB342A3128DD385B /* OIDRegistrationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BDF2DBEC69FAB06B7F0143FF76B00919 /* UICollectionViewCell+Nibs.m in Sources */ = {isa = PBXBuildFile; fileRef = C12184A008E6E70912A403A00B2444CD /* UICollectionViewCell+Nibs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BE051BB218FF40592A613C000EBB29A1 /* GTMSessionUploadFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 87335D161E81E3685366B5AEE56CE315 /* GTMSessionUploadFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE3578C1194C06FBEC7FB81FCCB2780B /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 5EA0178D9A10839EC9E1FBC402468DAE /* Standard.deltamapping */; }; BE565F3778315FD427DDF6D5954EA12E /* ARMJIT_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 15EB02E146D6076DA0A1CE5431A1A63A /* ARMJIT_Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; BE98A4C2B178AC1A739D261D27CD703B /* NstIoAccessor.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 55741C8D3E2ACFCAE9280C7E549BCF36 /* NstIoAccessor.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; BEC9F99D62ABEF0A53F179024653205A /* glsl_ShaderStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 212805C702C8C64AD6E2603DCD9DBBB2 /* glsl_ShaderStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1412,24 +1397,25 @@ BF7C663D422DA4AD0A2A88DEF80CA0E5 /* melonDLDI.h in Headers */ = {isa = PBXBuildFile; fileRef = 648BAE84EFC9AC60FD527D3B96799847 /* melonDLDI.h */; settings = {ATTRIBUTES = (Project, ); }; }; BF7F946EA83F118C48C05DD5E279224F /* ThreadImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FF6DFA2E1F6CE9BE69FDF132CFCA0EB /* ThreadImpl.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; BF8563C4252D5B945CFB9E1C8FC29670 /* NstChips.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D6A999738377E05BD7AB69423CFE2D9B /* NstChips.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + BF8D74AA18ED13E9416D8FAC7064F72E /* UploadRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A730D0C32284892609038DA598503526 /* UploadRecordOperation.swift */; }; BFC4168E0421BEA7CEE5D0B9D2AE6F40 /* NstBoardHxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1E19119079CB6BCA159A7B0EC7E7B250 /* NstBoardHxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; BFFF048985D92BEA59FBB915147DF23F /* assem_arm.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BC1BB2CD8363FA4B5CEFCA4F3FD2AC /* assem_arm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C01339B3D5CE99E2D94C1886ADCF12F8 /* RSTPersistentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A75C63D0F8A1F76D4ACF9DC8EF0DC6 /* RSTPersistentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0176129987255B7A0DC7797120BC927 /* Archive+MemoryFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABBDB07D10F9850AA15CA017D74C8DB5 /* Archive+MemoryFile.swift */; }; C01793EAED3811FE38C56BCBD22D9D5A /* NstBoardDxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8A2265D39882CF69243D929B92017C4A /* NstBoardDxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C04D04A7657585FC74B476BBBA379305 /* CharacterSet+Hexadecimals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F2BD453817B0EC3B09CC7CAFACF62C /* CharacterSet+Hexadecimals.swift */; }; C0875771C3D718A5B1304FD75190648F /* Graphics.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 22369F9700ABF0D580BE24D3E391B43C /* Graphics.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + C0C4E8A251178A24697201A266B26E5D /* DropboxTransportClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 964A190DF0DEE0C995DBE26BDA3B4092 /* DropboxTransportClient.swift */; }; C0D3240457C5FBB34D12CB60E56EAEE5 /* mbc3_rtc.h in Headers */ = {isa = PBXBuildFile; fileRef = E20F03F43AF80E54C8367A3B1662DF09 /* mbc3_rtc.h */; settings = {ATTRIBUTES = (Project, ); }; }; C0E7ECA9D3D9EB425B50759F0BACD424 /* gDP.h in Headers */ = {isa = PBXBuildFile; fileRef = 905D5F8B676ABDDA03A563E40A3330F1 /* gDP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C11CB9A9AACD6F01A3AA55A38158ACCC /* TeamCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49FFBAE9627F03203708554C036A3694 /* TeamCommon.swift */; }; C13DEA702C4B8F54B1C3582FD728EDAB /* ARM_InstrInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 78F0065D1B4EEB8522402FAB52FAA8AB /* ARM_InstrInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; C14E3A2EFD68843EB556E46F4BBAAAD4 /* TextureFilters_hq4x.h in Headers */ = {isa = PBXBuildFile; fileRef = 611A4156C9373331863B6B3CCCA0ADB0 /* TextureFilters_hq4x.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C15CF2EB623460A3E06EE044330BF517 /* RSTPlaceholderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7580438732575706FC0C5312EF089C /* RSTPlaceholderView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; C1614BDA5E3C5BF0267043BE13DFCD86 /* PaletteTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B70F65B08C7DBDD9932A1ADE91DE586 /* PaletteTexture.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; C180CB4C7F87086D6493B9237403413D /* convert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64942D01612D91517D8D0EAC219F7867 /* convert.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; C1A5D5F1F2EFBD8F4813B2A5C0599B05 /* NstBoardBmcGamestarA.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 156AB82C4AEE7915FAB4958A21A7F5E3 /* NstBoardBmcGamestarA.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C1B785629D4D9EEC02B75C26466665F8 /* retro_assert.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD7141BA485A3C8951827182B0B1B18 /* retro_assert.h */; settings = {ATTRIBUTES = (Project, ); }; }; C1F90A04670AC444F044E019596BFDDC /* CombinerProgram.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03620BC3AFB2B2C65DAA35A7BD95F81E /* CombinerProgram.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; C212D5F9CCB38B2C9C6EC61F6EE5DB9A /* m64282fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B2EBA0F2FB98CF01E6F308F1DF1521E /* m64282fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C229337E1FE4ED18AA52130C8D1F11F0 /* RSTCellContentDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 589560AD66B49028107CCD31E8FE2B8B /* RSTCellContentDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C22E6A9C10B93556A165B4C9707D221F /* DeleteRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0AFCA7FECC14653C7774E9504F6A01 /* DeleteRecordOperation.swift */; }; C24427713749B04C07BF7EC71039BE65 /* pif.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D5CF409D168FA18D40984A454645CB /* pif.h */; settings = {ATTRIBUTES = (Project, ); }; }; C29EE0324D03DE9E3A83E9FB67CDDF8B /* insertion_sort.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C68EF75C56A10FD27BA9FD0A2CFE095 /* insertion_sort.h */; settings = {ATTRIBUTES = (Project, ); }; }; C2B821C89C1FB16466F96149981B4CD1 /* MelonDSDeltaCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C954F1D28F83E537D400863C91A633C /* MelonDSDeltaCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1445,12 +1431,14 @@ C39128F55647E75F291DA3CE9157A3D6 /* glsl_CombinerProgramBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 81447175398CDF26A8B1BC2A0076D394 /* glsl_CombinerProgramBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; C39E10680D83A8A82BCD42C944B1EA7A /* TextDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F56D901D0434FFC4B130CF5D543B1D0 /* TextDrawer.h */; settings = {ATTRIBUTES = (Project, ); }; }; C3B17228F32CE7BE7A6EC499627AE790 /* TxReSample.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C01054A9E17C230DD508039038A8743 /* TxReSample.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3BBE2F6F16B9E22769A5142395FC466 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 0648DF1F7281B9D745ECF96C143F2C8F /* Standard.deltaskin */; }; C41717AA32EB10D6900150CDF785F96C /* NstBoardWhirlwind.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 894E241419E81A5CB6EEE9721DF3E2AC /* NstBoardWhirlwind.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C44098BFAE475EEBE373318437511873 /* NstBoardNamcot163.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F02C3EAB797B0480C4F0D7E178CC92FD /* NstBoardNamcot163.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C443B51AEB608B5ADE8360D3FB905595 /* retro_inline.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F443577C83DB995BE6046BEC237E5F0 /* retro_inline.h */; settings = {ATTRIBUTES = (Project, ); }; }; C451574651DD1E09E2EC19AD04066A14 /* ZSort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E0280CF1ABE842CBFD9FFF68F24B19 /* ZSort.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C4618EF7BF5DBCB7A962A9FA16373715 /* GTMMIMEDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 917D1C5104B1357B6E2D9A05EB88459A /* GTMMIMEDocument.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C46365EDD51CDF8D7BA6E40B9ACC1B69 /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 440F728629AA81492F2374B22D158C8D /* Standard.deltamapping */; }; C469B7C185B3EDB5A4AEB95C548F8F01 /* NstBoardMmc2.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 96FA28CC6B3255445959A76C66C8BE12 /* NstBoardMmc2.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + C47120CDAA8233C44DD54D76FC288771 /* NSUserDefaults+DynamicProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CD24C018B59B44AC41CBF862AAD1B65 /* NSUserDefaults+DynamicProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; C471A939849C316B6A9096177EEA3203 /* Network.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9F027A32561BBBB8A3DFFA6369D04A13 /* Network.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C4919FC5AD3EBF2AABCD6D4620FBEBC6 /* ftrender.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F1CB41D7530646052AE18F4D562D276 /* ftrender.h */; settings = {ATTRIBUTES = (Project, ); }; }; C4B7ACB9D942E388A13839125902AA5D /* NstApiFds.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0DF4FC2A8A4AB3A965C6B2E481CC8CF8 /* NstApiFds.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1459,21 +1447,20 @@ C4DFC728EEB6FDABB2CBE8CA34EAF837 /* VI.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A873C2EE1C0E1CB2813C3782D60D441 /* VI.h */; settings = {ATTRIBUTES = (Project, ); }; }; C5097EB312F31FCBE38D31F372992BF1 /* ARMInterpreter_LoadStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 374DF1A46229CD6D1636720284963491 /* ARMInterpreter_LoadStore.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; C522AACE29DDD3EDB7BAB9094A79264D /* PACKED_END.h in Headers */ = {isa = PBXBuildFile; fileRef = 4150FDAF728FC1CCBBC770F2528DDEC2 /* PACKED_END.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C534C0D99FDD3DB6F59EC46B18759CDF /* NSString+Localization.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CFFFA1D5341196B3D469781675F7F87 /* NSString+Localization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5263B0AB4DE705BD881915BBA55513D /* RemoteFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78EAF244EEC6C95F84B4AF5F54E4EAF /* RemoteFile.swift */; }; C538D112D0AA84B842FEDD23E9384008 /* svpsinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA04E14F03A3B492ECED840625835E8 /* svpsinfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C577994A0DDB905B4F37B09BD036957E /* CustomRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 042072B4CCB426CB6BA3EC60EBC15479 /* CustomRoutes.swift */; }; + C551BA4B59E607436920442333105EE4 /* ExternalGameControllerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9DBB5B63025C19E83C9451107DE56A1 /* ExternalGameControllerManager.swift */; }; C58DBFA07E24339990360F665195B6BC /* NstBoardBmcResetBased4in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 35563C6EDDE033848DBE71A1D7EB2272 /* NstBoardBmcResetBased4in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C5925F529900A1E067B57805330A1D02 /* NstBoardHosenkan.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CFD8A4F7B53F8D399A47BBA8043FB62F /* NstBoardHosenkan.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - C5ACEDF67F25277669272A324B1F1928 /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 29935EAE4E6815F7CA2DE22D09B7B9C2 /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; C5F756CA847C218B82DEED5DB3CE3858 /* svwinfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = A675FB05D1C0EA293C549C7C915158CC /* svwinfnt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5FC21F49A1E0D493D730D7D71AB2898 /* NSFileManager+URLs.h in Headers */ = {isa = PBXBuildFile; fileRef = 458E5ECC429899615982316D9665F348 /* NSFileManager+URLs.h */; settings = {ATTRIBUTES = (Project, ); }; }; C60860FFED69DF807BEBEE9FC5215F30 /* NstBoardTxc.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5BFD28BD7E770025934EF3C6AE0C0B19 /* NstBoardTxc.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + C60B2E867D5C82758319634AC4867EBC /* RSTError.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F19454FB70DAEC91C67992D0B05BF6 /* RSTError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; C633DDF872EEA2E81CE49A3F2E3AE670 /* NstBoardBmcCh001.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2F48A72A8BB6DCFEF98DC46F35F8A72C /* NstBoardBmcCh001.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C63A207C224FCF87459DE10A1996F1F0 /* fttypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 02EBA4437D0FA1CF697188CF0D82DF4F /* fttypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; C640481E728038309D7FE61AB1392E3A /* NstAssert.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8BE76479C9EF902888E8C6D3DBFBCB99 /* NstAssert.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + C64179B5032B3C98D75B33B6C51239C8 /* RecordRepresentation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97C24545B8318BB2785A5D7FD9F32609 /* RecordRepresentation.swift */; }; C6567183535DE7F5AE7786F52243A039 /* clock_backend.h in Headers */ = {isa = PBXBuildFile; fileRef = A901EB72C85D33069EB23CA37C3FD795 /* clock_backend.h */; settings = {ATTRIBUTES = (Project, ); }; }; C65CDD6C31CFBEB6457173185429F69B /* ARMInterpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8D322419292F2F744F642CA3045571 /* ARMInterpreter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C67E70FCB6B7A122A665E98E4688DA30 /* Cheat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46419BA04293C44F08C03736D6B48308 /* Cheat.swift */; }; C695A1E9918EF4EC923526EB013EE9BA /* tlb.h in Headers */ = {isa = PBXBuildFile; fileRef = 32BF8228E40E4E8B1107C6B78FB5388E /* tlb.h */; settings = {ATTRIBUTES = (Project, ); }; }; C6F647699F5706858F621C2F30372440 /* gSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 071B830438D1BFFE8BCC6D2DD693D2CA /* gSP.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; C71E5555B9155C0A63EBD3BAF74E6517 /* GTLRService.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BA899E631ECDD368CD8DE6BE0C0B04D /* GTLRService.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1488,8 +1475,6 @@ C85987A1FD970DECC6632E9E14817464 /* ThreadLocalPtr.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A907CA805BB18BF27CE7CF69AC743EA6 /* ThreadLocalPtr.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C861A820D803A3F00105643326122EF2 /* RTC.h in Headers */ = {isa = PBXBuildFile; fileRef = E35E5EA84C80DD35DB38191486374F7D /* RTC.h */; settings = {ATTRIBUTES = (Project, ); }; }; C8A5DC321681B19339FD2DD80C9F1B9A /* arm_jit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC94015BCA73967982E873F03E9AAD9 /* arm_jit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8DCB407BC65EB641940DD4DCFE0905C /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 3B46B04A3CCDD5165D5EF0121C30CE78 /* Standard.deltaskin */; }; - C8F0EDCC63D9076079B4C19CF7933BA5 /* UIScreen+ControllerSkin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266ED18C08BE308BE761E84DB71257BD /* UIScreen+ControllerSkin.swift */; }; C90987A71BCA340A806B8D5BAC38B110 /* GTMOAuth2KeychainCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 3994F0F194A04DC9CB3808405C06326A /* GTMOAuth2KeychainCompatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; C91D9F038BCDB008BAF07DE31913EF46 /* NstBoardBtlSmb2a.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DD242F372C307D8E964D89B64FBE0EE2 /* NstBoardBtlSmb2a.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C955609E9429BCF1317E88D3B7385F11 /* NstBoardMmc5.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A06E97FFB0B952513315F9F29356AAF2 /* NstBoardMmc5.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1497,20 +1482,21 @@ C9717E98185C8B726FC686613E48FF03 /* common.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C5658B98F305B1F0A0DE676A766C32 /* common.h */; settings = {ATTRIBUTES = (Project, ); }; }; C9746E7342808DDE34DF86EE96C9BDC2 /* workqueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 92A9E92E7E1EAD792E6F5D67559633B5 /* workqueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; C9766504221D1451806F2F817618F330 /* NstInpRob.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A3AAAE4E9E9338936F6A4486A7E697B5 /* NstInpRob.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + C978F15B08D1B353EEA3FE0309DB8FB1 /* ManagedRecord+Predicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 299CA7293F3013B9EFF219B08A538D8F /* ManagedRecord+Predicates.swift */; }; C984251B0397F2F333231ECFB831B24E /* spc7110.h in Headers */ = {isa = PBXBuildFile; fileRef = 50AC2C6EE9829DB768B0BC24C15D9DC4 /* spc7110.h */; settings = {ATTRIBUTES = (Project, ); }; }; C9DAFE293B43BD14B46B20A31CC013B7 /* NstCartridgeInes.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7FE6EA99302F555A285FDBCD5A2158BF /* NstCartridgeInes.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; C9DBF7E142847817D4190E3FA254274E /* NstBoardMxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8187CDA1DAC340C978A249CA4B775C3F /* NstBoardMxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; CA06A2A9B4B6D0DD568119113C906296 /* F3DTEXA.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A210B499E1A1A858DB341FEFEB1F163 /* F3DTEXA.h */; settings = {ATTRIBUTES = (Project, ); }; }; CA5AEA1135F07D49B69745A265DBF663 /* FrameBufferInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5FB62AA0B8D0836A6BB5285D7DAEE047 /* FrameBufferInfo.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CA67AE45D0F58F55C284505DE3B615E2 /* FinishDownloadingRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B13CE6D00965784BC21BA0AEA6FB4B /* FinishDownloadingRecordsOperation.swift */; }; CA7DFCADBEA4DD35B62805B5F7DEC0E2 /* GTLRURITemplate.m in Sources */ = {isa = PBXBuildFile; fileRef = C2EF7722E8BE03D0BC9FAE435D669155 /* GTLRURITemplate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CA8BC9E9DF72791B7EFF2EE8A38E6654 /* NstBoardBtlDragonNinja.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 752759220DF0B6DAE5C4C713A47F7883 /* NstBoardBtlDragonNinja.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; CAAD5F033E64DE2FFC221FD56F0400B4 /* TextDrawerStub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3F964CCAAE0ED64E715E3B13EDC6ECD /* TextDrawerStub.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CAD940D51470C0693EC0B233DA1C1137 /* UIImage+Manipulation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D3C0C4D16DA1166A4BE49E0FBEB856E /* UIImage+Manipulation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CAAF053ECC61448073BA1672D4795D8F /* UICollectionView+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E47CCC16C0DF6A37D17E02443C4812 /* UICollectionView+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB03E6305698C1BF90ABA6C44355A543 /* NstBase.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 57FA5D9B89DC2E6B7F4776BA095BDFC4 /* NstBase.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; CB17CC9AD4D054EDE0CF5E562B38DA56 /* rsp_core.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB42486F89614BF4152AD2D590FD8AC /* rsp_core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB28C04680B8F2F8872BF11ADFA7906F /* GTMSessionFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 29935EAE4E6815F7CA2DE22D09B7B9C2 /* GTMSessionFetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB2E2C1A92E75245233968DAE6943ADC /* F3DGOLDEN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6D84236572002E70039D1EC204C0C7F /* F3DGOLDEN.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CB3B8EB9687456622F46D4259A51F5A7 /* AnyCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BD8EA586531FAECAF908C50CA947C70 /* AnyCodable.swift */; }; + CB69985D01175055F66356DA479D8E84 /* RSTOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B07948E9EF320FFD68CD858188BDA7D /* RSTOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; CB6CE598CBB2E8E9A495CE9CE236FD0E /* TxDbg_ios.mm in Sources */ = {isa = PBXBuildFile; fileRef = C920ABE1CD32898FDE28D05E300426D3 /* TxDbg_ios.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CB765FB59178B2E8BAF064DCEEE01B76 /* NstBoardBtlTobidaseDaisakusen.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B5EC979719AF84116845C11E69231908 /* NstBoardBtlTobidaseDaisakusen.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; CC01E3587A8E9AD5CAB5AC395DF17E2A /* NESDeltaCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2967223FA7A49148FE09025B27BCD85C /* NESDeltaCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1523,7 +1509,6 @@ CCDF97447661650F3871DA9339296D0A /* AREngine.h in Headers */ = {isa = PBXBuildFile; fileRef = A7318096FFF38B2956754A11C5513065 /* AREngine.h */; settings = {ATTRIBUTES = (Project, ); }; }; CCE5774ED5FCE59E6AA3EF649C770FFE /* retro_dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = 49ED2B3C6FC417978697BAFBB23CFF1F /* retro_dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; CCE88D1AF8B2FEAFD745471B6F44FA68 /* fxinst.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8B700F6E00A80322FE11595E6936C3 /* fxinst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD1F36E2DB32C6C03D595ACD1D772987 /* Delta.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFE241438C0AB57A428B27B443B2AC03 /* Delta.swift */; }; CD24A3B4442BED3B42597809D0ADBE50 /* PrimitiveType.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C51BEC03C001CB0D0FF60D596A403A7E /* PrimitiveType.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; CD272F7CAD7065825CB71D733350E228 /* TxUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AF68755E15FBB7DFA5A924FE61DA530 /* TxUtil.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; CDA24CCC0D51A30748B7DAADE6A152CC /* fterrdef.h in Headers */ = {isa = PBXBuildFile; fileRef = A32A1F08621C3AC02C88619A32A00140 /* fterrdef.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1534,21 +1519,25 @@ CE829A870CDBA08BC4B81E9921108B1C /* NstInpPowerPad.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A6E36C6DD14EC8BBAA6E35BD54655156 /* NstInpPowerPad.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; CE9E9B2D76FBA91771542595C6C1C5EF /* OIDScopeUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF25816FCE6ED8844012BBFAD385C6A /* OIDScopeUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; CEED0EF783A24A3B5436285DD0930EA9 /* ftsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D3BF3621581C1A5BF06B7FFAF27C8B4 /* ftsynth.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF281D5760620925B1B3D5DF6E213F9C /* DownloadRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B72C27BEB6F1C0E4C123066B66F0E673 /* DownloadRecordsOperation.swift */; }; CF29EA98F7421419C4A3F6E729EEF4A9 /* Flash.h in Headers */ = {isa = PBXBuildFile; fileRef = F0F5FCF1BD44945529F548266DD7E662 /* Flash.h */; settings = {ATTRIBUTES = (Project, ); }; }; CF3C3A671090E16C712DAB8C3CE82ED5 /* ftlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 24AFD84AB2FD9F2A10CA2637C8A63A31 /* ftlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; CF733DA4F22F1F393B47CEFB64EF03A6 /* OIDGrantTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C5A9A48E194E2F6C4821ADB356A5EA2 /* OIDGrantTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CFA5D8386257CF3DDB433E11BCAD92B0 /* vba-over.ini in Resources */ = {isa = PBXBuildFile; fileRef = 516EB9A951C201FC2386D95A5740FD05 /* vba-over.ini */; }; CFD164035CCFDBEFCA8C94873140DE46 /* NstCartridgeUnif.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A0257E87FCF01DF39003A2312BCD089D /* NstCartridgeUnif.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D0176CC67A63EBE8433A51999998D3C1 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 447058719A8B29E2643FF41ADE93393F /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D029796E7544EDF1AB08047EFD7C5C50 /* UIViewController+TransitionState.m in Sources */ = {isa = PBXBuildFile; fileRef = AC471F9A34E0E57C35A2BF6C0F31141A /* UIViewController+TransitionState.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D03167050CD4D7365BB39471C1A7DECD /* SyncProgress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B471599FF3E50FC391D1330B0245620 /* SyncProgress.swift */; }; D03963FA152E587CDF8E8251271A2A47 /* Keyboard.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 99D33724A380CFCCAB5BB70097DF09C6 /* Keyboard.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D03D59240777C6D768BEDC173E01C8FF /* audio.h in Headers */ = {isa = PBXBuildFile; fileRef = F67867503E6E85C4D3C329D0E290FBF3 /* audio.h */; settings = {ATTRIBUTES = (Project, ); }; }; D042A99B0732CD2403CD4B9B9E171E37 /* NESEmulatorBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01927D51792C610278C84EC6FC937AC /* NESEmulatorBridge.swift */; }; D045F5A0AB5F57268EBC246669FF74C5 /* TxQuantize.h in Headers */ = {isa = PBXBuildFile; fileRef = 930CCA4FC5D2409FCFFDC96F0C252042 /* TxQuantize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D05CDF5A2830B382C9BB6FF61044B30D /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9E1D462410765CADC7213DB2EB2F2B7 /* Common.swift */; }; + D0B22091C7FDFAE8E96DA08D1B4CC572 /* RSTPersistentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A75C63D0F8A1F76D4ACF9DC8EF0DC6 /* RSTPersistentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0D17854E9F75F8F5F66879FB2E8B97A /* RSTCellContentChange.m in Sources */ = {isa = PBXBuildFile; fileRef = B618AE98791FBF53D9CCC55B3BD34734 /* RSTCellContentChange.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D0DF2DC2FD93256F49A0084D55CEEF4C /* NstBoardMmc4.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1AB76FD695A8F85C4F2D14CDD05A7647 /* NstBoardMmc4.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D10B8BC1F3E3CED7395902257A9611AC /* ARM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BA80EA6F6F0EB270D91647C7792AF73D /* ARM.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D122AE9661B5C72F28248B8D0F657BC7 /* exprNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC4DA03D57871D39A99EA01B272D4B9 /* exprNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; D1385DFCFF524932808CA99EDCD85424 /* SndOut.h in Headers */ = {isa = PBXBuildFile; fileRef = 194DF7309682A9D246CD7A2499E62054 /* SndOut.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D16166943DA327A67316DD4816AC1A3F /* RSTCellContentPrefetchingDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = D281516BEAC3D67B16886D5733929B44 /* RSTCellContentPrefetchingDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; D16504DC71264C0EF0C584C8846C497C /* DSi_I2C.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0099BB4D934D97A53DFEC8FEFE075B /* DSi_I2C.h */; settings = {ATTRIBUTES = (Project, ); }; }; D16C9572BBB6F00FE6CEDF3A3F3299A6 /* NstBoardSunsoft.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5589D5317C601AB7C713910F472E12CE /* NstBoardSunsoft.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D17B9BECDE71AC45ED3BE75A449E4A90 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3428819E05D09F422A25DC9826AFE3A4 /* SessionDelegate.swift */; }; @@ -1558,64 +1547,64 @@ D1F005A785C937D8E7AFF2D8BFFC04E8 /* GBCTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E4C30525CD8F9FD05E4103946E0914 /* GBCTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; D227AD96CE87FD2EB77BCD191609E3AC /* NstCrc32.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D08C9A9252EAEDB301C73E7C0496EF63 /* NstCrc32.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D22D780A0A477D73349725BBD9ED545B /* NstVsSystem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4A1BEB2BDB6B3210EA1E277365276D59 /* NstVsSystem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + D23CDAC763B16929B4EF9165C8BBF048 /* StandardGameControllerInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 667BB04531AD532495A6109121EC251F /* StandardGameControllerInput.swift */; }; D29CC9297F47007E6EA95D5934165BEC /* svsfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A53ECD7E18331B77906E25C2167786 /* svsfnt.h */; settings = {ATTRIBUTES = (Project, ); }; }; D2AB544407CCD947AEC9FE0A42BD6A94 /* m64p_plugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FA0DFEF3BD031E4B756DA084DF77A84 /* m64p_plugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; D2B0977061CC941C8332CFC7B114D507 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D549D0504A4DB3A914F1E7DDCE586E8 /* Result.swift */; }; - D2BE92A26E3C37F237F9F2F6A0E86200 /* ManagedAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BE1A2C7D1BFABC162A0612C433EC508 /* ManagedAccount.swift */; }; + D2D37DBE26A4FAC37B32862D65572B81 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FF06E317D044FBE8F19F3FF734AF21E /* File.swift */; }; + D32C2A6B0B0A9799D280E35C21421348 /* GameController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0680D0EC0F7556C47C63C604ADEFD565 /* GameController.swift */; }; D3A8AB0190733730C33F5BB7E4CA331C /* NstInpPachinko.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0F35DDDB6786F90A32DA6F7EAE36B032 /* NstInpPachinko.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + D3B84ACB54AF9F4507101455B104C430 /* NSLayoutConstraint+Edges.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF3A696869078C864E1963F2F7D12BD /* NSLayoutConstraint+Edges.h */; settings = {ATTRIBUTES = (Project, ); }; }; D3D3F779A64129565401E26652CFA0C5 /* TxTexCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EAE62E0A0B61F051910B38B004280A0D /* TxTexCache.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D40442328638A1ABEAEA5533C72D4A6D /* biopak.c in Sources */ = {isa = PBXBuildFile; fileRef = 20F7CC12E61013DB22708450AE2BF27B /* biopak.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D407F246DE6CCDB2477ACF3302500F72 /* m64p_vidext.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC77100447CAFFFFB6F4AF0B2D187DE /* m64p_vidext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D411C7D030B9EFED1B26103B261C774C /* HarmonyMetadataKey+Keys.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA65880A9E00C87530A97AB452E135B2 /* HarmonyMetadataKey+Keys.swift */; }; D42591EA5B119243C8F69C20D853598A /* BreakpointStructures.h in Headers */ = {isa = PBXBuildFile; fileRef = 61C2FFE97E3943098D12F4573B41E69E /* BreakpointStructures.h */; settings = {ATTRIBUTES = (Project, ); }; }; D42A4A68244158741379695CE6C0F188 /* OIDTokenResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 7705656D9ACB67DCD415BDC9CD20D3D5 /* OIDTokenResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D430D85D8E6A3C17FAF566959A79E268 /* GLideN64.ini in Resources */ = {isa = PBXBuildFile; fileRef = 171F9A5206DE0CC67CF12102162639DC /* GLideN64.ini */; }; D44B90A52C2A7C56EDDA617913B48A45 /* NstBoardJyCompany.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B29C1972C13EDC9F6DA00EC69351FC40 /* NstBoardJyCompany.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - D455C06F4FBB0B5F61A50549209D52C6 /* Syncable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93FC801129AB7EBECB3C73468243C82 /* Syncable.swift */; }; D472519DC7987B2A305E8489104F2E35 /* GTMAppAuthFetcherAuthorization.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AC04E746A141A123D93FD0B32F00606 /* GTMAppAuthFetcherAuthorization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D47252CDF4CCED5E1C1182B2081D0AE8 /* TeamLogRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52C3986CD38435C5AB2376E3C409FE3A /* TeamLogRoutes.swift */; }; D48A9D81633B41243E369A033A340C2F /* wst.h in Headers */ = {isa = PBXBuildFile; fileRef = C833FB0585E6763E62B2626B7775EDC2 /* wst.h */; settings = {ATTRIBUTES = (Project, ); }; }; D4960B9F2D62C0DA4A5E1CE4128DCE05 /* F3DBETA.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A86914FF9C66F460C255FE9FABBEC8 /* F3DBETA.h */; settings = {ATTRIBUTES = (Project, ); }; }; D497E6BC9761597F44309621D37BC1A6 /* Pods-DeltaPreviews-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EBF2B463BB1DE7D9642507CD8AD0B459 /* Pods-DeltaPreviews-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4AD5185E3D2C1562D4F28F5AC7B0FDF /* UploadRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5196D378C4FC9225A07E3F2C75400C4F /* UploadRecordsOperation.swift */; }; D4C835DBBFFF24894884900A2117A216 /* saves.h in Headers */ = {isa = PBXBuildFile; fileRef = A4CF7FC6F159595512140F9E888B3518 /* saves.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4D482353368D07628E139FFCE154C28 /* DropboxClientsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5C502340014FF856D707A03502DE5C3 /* DropboxClientsManager.swift */; }; D4E348B3BF3AA1C09A9952A42A9838EA /* NstBoardHenggedianzi.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F030D5A2ACDFE755FF9CE1388B16AEB0 /* NstBoardHenggedianzi.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D50BFC0109EF6E5B680609FA2CC27688 /* Music.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 716BF6C8E6DDDF89F269D9F9813DF54F /* Music.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - D51E1EA66C19472E2FE58BF69ACB79C7 /* UploadRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FAFC80D8410A58CAC4713CE004B27C /* UploadRecordOperation.swift */; }; D520E322325CE7788FCC41DC165EEF09 /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3310123B043327D2388853A6741CAB92 /* AFError.swift */; }; D55D2EEBDDF533427670ECA70D6C4073 /* L3DEX2.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DCEC04246449B87DF6B75881B0B83BA /* L3DEX2.h */; settings = {ATTRIBUTES = (Project, ); }; }; D569B7ADD2B7C6B94497985909299359 /* alist_nead.c in Sources */ = {isa = PBXBuildFile; fileRef = A7178A506EAC86F8122E430FA7FD88B6 /* alist_nead.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D571FB551A3E5FADD8BAF38FDE99FB35 /* RSTDynamicDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 95782CF5CA479EC0FDC53DD42C188A4F /* RSTDynamicDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; D5F11E7158AA85B4D41C705233BEB9FE /* cp15.h in Headers */ = {isa = PBXBuildFile; fileRef = F05898980CB64668C5F783AC03E3AAED /* cp15.h */; settings = {ATTRIBUTES = (Project, ); }; }; D60529DE6560CB69891FC2D9540F42A0 /* Config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AAA864C0F0640170A495DCA2EEC4AE3 /* Config.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D606F8896AAD09C8421D58D4646FBF10 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAB38A1A17078FD95D88608D7190F6C3 /* GameViewController.swift */; }; D64EB1A1DAB672E0A2F44B8C895E54DC /* NES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D40B2D96145762667E9278A3644BC8 /* NES.swift */; }; D6DA26ECD3E5480DE7603BA657C237DB /* Setter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FA78E4C167E6D3E4839EA9A48A75468 /* Setter.swift */; }; + D6E1FCCD7E4A5744AE3A2EA50F005BE6 /* RSTCellContentPrefetchingDataSource.h in Headers */ = {isa = PBXBuildFile; fileRef = D281516BEAC3D67B16886D5733929B44 /* RSTCellContentPrefetchingDataSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; D6E3B6785FEB890BC5F5DB58A53D9E0D /* PluginAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B730FDD71B3F180AF4FF2879E85E0B /* PluginAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; D6E48EA66642BAA3C658D4764BB4D750 /* NstBoardBmc20in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 09593CAF86F019BF1E266337BACBB3E2 /* NstBoardBmc20in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D6EEF34BC6C0552BCDC3612F67E08128 /* list.h in Headers */ = {isa = PBXBuildFile; fileRef = EBA199A50EE869E685DF78433F29C2A3 /* list.h */; settings = {ATTRIBUTES = (Project, ); }; }; D75DD271F0720286CA1752333223514B /* pure_interp.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E048CA236FFF78A2B866CA79D9255B1 /* pure_interp.h */; settings = {ATTRIBUTES = (Project, ); }; }; D7690E9C48AD553615A4E3BCCD09EA7D /* cached_interp.h in Headers */ = {isa = PBXBuildFile; fileRef = 79096D906F7AF34756EE89FD73D49F70 /* cached_interp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D782B782DD75DC64C5E603B113F69793 /* Contacts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891C2BBBC34D4E16506204E3C1F8CED /* Contacts.swift */; }; + D795D7C22AEB98A0C7AD305E47AE8851 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 4350D1FEB43D008EF6E9B2A8AF3F8D46 /* Standard.deltaskin */; }; D7A22BFE7446A39607C81829A30BFB82 /* OIDExternalUserAgentIOSCustomBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC60A0745E1EDB3DEA415C302F63FA5 /* OIDExternalUserAgentIOSCustomBrowser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D7D427CF6383C0170A934175CA547CBD /* SaveState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3F65071A7622D8B6598228B03F51F4D /* SaveState.swift */; }; - D7DF3237EC01A502763D1DB8D6AF6174 /* DBChunkInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = D09851E2D679E75596C634FFE01B7ACB /* DBChunkInputStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D7CD62CE5218D77619D9A938E0D70B42 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 3B46B04A3CCDD5165D5EF0121C30CE78 /* Standard.deltaskin */; }; D81548180C2DF5EBC814B6092F24A712 /* GBCCheat.m in Sources */ = {isa = PBXBuildFile; fileRef = 95D5F9A9715A3F046F5369384B6B728D /* GBCCheat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D82F6BA0D43AC8E60BC2D0F04D521480 /* vidext.h in Headers */ = {isa = PBXBuildFile; fileRef = 36D5303C814B207B5D7C9751CDC3F79E /* vidext.h */; settings = {ATTRIBUTES = (Project, ); }; }; D8774078179692E108CDAFBD6B8FCC29 /* ftstroke.h in Headers */ = {isa = PBXBuildFile; fileRef = E7EAE72B3B5A196AA54181C497248EA6 /* ftstroke.h */; settings = {ATTRIBUTES = (Project, ); }; }; D8BA4E95CCD1DCDD6FA02D251DE8C8A7 /* GBAcpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 090FCC05017DE4C785A3A0842C353651 /* GBAcpu.h */; settings = {ATTRIBUTES = (Project, ); }; }; D8C15B1944E9D1997529FBBECFCD643C /* opengl_TextureManipulationObjectFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F6EA5860DA0376325BD9692907C87EF /* opengl_TextureManipulationObjectFactory.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D8DF67B614B73C42089123DF9ECCF432 /* SoundSource.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0F4534A20DE8F8809FD5A2FAB80E52C1 /* SoundSource.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - D8E8731090ABF9769AC0299DCA352BB0 /* DeltaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4B66C3F7AFFDFBD7BCFD2880FC8411 /* DeltaTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; D9679CC9062CD1EED3FC987E28F6D0BD /* NstBoardSunsoft2.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D68AC04EF686D1D8C703E6B1271190CA /* NstBoardSunsoft2.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - D996C4B5B2741B59AFC4727B58B76814 /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = B406D46EC012C6003DF8D4CCFB546BC7 /* Standard.deltamapping */; }; + D98334BCDC5E8D76FCE84E8E8C917C27 /* DeltaCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3700E443B0C590B19D2400939E6ADD3 /* DeltaCore-dummy.m */; }; D9AC90D70E6CBD73218551F2A50595AA /* ftpic.h in Headers */ = {isa = PBXBuildFile; fileRef = 88FE924EEA57077840C906AA3C1ABA58 /* ftpic.h */; settings = {ATTRIBUTES = (Project, ); }; }; D9BDEC07CBF7B3649A84325EDEFF6E3F /* NstBoardDiscrete.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5653340B84C9435A83DA0F9E5FA95602 /* NstBoardDiscrete.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; D9E6A0F259BF88A8D921C03AD7E5542B /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = D15E9A22D4CDCAAC20FF0C91F48BE31E /* Expression.swift */; }; D9E934284A4CA8B89BAD481317C9AE18 /* osal_files_ios.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9DDA821A26BD45721808E06A0C0E747D /* osal_files_ios.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DA0314CA8D401BD02F1E14E4E3630D5C /* missing.h in Headers */ = {isa = PBXBuildFile; fileRef = 1297B20DFF4473E5F547712B85C19A4C /* missing.h */; settings = {ATTRIBUTES = (Project, ); }; }; DA08869D49B2BA2428E2BA95CF8E0F71 /* spc7110emu.h in Headers */ = {isa = PBXBuildFile; fileRef = BDA41F3836670134A2A129F2BB8D3D28 /* spc7110emu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA144783969F277471D010B6277D74C9 /* RSTOperation_Subclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CAE986A70F08EBFB10A2ACE57CC759C /* RSTOperation_Subclasses.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA49CDBAE34AC6D86090380C42CAE2DA /* GTMSessionFetcherService.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FAFAFECE26CF2D48A2BCF20C474BB37 /* GTMSessionFetcherService.h */; settings = {ATTRIBUTES = (Project, ); }; }; DA5FB8762825530A0794591BFC28F42D /* NstBoardBmcFk23c.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 218362C970E305172BDC33EC29EE5E9A /* NstBoardBmcFk23c.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; DAC44210887ABB048895242D099861A2 /* DSDeltaCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B42015FFD3313AC17C168139F10E0C87 /* DSDeltaCore-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAF6E9B3EA03C29896B6FA00066AB641 /* Harmony-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC98BC4FA864639A94DE5783F1BC37F /* Harmony-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; DB38CC3B5FCD83618CF7FA28BB02B98A /* NstVideoFilterNtsc.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E83F0187AB03EB91B5855B0437FE7E09 /* NstVideoFilterNtsc.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; DB3EA388CCC200C1A1F4B374D0EA2536 /* counterdef.h in Headers */ = {isa = PBXBuildFile; fileRef = E40DF036AF5317A3ED60CE4AF950DD05 /* counterdef.h */; settings = {ATTRIBUTES = (Project, ); }; }; DB47F6853EB382430B44DF4397330737 /* opengl_BufferedDrawer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 355D2540961430E0C98856423F2B9105 /* opengl_BufferedDrawer.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -1623,53 +1612,55 @@ DB9A9DAD158DB8AA7ECC8C48D7BC9A66 /* F3DEX2.h in Headers */ = {isa = PBXBuildFile; fileRef = 64223FA97C874ECB3B3A21028EC6BC31 /* F3DEX2.h */; settings = {ATTRIBUTES = (Project, ); }; }; DBBB3448788534CB2BB1227057068558 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 05F3C29A1F7007590F21D1381BF87758 /* pngwio.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DC33C02575D8CF3334F6A6651F46B14E /* sdl2_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = C92E2E1748A19DE3690F0128F51ADC9A /* sdl2_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC4A64268A6C9176E47086B4420EDBAD /* FinishUploadingRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F074F96A3F88DAEB523EE53716121B /* FinishUploadingRecordsOperation.swift */; }; DC5290DA668652E325239F218E345F8B /* NstBoardBmcY2k64in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 41978828D2793918B679572A560230F3 /* NstBoardBmcY2k64in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; DC5A5B90149D2F4AC59E8F45A69562D9 /* Performance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A41E4739936A62A261C531FADCFFFA5C /* Performance.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DC71CF3F5B6B19843B67F5B5D38CA529 /* OIDScopes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1394609C8E44491DA392887EDE296E0C /* OIDScopes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC9B9503E5233BA4D8D95D1C3F8A5121 /* UIAlertAction+Actions.h in Headers */ = {isa = PBXBuildFile; fileRef = F1F24B674E056CE5A32339DEEBC8A533 /* UIAlertAction+Actions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC9DB6E9536C1E357C0E0304CEE2B54D /* PrepareUploadingRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D661A8CED479EFBF38232D8DA778307 /* PrepareUploadingRecordsOperation.swift */; }; DCA0FA77663D18238DFC04339B4C184B /* NstBoardTxcPoliceman.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 71D8C40123C88444BCE6C982C12B9658 /* NstBoardTxcPoliceman.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; DCAAAFF280B9BD4C5BBDEC3F18D1935D /* ZSortBOSS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D388FB87279722FB905D7493EE8F038 /* ZSortBOSS.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DCB42ABD746A6D3C5BB66D168DFAF488 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E03D7B53BDD9E23771708F75EEEDCA58 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; DCB519042760CF10741AC0863F70DD70 /* video_capture_backend.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F9F0BEAE112AEDCAE3217A95BD6DBB1 /* video_capture_backend.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCB916AE146C9638F5E9CBDD82DDC4A9 /* mupen64plus.ini in Resources */ = {isa = PBXBuildFile; fileRef = ECBD2A6867A0D5DE628227BE67476E66 /* mupen64plus.ini */; }; DCEA8BBA57B062EC11BC3D08B9647F0A /* DSi_NWifi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 359D895662DCB862D4CE17B9000DAA24 /* DSi_NWifi.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DCFC75EBC0998A5119EB843B8686C052 /* NSLayoutConstraint+Edges.m in Sources */ = {isa = PBXBuildFile; fileRef = 020BED2D96312DD71C54EFA929FA2790 /* NSLayoutConstraint+Edges.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD2206352D9EA12BB84A94226B759D7C /* RSTHelperFile.m in Sources */ = {isa = PBXBuildFile; fileRef = E19DE8A1E6B39848A1B39E4116DAF8FC /* RSTHelperFile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DD391AA811917A0942680FB80BC61922 /* S2DEX2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE3115B6E2DC11A1F81FAECB18D25506 /* S2DEX2.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DD4C7A606690D29733F4794399503AE3 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3898153F44B55648CF7DB9FE25F48562 /* ParameterEncoding.swift */; }; DD7EB2780B435D49CAF5131404404EB7 /* GBAGfx.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B1B4FEAA61105F3C2B48ED15FC84B0 /* GBAGfx.h */; settings = {ATTRIBUTES = (Project, ); }; }; DDC10EB07029BA4818093802B1A972E8 /* ftbbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 741D80A77CF94D1A62975E95320C1C4E /* ftbbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE0ADD594D871AE64A1BEBE38B34F587 /* RSTTintedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F91A9DD254E8DA7FF12F970DCDC62DE /* RSTTintedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE06DB53C99CC30E94D218B887E0F4B7 /* NSConstraintConflict+Conveniences.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C8EB745EF1C9D8ABBD09F6FF45DE37 /* NSConstraintConflict+Conveniences.h */; settings = {ATTRIBUTES = (Project, ); }; }; DE5F56A14FDFC094D758D92A0D3FC332 /* scmrev.h in Headers */ = {isa = PBXBuildFile; fileRef = DBDF1F1562FB4035D9C7758E467FC2B3 /* scmrev.h */; settings = {ATTRIBUTES = (Project, ); }; }; DE66826524E0FAEE0E07AEF88A209D0A /* OIDURLQueryComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = DA0804368142AFACBF2FEA6AAEF31E5B /* OIDURLQueryComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE87544AD386DF8A07C90E9CD70A28C1 /* SyncProgress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B471599FF3E50FC391D1330B0245620 /* SyncProgress.swift */; }; DEB2238EE51D8CE283CF77830FDDA175 /* NstBoardBtlMarioBaby.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B31CEC23EF7DA46F1B8C7D4CB970ECBF /* NstBoardBtlMarioBaby.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; DF32EB09AF5716F5D28EA401191B9698 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FB51AE2959F21EB69D6FE3537BF5AB3 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DFAB8F019B8D50EA3039E9619A44070F /* NSConstraintConflict+Conveniences.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C8EB745EF1C9D8ABBD09F6FF45DE37 /* NSConstraintConflict+Conveniences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF4886DE32F07DA3E059769A078717BC /* Sharing.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2E301BC89CA1B678778C6029E72232 /* Sharing.swift */; }; + DF712DF0AD265D056D22A5C39B668287 /* UIAlertAction+Actions.m in Sources */ = {isa = PBXBuildFile; fileRef = 180F36277339830E2C8E248501C9798F /* UIAlertAction+Actions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF7F272C918E4C422ACD9A0D8113FBD1 /* UIView+AnimatedHide.m in Sources */ = {isa = PBXBuildFile; fileRef = 91EA84B7384143BF9065F16161516772 /* UIView+AnimatedHide.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DFACB0B585D71B5EE81525823E7706F3 /* StoneValidators.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAB7ED44F9B84101D8255BD78AE2BABF /* StoneValidators.swift */; }; DFE54DACEBD4B3757194FD6444C86B89 /* ThreadImpl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D60828FEC5AAC1583A8F51DE9C0C7F54 /* ThreadImpl.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + DFEAEC998EAA3B682BA1E823BEEFE391 /* UISpringTimingParameters+Conveniences.h in Headers */ = {isa = PBXBuildFile; fileRef = AFD1A713033C1C1E163FB0798FB83410 /* UISpringTimingParameters+Conveniences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E00CA69AE7348D8ADC77BF56243DE78E /* RSTOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = BB22870483890CB67C08063155A2CD09 /* RSTOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E033E31BA13EEA89F4DD7BBFCEADAAB0 /* NstBoardRumbleStation.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 7D2B4AA231F78E750267C346C531145E /* NstBoardRumbleStation.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E0668EA9127E65FBC9BA37F1CC9CC27E /* osal_files.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D610FCE6D7E3AF6DEBF89BCBC88CC02 /* osal_files.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E06C45AC54A21581A55C798CDAE252AE /* RSTNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D77FFE1795D8F5D3B1ECC1F477F9831 /* RSTNavigationController.h */; settings = {ATTRIBUTES = (Project, ); }; }; E0A5A9CBBDB8275DCFAD835B6D4E4AEB /* GBATypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 25D7615688AA86FED1AC4BB20B4DDA61 /* GBATypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0ED3A93B439E810D0596BBE1D718B66 /* Version+Revision.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2FE5BBE253B72A102E21C87A47E8CDF /* Version+Revision.swift */; }; + E0C2E67C3AB7104B0F89CB5D32278E65 /* RSTCellContentChangeOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 729BF0CDF2F194945E181AE490D95F4D /* RSTCellContentChangeOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; E0F9A84B4248F7E5365722CB3374B30F /* rumblepak.h in Headers */ = {isa = PBXBuildFile; fileRef = B9BD4DA28886376C2E7481B62044CEAE /* rumblepak.h */; settings = {ATTRIBUTES = (Project, ); }; }; E105C6EF7FFFBDBC56A0858F5F5044C1 /* NstBoardMmc3.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 26646A28E9ED441AB97D854E6673E8A6 /* NstBoardMmc3.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - E144CE754C62D08FBF5C7CDFFCE0B9E9 /* CGGeometry+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = E071D5F4AE0E7711FCA5CCC846C31D03 /* CGGeometry+Conveniences.swift */; }; + E1365C07598A7AB0AA61E0B6BE212431 /* Delta.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFE241438C0AB57A428B27B443B2AC03 /* Delta.swift */; }; E14EF0F9CC8432791A33CDA29691E656 /* m64p_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE05F26BE4D2578EF065C4C5AD60FC8 /* m64p_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; E1B8F3117E84A93173D84B2FB6C5721C /* NstBoardKonamiVrc6.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 95EFB88BC92F537DB780AE0EA86B3203 /* NstBoardKonamiVrc6.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E1DBF843AF3DF47466789516392B0CD3 /* usec.h in Headers */ = {isa = PBXBuildFile; fileRef = 676D937BEE4FDF32EC269E9269F058C9 /* usec.h */; settings = {ATTRIBUTES = (Project, ); }; }; E1E5329125EBFCC1C642BFBF5A3BDBA1 /* gfx3d.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A261213E2B25A44E14082D132F7522C /* gfx3d.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1E8B48DBD5AB85A4FCEEDE256BB4404 /* NSPredicate+Search.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0E24A9C80929074CE421F5E143D51D /* NSPredicate+Search.h */; settings = {ATTRIBUTES = (Project, ); }; }; E1E8D7DF8C4174495EFB59964A31DB53 /* NstBoardUnlCc21.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0F2CA0906100AC0704069571719461AF /* NstBoardUnlCc21.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - E20D70D9A7BD52AFA27242B6913AA8E4 /* TouchInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 711B7352488C5E8D3F8233466422FFF3 /* TouchInputView.swift */; }; + E1FB79FA72C8B736DFC4E6B241BE4ADA /* FilterChain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 092DB3EB21BDEE14EBAE69612D017417 /* FilterChain.swift */; }; E2114A26364CE82D19486C3AEFFA51C5 /* OIDRegistrationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC2005CE13CCD224C3EBED2E51746C4 /* OIDRegistrationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; E2298E8D86AD187913EAB237E8DB41CC /* NstInpDevice.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 17181ED2D304D8A94535FE3C58B4C56A /* NstInpDevice.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E2B6F6DCD8B7D28FF44950550297BB40 /* ftglyph.h in Headers */ = {isa = PBXBuildFile; fileRef = D10C4B664B0D6E9E7A1E16276357E6AB /* ftglyph.h */; settings = {ATTRIBUTES = (Project, ); }; }; E2DB625B1C65125AEB25430CAF2744EE /* MelonDSTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 29515613E23B7BFB6F0C110FF8378E8E /* MelonDSTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E311C86DC12DB133F625E865028DAEBC /* RSTPlaceholderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 102051CEA6C8229254571DDE0692B129 /* RSTPlaceholderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; E3347EB4758BE48A44B40F76F0ABB5D1 /* NstApiUser.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DD108C176BAA6B4AFC3B7EA738A0A8EF /* NstApiUser.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E335B7B44A250042E80CB32AF0151F62 /* ARMJIT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28573BCA4548E16254CA8EE96B3D39B2 /* ARMJIT.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E34584A084C53393850D1F383D81318F /* RemoteRecord+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E9F9B25CAC936BA1BA662A8A2168C21 /* RemoteRecord+File.swift */; }; E35385E26FD8721078F013624AAA5E5C /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 78D67D81F7F536854B214522F25EF65A /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3610AAB679DAE20076B876FB27DA7D5 /* FileRequestsRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 873E8639008B916BC631F363A5C5F944 /* FileRequestsRoutes.swift */; }; + E37B9DE910AF15C009FC8061DAD750CD /* AudioManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2867A21CC5D09F1990985A93B329E72E /* AudioManager.swift */; }; E396CBAEAD7128CCC203DAA3E962D6D8 /* ftmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = 49686D6DC64792B2244933701BBFCECA /* ftmodule.h */; settings = {ATTRIBUTES = (Project, ); }; }; E3AEDA58F4D0C0BD7F203947626DE7D0 /* Log_ios.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0CAD629C78F4E51B87B6EFB4DCC01E05 /* Log_ios.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E3C97C8CA1AB5CDE6D1F246ACB16151F /* NstBoardNxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0409B2DFBB15F5B0BC181C680F5CEE57 /* NstBoardNxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1677,7 +1668,9 @@ E4016329D69FF508E81322939E947CDE /* GoogleAPIClientForREST-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 018B9CE3FFAC5C55364684C425ABDC15 /* GoogleAPIClientForREST-dummy.m */; }; E41468F7B5F4698DD5B41B7436D6967C /* CommonAPIImpl_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26ACDD74537A9B88E74C1CF1FB3A5D2C /* CommonAPIImpl_common.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E4449EB6050573E0A2670FBBD9C0861F /* winlnxdefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB109D8EAF10C56E1B3A5EA385A22B0 /* winlnxdefs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E48824586657B4EB6A0EEE40D8667EDB /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = E0C78CF3BBD7FAE4DF182AF1C994DD89 /* Standard.deltamapping */; }; E4AE151A4B124F23C4906A24431832A3 /* Parameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A38C1E36D3663B274B3678F5A0CB9CE /* Parameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4DB215FCA42E3C5E3D5EA9EEE0B29D2 /* Standard.deltaskin in Resources */ = {isa = PBXBuildFile; fileRef = 9D83B27394F827A375C8041D26B9F167 /* Standard.deltaskin */; }; E4F261276E9BE30D823F625C4311FDA8 /* SoundFileReader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 90B5B6D25886498F82E67ED2C2974FB6 /* SoundFileReader.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E4F6C651232FBD19521548AD4CC1C14B /* ftmoderr.h in Headers */ = {isa = PBXBuildFile; fileRef = C285F91AC1ABFD39E8D04C2480BD194F /* ftmoderr.h */; settings = {ATTRIBUTES = (Project, ); }; }; E50310E6B53396AD1AB8A2C83C1B7A7F /* cicx105.c in Sources */ = {isa = PBXBuildFile; fileRef = 080605C2A98631DA1704F9DC21CCF9B5 /* cicx105.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -1691,12 +1684,11 @@ E641FD1B0F72E40013A35C3D2110B8B3 /* S2DEX2.h in Headers */ = {isa = PBXBuildFile; fileRef = 83AF443222FD006C987B73C4B7720ADD /* S2DEX2.h */; settings = {ATTRIBUTES = (Project, ); }; }; E66D50DE579C45661DFB274FD67B2154 /* NstBoardOpenCorp.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8C7FF379DA01990AD6AF85CC74DCEE8A /* NstBoardOpenCorp.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E66E140C17BD2110139CEEF150CF4180 /* gdbstub.h in Headers */ = {isa = PBXBuildFile; fileRef = 383303B1D603BDA417B2A5F924044053 /* gdbstub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E69B690D9C97C75303C368BFDEF68DB9 /* RSTHasher.m in Sources */ = {isa = PBXBuildFile; fileRef = B2315E586056FC23817E8D8C2F509A89 /* RSTHasher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E6A5A572A3DDC761AC02295572F179A0 /* StoneBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AA1750CDFF1D865E7C06AB2F2D9D87 /* StoneBase.swift */; }; E6D61CADD6A5C059931C0DA27C8675E4 /* SNESTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 608439DF02BFE25E295C6EFBD20644A1 /* SNESTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6DB17224C9F57F5016DBEFCA3242782 /* Record.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD672C9788BC6409606E21764AAB87CA /* Record.swift */; }; E789F730E95E4CF0E8787030301C51C8 /* dummy_audio.h in Headers */ = {isa = PBXBuildFile; fileRef = 98679983FCBE7D77A34F05B9E9B007E6 /* dummy_audio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7913265DEF8F70B495F32C0672F75FB /* DriveService+Versions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47D91F03A269FC928D24E9F5A2980FCF /* DriveService+Versions.swift */; }; E7A40C157495F42EA0A1E07A1F5575DA /* TcpListener.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2128629C2E748025D3FB6470F39C3F8C /* TcpListener.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - E7AC6F5AA69B2371E316BC70F3AB59D2 /* DropboxService.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3ED0DE4597432F5517969CFC7E7802B /* DropboxService.swift */; }; E7F05E4549F57639ADE69789DAAA88C7 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60047B9952AF0E64E19A5321C94B7F6D /* SDWebImage-dummy.m */; }; E806E45AFE7C3645E34D8550A60E75A8 /* Utf.inl in Headers */ = {isa = PBXBuildFile; fileRef = C858F6B7C21B35E28BD8E19BAD707358 /* Utf.inl */; settings = {ATTRIBUTES = (Project, ); }; }; E80A460B2363F705D519774B4050802E /* NstBoardBmcSuperGun20in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 8202AEA51A9BDEA50A02BCD308E4CC0F /* NstBoardBmcSuperGun20in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1704,7 +1696,6 @@ E84A69D0C633252317BD42DB54DEACF5 /* musyx.c in Sources */ = {isa = PBXBuildFile; fileRef = 72C2BD691E773B3AA18161BE9F907814 /* musyx.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E84F335558FA0DC3B5E58F337CE97397 /* hle.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E17B72140AF457A9EFF8F8C0D708973 /* hle.h */; settings = {ATTRIBUTES = (Project, ); }; }; E85449E1FB36904A584E729B171D1B82 /* ftcache.h in Headers */ = {isa = PBXBuildFile; fileRef = 040946E3833F7C5AB61A26EC2289838B /* ftcache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E86B9F9E0C2A585C0BFDFB3A7D336CD4 /* OpenGLESProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE552D959907002364F7DEB08F72AAC2 /* OpenGLESProcessor.swift */; }; E88445D41516D1B5A3E628EC3E040A5A /* BPMDetect.h in Headers */ = {isa = PBXBuildFile; fileRef = 43E8E60E56CB19A317F1DD05A4167EEE /* BPMDetect.h */; settings = {ATTRIBUTES = (Project, ); }; }; E884C117E7C25AE55F0BE89ECB4B625A /* NstBoardSunsoft3.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A9C1FAD618686D13B2AEBF79B8CB40A2 /* NstBoardSunsoft3.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E8C89F9ED55450C6CEC170D556E61B3F /* OIDAuthorizationResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA0ECC72BC51174EAB8BC5942765EB5 /* OIDAuthorizationResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -1715,66 +1706,73 @@ E95AC3962DDB0700F02094C5F26B09CF /* NstBoardBmcGolden190in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0906F4731470C31D026AF417D3565A77 /* NstBoardBmcGolden190in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; E9BC5B2C7BB7DCF038E70097812774E7 /* OIDExternalUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7A744E3DA63CC3472801B6FDF1DDFD /* OIDExternalUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; E9CB1780157DFE783275E66654270681 /* NstApiInput.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 613E3D02E0FCA1DB2DAAAF575F3B6092 /* NstApiInput.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + E9DA2486115E83429EFC0384FB19F31A /* NSConstraintConflict+Conveniences.m in Sources */ = {isa = PBXBuildFile; fileRef = 18C47529D612750BAFD8B41096414B5A /* NSConstraintConflict+Conveniences.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E9F6F491EF2950FE17E9AD6651904D97 /* L3DEX2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAD67D1F51514F2A8FD14EE1A3BDB20B /* L3DEX2.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; E9FC3B0D0E3540BBBA611FE7EBB4AD89 /* ColorBufferReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7C1BFAE179AE0D743ACBFA494428FC /* ColorBufferReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA266D31C9F76A630693D732E1E0D776 /* RSTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = B51099C9B2743A734E370EE4A01EE5C9 /* RSTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA47AB1DFBE4C4146315EAD05AFAC979 /* F3DEX2ACCLAIM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85A6245DFC193CE3EA72958A69D9422B /* F3DEX2ACCLAIM.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EA4A047F75E41DB824267018B4F9A3A9 /* complex.h in Headers */ = {isa = PBXBuildFile; fileRef = 54292260C7F0C11AE47734437FFC763F /* complex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA67310C53ED7EF1DE2924C48C645988 /* NSUserDefaults+DynamicProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CD24C018B59B44AC41CBF862AAD1B65 /* NSUserDefaults+DynamicProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; EA9018991B3D1E7F972855D322B8402F /* pngusr.h in Headers */ = {isa = PBXBuildFile; fileRef = 946BB7E7DCE5991C44F1D670DDABFC29 /* pngusr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA90454C2DC626839D18C185CE9C113B /* VideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 104E9C84E010B1DB40F30B8A6D71F370 /* VideoManager.swift */; }; EAA60BBD1FE1D30F81B8E5F3A5B368BC /* NstBoardVsSystem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2F604792FD5850F6D01682B904D4F54F /* NstBoardVsSystem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EAA9D72DD74032A907CE00E1D6CD6CC6 /* SwiftyDropbox-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AD6F23E8827FA692E13F9E60FB6C15D /* SwiftyDropbox-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAA75DCAC2BAC1F8D29F5D002DD334D9 /* RSTBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C080DAA189113F34158A00AA1827ACE7 /* RSTBlockOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EAD179E06409B8D6B211DE6EEECCE18A /* FTS4.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF4FFB0733DB131DE7AD73E8B01CA34 /* FTS4.swift */; }; EAD5F0EEDC2C86935624BBC077AED5F6 /* ConfigManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F8E69A7A33F1B8CF300B1933EFB3070 /* ConfigManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; EAE70B9850606EF3C57E0209F68A3400 /* GTMAppAuth-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F1709FCAC326F45BC1A514C560DE7AC3 /* GTMAppAuth-dummy.m */; }; + EAF3629FCC73F2D9DEFA4B0EFD1206C6 /* RSTOperationQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 2394DCECC5F71EDBCEE1E73732453EAF /* RSTOperationQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EAFE674565905440842988250E45A257 /* FileManager+ZIP.swift in Sources */ = {isa = PBXBuildFile; fileRef = C078AFD83C295027D0241FE5DEC8B655 /* FileManager+ZIP.swift */; }; + EB546362D377A9063D9CF3B0BFF27B0F /* Roxas-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E216815BF6887E071400BA9F9EC1309 /* Roxas-dummy.m */; }; EB591E4315B746FBA0C0D0734EEE9298 /* cpuops.h in Headers */ = {isa = PBXBuildFile; fileRef = 0874B8660547C2AF46167531101B0E22 /* cpuops.h */; settings = {ATTRIBUTES = (Project, ); }; }; EB5DF12525D86B4C320EF9E73AC388FD /* NstBoardTaitoX1005.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 06E6ED3761F907C941B3EF6B837BB916 /* NstBoardTaitoX1005.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + EB5F0BB733D5E859DD74E385F6C3DE0A /* GTMSessionFetcherLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = C695B703F3880882D86EBEF281636B0A /* GTMSessionFetcherLogging.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EBE666213B50E4664037BE93325B029B /* DepthBufferToRDRAM.h in Headers */ = {isa = PBXBuildFile; fileRef = 271E2E56285E890F193D75D7238055D0 /* DepthBufferToRDRAM.h */; settings = {ATTRIBUTES = (Project, ); }; }; EBF6BFD128020D5E02D7FFE5E3C9FDB7 /* plugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 35AE38290CFBB8DCF28A79FC5E0F2D79 /* plugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC0CB39A94C3E7734631A5BFC8EAE4B7 /* VerifyConflictedRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 473D2384319BCB46A474F3CF8289BD48 /* VerifyConflictedRecordsOperation.swift */; }; EC4F7598C6498E377431E4F5890C53F9 /* FIFOSamplePipe.h in Headers */ = {isa = PBXBuildFile; fileRef = E18BAC1A364476138165E9DAA8E469F8 /* FIFOSamplePipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; EC7E73562900AD369694E78DD3A086A2 /* registers.h in Headers */ = {isa = PBXBuildFile; fileRef = A3861AA996FB10FE608C9E586D90C9F7 /* registers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECC2E86826C3DEBDD53773573D4CE3B2 /* Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = E989AAD5B5176E39AEACF997E83D5120 /* Input.swift */; }; ECC57F685A71ADB84B524DFD4B35802A /* L3DEX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02DEBBF9FF6D702FBFBE8D12C367A119 /* L3DEX.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; ECD4161D31505217F505E61F26AA4856 /* af_rtc.h in Headers */ = {isa = PBXBuildFile; fileRef = 63009045A5258EC061C7BDFA58FCA888 /* af_rtc.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED1E125D9B437B94D81EA1BBC901BAE0 /* NstBoardPxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 54A730464A55628A722655074F050412 /* NstBoardPxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; ED26B95CBBBDD55729D406DC306DA2B7 /* SocketSelector.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F25116F1E4A1156B547162477D7FFCA4 /* SocketSelector.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; ED483949393C2AC6CFE5A772C4327081 /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = A52160BD111F9889E80A031A846BAA05 /* pnglibconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED9E1F1714C7881F7457330B8EB57F2F /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 863405EBF5EF0703221FA48790EA55F8 /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDA71F887352A1078CE24978FC1DBCC4 /* ThumbstickInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186A8A256C8617314B0C613AEF8628A8 /* ThumbstickInputView.swift */; }; EDAB744BBA4BCE3883336694ACA84DC8 /* writepng.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C923E11C5810643A0781C332F533A8 /* writepng.h */; settings = {ATTRIBUTES = (Project, ); }; }; EDACE38AA7FE871FEE64F0BB10786EB2 /* OIDURLSessionProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 77D50B1A1F623224133131E5F01E3210 /* OIDURLSessionProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDD2E24F5F3398A9239395FCCC4E9470 /* Data+Compression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00E1F6603DD41279F1B46FBA1F002559 /* Data+Compression.swift */; }; EDDABACECEF1B91FC77944FE9DAE995B /* NstBoardBandaiLz93d50.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D136D0103EFC98F76207487A7ABC2F67 /* NstBoardBandaiLz93d50.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EE4691FFD8E27ED572A5262875546C76 /* UITableView+CellContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DF3FF9A69DD247D049DE7DC0007C940 /* UITableView+CellContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE564631D33B335A821E332AC41489CF /* RSTSearchController.m in Sources */ = {isa = PBXBuildFile; fileRef = 75759807E6D9531D36908860D364F3A5 /* RSTSearchController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EE8BEA7B964D3396B893AFB51E3C9F58 /* Socket.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5FA94A0E58BBBE2266CA695115221C4A /* Socket.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EED5DC96ACE2578374FD7AC5903F801C /* RSTToastView.m in Sources */ = {isa = PBXBuildFile; fileRef = 722140CCA61511949B1060C8B4BAD6D0 /* RSTToastView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EEF2D4B53073F27A5A65700D9A6A0D5A /* Collation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF899E11DE0A4FDE5030C7D618BF73E6 /* Collation.swift */; }; EF171A9DF5A7FD043156A5A175A88657 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB9DE6BB70D88AA7BA75D6103007F636 /* Errors.swift */; }; + EF369C022CC1B332FCE52ABA0E48BCCF /* GLideN64.ini in Resources */ = {isa = PBXBuildFile; fileRef = 171F9A5206DE0CC67CF12102162639DC /* GLideN64.ini */; }; + EF3C20F19C611B5D9EE5401B632BD141 /* GLideN64.custom.ini in Resources */ = {isa = PBXBuildFile; fileRef = D9A99AC4564024C83E5D7E12274FEA75 /* GLideN64.custom.ini */; }; EF4AE5DF945B34213337F6AAB77A1AF4 /* NstRam.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 1B91D408ADBF0A1364B8E859A3DF051E /* NstRam.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; EF5AE48CE9D7BC0F3F93CF4FA6195EAD /* NstInpAdapter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 5F3E73B0C28C65A6D5C2D04412B1E3A2 /* NstInpAdapter.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; EF76A1290DA3DE1B0EF87D3370D19B4B /* NstApiTapeRecorder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = D2C5FF03705697F80BAC9D24C6CDDAB2 /* NstApiTapeRecorder.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; EF8D87239066573EE797BF0EFBB04736 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DA856617D2E5895654D405707061C8D /* pngtrans.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EFC1979FA5C9F0B1E7924EE1BC92E196 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAE8DC137442EAAA5DC092AC502EC9AD /* Files.swift */; }; + EFA663CD08B1C94FF7BC2ED50A796F96 /* RSTRelationshipPreservingMergePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6845564D5CCCEE5193E41148287014 /* RSTRelationshipPreservingMergePolicy.h */; settings = {ATTRIBUTES = (Project, ); }; }; F033CA4D5B2140BAA54F3EC3DE06947D /* NDSSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 418408117D755DC58FD35A1AEBE7BD41 /* NDSSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; F0421A7031BE6E308D3FD0FCE8F225A1 /* OIDServiceDiscovery.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A55C63945BDD4783575C3CE9A544A75 /* OIDServiceDiscovery.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0448C45FFA20EF7F8946E66F9ED4CAA /* GTMSessionFetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 337AC60884C9D2D2819DA4A74E030822 /* GTMSessionFetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F063049B4B7A1CD6B5A9BF0D32386FCC /* FrameBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FCC9F5D5AA2C30DD2A0310B67BF6941 /* FrameBuffer.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F0720B1BAA159202A62BE9C79E70ED46 /* DriveService+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87E9CC75A2E74371A9A9671AA1299FE3 /* DriveService+Files.swift */; }; + F0766352974CC8F7B46CE83EC34FCD2C /* UISpringTimingParameters+Conveniences.m in Sources */ = {isa = PBXBuildFile; fileRef = F8B187821DFE47A48AFFE8B8496B8C46 /* UISpringTimingParameters+Conveniences.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F0E9D8F13C1491DFF2968EAF368BA95F /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 777E5194DFF3C1061CF833D9177DAB93 /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F0ECD14E643C69A2026E3DDB669C1EE5 /* instruction_attributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 47869A3E08F3C34D3A128ECDB9C276B1 /* instruction_attributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F116812A92BDA48C7517D66C8C082F66 /* RSTCellContentDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 9ACC9194F5B06F05848A391AED6BEE15 /* RSTCellContentDataSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F1139C631E6AB86EEA1BD1C6BA77F673 /* GTMSessionFetcherLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = C03B54881A82B6C743436EA95E3CB868 /* GTMSessionFetcherLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; F1530EEA01F1A7C1E4518B08E637F628 /* ftttdrv.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2E27F6A574D10C04C2A28A8F7F929B /* ftttdrv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F194637448D516567390658A01C85752 /* ControllerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E391CF9551BB3A4B87436C08C3130381 /* ControllerView.swift */; }; F1A1C65761F59B17E9F0CCD6E31BC6D1 /* NstBoardNamcot.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 63363BF83848A94A46DEE8515C73F001 /* NstBoardNamcot.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - F1A28EBCACD679DEA65F1221444E86FD /* RSTNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 57BBF8F3367BAA59BCB8B42DE62C605B /* RSTNavigationController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F1AE2EC9FFCC375E75FE6FAFBBDE1E96 /* ftoutln.h in Headers */ = {isa = PBXBuildFile; fileRef = 091DED2DD5BC6745EBBD64305E80ED68 /* ftoutln.h */; settings = {ATTRIBUTES = (Project, ); }; }; F1AEF2B1C6CCBC24D4497AE79403B3A9 /* NLS.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE03E8868705921E4D7F341382087D9 /* NLS.h */; settings = {ATTRIBUTES = (Project, ); }; }; F1D4CAD0ACCA1BEF7211125452F7225F /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 117F03E796D3E4C1912371CA0722AF12 /* Thread.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F1D718A0226D21670A6B1E039C8180BA /* ControllerSkinProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54340D6DD361F80825634BA710CC647F /* ControllerSkinProtocol.swift */; }; F1FF4C5FB474337CB81B747C4F2EC38F /* NstVsSuperXevious.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DFA6380E55BF081358F382C0F2FA7B60 /* NstVsSuperXevious.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - F21FFE28108C4F45A7C234643C671FDB /* HarmonyMetadataKey+Keys.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA65880A9E00C87530A97AB452E135B2 /* HarmonyMetadataKey+Keys.swift */; }; + F213B8350B3200E9893BC72EC87C95FB /* CustomRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 042072B4CCB426CB6BA3EC60EBC15479 /* CustomRoutes.swift */; }; + F2166BFE4AEA14786074BA8132673BAD /* OAuth.swift in Sources */ = {isa = PBXBuildFile; fileRef = 782872CFC4F68131BE28C5F57E392DB7 /* OAuth.swift */; }; F25A97243E1AD7DBD715CFAA07651641 /* GTLRQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F5D3CB10C2FEC38E0AAA8875B228BE5 /* GTLRQuery.h */; settings = {ATTRIBUTES = (Project, ); }; }; F27810503A84E1DF0956A50AFF1B9685 /* cart_rom.h in Headers */ = {isa = PBXBuildFile; fileRef = BD07BF4FD0D241E4EEB7F77EB2E38547 /* cart_rom.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2A9A91BB67B87B7F44B7C1D1E834B2E /* DropboxService+Versions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3D041C8E04144BDC0DA88BB4E4D8753 /* DropboxService+Versions.swift */; }; - F2BE00568F5676FA46D4627F7743FD3B /* GameControllerInputMappingProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8322B6BD024082677D1071F4527DD77F /* GameControllerInputMappingProtocol.swift */; }; + F28F442CF216DC194912F2578A4E0F23 /* UIViewController+TransitionState.m in Sources */ = {isa = PBXBuildFile; fileRef = AC471F9A34E0E57C35A2BF6C0F31141A /* UIViewController+TransitionState.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F2CB81C2F71BA80DE116C20982244569 /* sar.h in Headers */ = {isa = PBXBuildFile; fileRef = 88D51A28CA4983A6CC1305B2891CCFCE /* sar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2D263FF9DB4C936E7815743F97E9206 /* NSUserDefaults+DynamicProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F97120052DC61976DE9E72A49B3917 /* NSUserDefaults+DynamicProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2DCD0FA2457BB00644E4ABB48FC28D2 /* ExtensibleEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B34E5D0AA3B5154E76417C4AFD1E7A8 /* ExtensibleEnums.swift */; }; F2FE3835FE8882C7FBC1BA452BEC1FC7 /* Time.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B6F07EAB1D04617215BC613043EF6A03 /* Time.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; F310B0118BAAB7E23157158A799F3645 /* GBACart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18B2919809C4CFF342E76CFFC86FF457 /* GBACart.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F318C3794184AA58D785EFD93FE43B9D /* android_hardware_buffer_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = A670E0A07A93DB068E3BBF5E5644BB5D /* android_hardware_buffer_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1783,24 +1781,27 @@ F35285DBFEFF7CBF2F8FB165FD79DD98 /* NstBoardBmcA65as.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A89A4AD8EE20FF09DD4FE01EC306F892 /* NstBoardBmcA65as.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; F38821175CD8A761DBCE0F06C455F9A1 /* CheatSearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2327BFAA2B34E53C849391EFB6C26E15 /* CheatSearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; F39FF74FAD441990411ACD6C516AE159 /* TextureFilters_hq2x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 055F19EAEEC932D69F4AD6D6C02673B1 /* TextureFilters_hq2x.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F3BC9B5D532D05D690BAEBE0C878A298 /* TeamRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2CABF113DF826F6EEC3389CED90F79 /* TeamRoutes.swift */; }; F3CF5B677E189A99863C53B7129664D8 /* TextureFilters_2xsai.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76F99B741051818D7B84AB0AAB5A23DF /* TextureFilters_2xsai.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F3ECFF5A4BA63E87214430A12812CC88 /* vidext_sdl2_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 72F4F97B5A20840B22C7B3086D082CFE /* vidext_sdl2_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4181C348B0462F0ED07C2D89FEAAD1C /* RSTPlaceholderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7580438732575706FC0C5312EF089C /* RSTPlaceholderView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F43BA1A82D360BBE531D7C293737CB62 /* FrameBufferInfoAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = BC45D9FBFEAFD0B53F95C8F4773F02E8 /* FrameBufferInfoAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4492975C1C1D382B9B239F1134ACDC8 /* RSTBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C080DAA189113F34158A00AA1827ACE7 /* RSTBlockOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F49934225D5974E030FF9CB9416A059C /* ftrfork.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E2A5DE941B07521BD76FDACA929E0C2 /* ftrfork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4A3299569D26F19CD8A72E5F7001777 /* BaseTeam.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F7B449BDE05A8CA1C8481DD47263BB3 /* BaseTeam.swift */; }; F502D4152256E4F651960BCA7BE24E86 /* DMA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD55C1D1EA8D292BB2927054E5C56F6E /* DMA.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F527E754B797D0851845FE90C86D7A5D /* DLTAMuteSwitchMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 103BD5750DB5001ED6AD8D19BA221BC5 /* DLTAMuteSwitchMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; F531FFCDF1C0DDE4DD851EEC0B1FEC2E /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = DE49F287853485A7A24DFAAC2A0468A5 /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; F554AD1CDF74A113E39C286238820473 /* NstBoardJalecoJf11.hpp in Headers */ = {isa = PBXBuildFile; fileRef = E131823B02DA62033ACD68F90979B3A6 /* NstBoardJalecoJf11.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + F55CAEDC3FDD7F33E637AD0EC9812540 /* DeleteRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D5C691D49AD34C21F740E93D2F2155C /* DeleteRecordsOperation.swift */; }; F58AF3DAD5D5916F712390DBA8BD2965 /* opengl_TextureManipulationObjectFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EA06691575E37AAE40934A36DFD963E /* opengl_TextureManipulationObjectFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5A977D9F2C9FDE752125CF2EBAF8790 /* DriveService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD717396E710C1F3AC24B2AD49948DFB /* DriveService.swift */; }; F5C315D312696DA2A3DFBBC4D40FB8E3 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EB6C0DDB2075DC2B627D9015691F63F /* Notifications.swift */; }; F5CB903CC602617A94978CB68815EAD8 /* SQLite.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E31B5D12439A18AEAC61E2CAD17100 /* SQLite.h */; settings = {ATTRIBUTES = (Project, ); }; }; F62135414F6F7917FDAAC694256D5AC3 /* NstBoardBmcGoldenGame260in1.hpp in Headers */ = {isa = PBXBuildFile; fileRef = AEB81A6D02776389727FD1234E8C86BB /* NstBoardBmcGoldenGame260in1.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; F67EA6EA59A43D602F6A5671A20CDC53 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = EF93377C240378AF46C36F1D6AE7E241 /* pngrutil.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F6BD13E3D33810BFCC570979C5FB382D /* ftlzw.h in Headers */ = {isa = PBXBuildFile; fileRef = 420F2D7E82DCB4670DD9AC159AE8CB48 /* ftlzw.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6C195A96F870756403727BF26A9E21E /* UICollectionView+CellContent.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C76B6A29C0D032AB0DD055309D1387 /* UICollectionView+CellContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F6C58A1587E069C62C520BBC5EF7CEE3 /* autohint.h in Headers */ = {isa = PBXBuildFile; fileRef = 2321A59BE64F0DD031D7850508AB6437 /* autohint.h */; settings = {ATTRIBUTES = (Project, ); }; }; F6DED1B87CAB561CFB9D72DB0E92F018 /* Coding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87EEF33B7BF336A8E713DF8A45D0CEF3 /* Coding.swift */; }; - F6E1819B5CC8CF6A1EDA1D77EC0F8EC4 /* Paper.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB52D0DA053C4BE954855729C3E9F6A /* Paper.swift */; }; F70A0EAB25CE80D13EDFBCDE5DD9D005 /* Combiner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53D2A4DA49C20418137EF65E0F9A5665 /* Combiner.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F71F9160F9CBD0B794B9C4C287D927C2 /* GBASoundDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = BE4C3DE847FBC50AAA7DF9A629B1AC09 /* GBASoundDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7519C1D6E9E92AF645CEFB2E4554096 /* ftobjs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F23316432A2E40B25E4A0F2D32AB9B3 /* ftobjs.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1809,18 +1810,18 @@ F7648239120699351C08E480E3AF46AE /* OIDErrorUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = CA8DAD5EC2296F8CEBBCFED4C93FF9F1 /* OIDErrorUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; F7845B071AB072DE21C9C6DF891595D0 /* NstApiBarcodeReader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 6CED9A062A0270F010C6EB9D1C8210C0 /* NstApiBarcodeReader.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; F79A6978DCC55BB59B530FC01880E29D /* GLideN64.h in Headers */ = {isa = PBXBuildFile; fileRef = C74A158169DF87C094722AEF80379C12 /* GLideN64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7BE38851CB027BF2BD7B8EC01FCA78C /* ImmediatePanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16D5BBBB45CF1D60FC6565D2CDFF1D2 /* ImmediatePanGestureRecognizer.swift */; }; F7E19CA79BB48E48716DED58215AD911 /* ColorBufferReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBB27E55F8C770C262902824CCDFBB55 /* ColorBufferReader.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F819CB15D6EBAC394EC9DD9B858F2127 /* NSFileManager+URLs.m in Sources */ = {isa = PBXBuildFile; fileRef = B3EBA4C7AF2961430F113BBF0D749FD2 /* NSFileManager+URLs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F820DDDB50E89BC0F39E18CF72B093E0 /* F3DFLX2.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C16C000033E3A0DDF2B3B7B582F2A2D /* F3DFLX2.h */; settings = {ATTRIBUTES = (Project, ); }; }; F8456082844E1B329908912F845EE35E /* readpng2.h in Headers */ = {isa = PBXBuildFile; fileRef = F05832C13F18C01CF5E10661F433547C /* readpng2.h */; settings = {ATTRIBUTES = (Project, ); }; }; F84671FE8BA3F5C965FA4ACD5FFA5200 /* NstBoardGxRom.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 477FB86AC8B0D1B1317290EE392A0ABF /* NstBoardGxRom.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - F850E6FF232657799C7BD91346A368A3 /* RSTLoadOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C8AB7FD07C0ECCA27FBE751419AC29 /* RSTLoadOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; F8700BFB83819A8020B48CC994945A15 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5493E7028A76779CB0FF8D0B18384D6B /* MultipartFormData.swift */; }; F875E5994E4FE31BC8D3A96E4B404E9D /* GBA.h in Headers */ = {isa = PBXBuildFile; fileRef = EEEB95030AF7A9764E692CE0A4780722 /* GBA.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8A2E7792F2BE9336D6D9E59FC80FD0C /* ManagedAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BE1A2C7D1BFABC162A0612C433EC508 /* ManagedAccount.swift */; }; F8CCD0AA7FB23F7CB1C08DE04B1A93C7 /* NstBoardBtlSmb2b.hpp in Headers */ = {isa = PBXBuildFile; fileRef = C3A9EDD6A6B25EA9B355E4498EA7598E /* NstBoardBtlSmb2b.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; F91147CE6333EB45B7FEAD9FA93B59EA /* fxp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3933218BC8BCF02EB2BF32BD1FDEA43D /* fxp.h */; settings = {ATTRIBUTES = (Project, ); }; }; F9261AFE6C6D70EC1E66696C4DCD178E /* F3DPD.h in Headers */ = {isa = PBXBuildFile; fileRef = B444C52B7AFA9D63FAF0B461FA593168 /* F3DPD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F940026271D9F78727ACDE491AACAE30 /* RecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85767A35245E3736DA411E063B0A563E /* RecordOperation.swift */; }; - F9451B980D6225E9D525353F6821A708 /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 9B1ACC9E2F2024AB5391E216FCCD3371 /* Standard.deltamapping */; }; F956BCE9AE2D261366C1A17A816088C5 /* FIRFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DFFF4B845C9F49DB2E04228D7CEE551 /* FIRFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; F9698CB61E155BC0A54052454CA4220C /* psaux.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3971B130EA808E3BC3AC7DCFDFCD2B /* psaux.h */; settings = {ATTRIBUTES = (Project, ); }; }; F9C5FFBD5B7FE43750628BC9C3B5DFCB /* F3DAM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C07C9B57A5D082C07FD91A96267A69C /* F3DAM.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; @@ -1832,6 +1833,7 @@ FA8C88B96FBBE7295D4C65F943AADA79 /* OGLRender.h in Headers */ = {isa = PBXBuildFile; fileRef = F22B9A20D8FCAE9E7B8FB6467F30054B /* OGLRender.h */; settings = {ATTRIBUTES = (Project, ); }; }; FA9B3AC7F5917EC0557B43CF9F65AA9C /* cheats.h in Headers */ = {isa = PBXBuildFile; fileRef = C324BC780B175A1C93C1DAAC4213BBA7 /* cheats.h */; settings = {ATTRIBUTES = (Project, ); }; }; FAB50CA9E1DEF843622F3FE296677223 /* MelonDSTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 28BDAB6D36E1EADCF2531924F93D2485 /* MelonDSTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FABB7803592E3FD5EAEE54A2B299ADB0 /* ConflictRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5009ADD97F8DA6812F36AAFCE22E572 /* ConflictRecordOperation.swift */; }; FADBE2E76B078F19E825180381037342 /* Ftp.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9160F8868FD9BD417C394A0B283C3E9A /* Ftp.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; FB1F0CD5966988C14EB54972346BA994 /* opengl_ContextImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8D6DADCB295C3B1CB4B4517085615C /* opengl_ContextImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; FB327AFF20A254B19FECD641BE8B515C /* transferpak.h in Headers */ = {isa = PBXBuildFile; fileRef = 48907C43DF6930F8003108EB5C6F7BA3 /* transferpak.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1839,398 +1841,397 @@ FB4CC6A36E964220C63B0E2A59173476 /* PostProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = F58B6A269CCE0D6DC10601E490E20B54 /* PostProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; FB4EBBFD6045EB9128A76A9318CD5BE4 /* NstBoardBandaiOekaKids.hpp in Headers */ = {isa = PBXBuildFile; fileRef = BB32B7EDD671EBFA1249485B97B59362 /* NstBoardBandaiOekaKids.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; FB6DF9070B968DEC6BE6D200B64EF86C /* uncopyable.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7B93FEB4CD587D67E7FBC9030FFB69 /* uncopyable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB937895629AA11D45B725E792350D3E /* UsersCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC665182739FE3E5E1CD4245265361E /* UsersCommon.swift */; }; FB99CA157ABBB0F0A9A40B20EF00708A /* seta.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A64822D43AA4F0CF69800DA732637F9 /* seta.h */; settings = {ATTRIBUTES = (Project, ); }; }; FBB0EF1ECE6783F04140EB42D131A035 /* MMU.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D617918958B004C494A5E18D1F77DE5 /* MMU.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBB2B7F46999CE43061BDAA4423F7F79 /* GTMSessionUploadFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 6994C31236ADC5C03CF5665E82B6BCD2 /* GTMSessionUploadFetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; FBB304AA8F4B6D44D94F0F5168E133DE /* opengl_BufferedDrawer.h in Headers */ = {isa = PBXBuildFile; fileRef = 73ADD12AA159A3A86ABFF932ECF648EE /* opengl_BufferedDrawer.h */; settings = {ATTRIBUTES = (Project, ); }; }; FBC915474FD9A84A925EF747968A1CFA /* transfer_ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF01A13CD65D9D294C488D4EE221B68 /* transfer_ptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBD36E8BC4DFB2CDF50BCF19E881AE9F /* DeleteRecordOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9011A3001388A7AC0B5F67D5A0FDA5F6 /* DeleteRecordOperation.swift */; }; FBE53C0DE4569D6979BE7382F31F2B09 /* SMClassicCalloutView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6EC26D0CB9E093DD0957CA1B397BAD /* SMClassicCalloutView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC13EB78BFBCCA781FA0F818C48865AF /* CheatProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A4475D925ACB241668382B38C370988 /* CheatProtocol.swift */; }; FC496ABB9C78B576287AF63933F4024A /* cpuaddr.h in Headers */ = {isa = PBXBuildFile; fileRef = 237EA7FAD30101B1B933A7BFC4950C00 /* cpuaddr.h */; settings = {ATTRIBUTES = (Project, ); }; }; FC7FBAB5F9D657568EC7C86DA10C5F84 /* GLideNUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 94C0157C0BE85463A3B2C001FE4AF746 /* GLideNUI.h */; settings = {ATTRIBUTES = (Project, ); }; }; FC8DF3C57DC66D5717E7900ACA2AB6A7 /* NstBoardZz.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 2F24F4CC901AC25CA196803FE1A3C61E /* NstBoardZz.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; FC957E3A72E29AB5BBA6E1279F047040 /* F5Rogue.h in Headers */ = {isa = PBXBuildFile; fileRef = C6BCF1612FFF75C8E8FD3D3E4723E112 /* F5Rogue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCD0C1A8322E739E795E67F7B6473E3F /* ContactsRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF3C2D071B8100356F47A7AF307324BD /* ContactsRoutes.swift */; }; - FD016218AB93DE560F8E05E2BCAFD6F6 /* SharingRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60D6994B7EF0F198BF46501DDC5925B2 /* SharingRoutes.swift */; }; FD0D4712F2A3CE1900314DB8739F322C /* ARMJIT_Memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AE4075237EF07EF0EF97D959D5273E5C /* ARMJIT_Memory.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FD236BFB6FC09D23BB5049F58F28626D /* version.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B5C83D4A8CE5DE69951A0127250BED /* version.h */; settings = {ATTRIBUTES = (Project, ); }; }; FD3303F5BBB44097C3462FED3A278711 /* ColorBufferToRDRAM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F858D684628842AC5118616BB283BFD /* ColorBufferToRDRAM.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FD45FE71D694B383B0D18EF51DD4BF3B /* readpng.h in Headers */ = {isa = PBXBuildFile; fileRef = A30F6CDE8A6A2E3A97CC0B969043EC7E /* readpng.h */; settings = {ATTRIBUTES = (Project, ); }; }; FD53DD7CC4FB437A70ECB3B96D9FBD28 /* OIDAuthState+IOS.m in Sources */ = {isa = PBXBuildFile; fileRef = E22BE40DDF81200C453847681926F54E /* OIDAuthState+IOS.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FD8A3151DE7D3760830165162466984A /* NstBoardSachenSa72008.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9F65846296AA0445D9DA7FC1DE9B4CBE /* NstBoardSachenSa72008.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + FD8A47A8E01820F5A795D90BFF55A35A /* GameControllerInputMappingProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8322B6BD024082677D1071F4527DD77F /* GameControllerInputMappingProtocol.swift */; }; FD8B38FE86A21A76E06E7F04D66045DA /* GPU2D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E91E986A8B15803FB3C1B92D9C417DF /* GPU2D.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FDA1E4888613C4AD5267FE5C72E9D69A /* Sharing.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2E301BC89CA1B678778C6029E72232 /* Sharing.swift */; }; + FDB38BF674A87D0030E802A346761006 /* Standard.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 849846DBBB863B9383830F30D108134F /* Standard.deltamapping */; }; FDD486DA97B3C271F139CBDCD5D3F4EA /* video.h in Headers */ = {isa = PBXBuildFile; fileRef = C50B426C6CE12AA24A5D9876EA2A99B4 /* video.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDE42F1D05125DFCE1529B02BB5C0D63 /* JSONDecoder+ManagedObjectContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43F76C1B18AC12711FECA15C52C5F46 /* JSONDecoder+ManagedObjectContext.swift */; }; FE023380F7318C57744D912C05549838 /* RDRAMtoColorBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 47698E5A57A16FA76229820066EC0795 /* RDRAMtoColorBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; FE1F4ECCDB94C7034A4401140E0BEBF6 /* OIDEndSessionResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = C3DC020A031DD0754110AC1B8F7AC751 /* OIDEndSessionResponse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE80AF97FE3B9FBE943721A44155ABA6 /* ZIPFoundation-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C14667C079DD772E41454C0DBC45398 /* ZIPFoundation-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE3326045DDE2B81E4754348379E7EC3 /* KeyboardGameController.deltamapping in Resources */ = {isa = PBXBuildFile; fileRef = 897041E46CCC3094FF47D7C48A70AC58 /* KeyboardGameController.deltamapping */; }; + FE7AD0D68835E139D0458BDCF4A43EBC /* NSString+Localization.m in Sources */ = {isa = PBXBuildFile; fileRef = 0382767F1E8C7949EF46FE377A7CD0CD /* NSString+Localization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FF1C193E19586061D4E78FC84BE9D58C /* TxFilterExport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCDAE003FD5AAB091DE46063067C6C2D /* TxFilterExport.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FF29E9B84DF390494FA20C4022D1D8F0 /* F3DEX.h in Headers */ = {isa = PBXBuildFile; fileRef = 395682778B41F09E1AFF66EE9BB36A96 /* F3DEX.h */; settings = {ATTRIBUTES = (Project, ); }; }; FF4AACDBDB3F094AEA72D4D89C6FB7AA /* ThreadLocalPtr.inl in Headers */ = {isa = PBXBuildFile; fileRef = A7A9E2A726CB19BB48BEEB0560456EA9 /* ThreadLocalPtr.inl */; settings = {ATTRIBUTES = (Project, ); }; }; FF5354464D8CC654338F0DA305571C72 /* array.h in Headers */ = {isa = PBXBuildFile; fileRef = 229BBE000F8954FF0FD0C2D18ECB8463 /* array.h */; settings = {ATTRIBUTES = (Project, ); }; }; FF8A3BB6317EEB1D3625363461829C82 /* interruptrequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C7AB60D65C527E722A39665A2C3E20C /* interruptrequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFCA21BB13F660271CC4F7BE9E62C340 /* RemoteFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B78EAF244EEC6C95F84B4AF5F54E4EAF /* RemoteFile.swift */; }; - FFF5A3670EF7B9BD7BBBE5A5EF2B1568 /* FetchRemoteRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1309AB97D58CC86976202418A5F66CAD /* FetchRemoteRecordsOperation.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 020B9433CE12E2568CDB82301031BEB6 /* PBXContainerItemProxy */ = { + 05253BB77E57C3290731AE3AE57414A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; + remoteGlobalIDString = AA15C8469D67684160CC2A7098EB841C; + remoteInfo = ZIPFoundation; }; - 0B4362D4D771234C25BF4182333EBA27 /* PBXContainerItemProxy */ = { + 0EE236EBB17C6BAFABCFE277B02B20EF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; + remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; + remoteInfo = AppAuth; }; - 0FF4B359A54F4A019A9B60F7E7202181 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B5D1BA64AC676FF46408FCDE19A05767; - remoteInfo = Roxas; - }; - 1430CBC5BD8B4E9872DC68EA88CDD97E /* PBXContainerItemProxy */ = { + 2D15D418361462E204D9E33C9F19C82D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = CAD3534FC55B0333104E5117C0A9A324; remoteInfo = GoogleSignIn; }; - 206E99D7E2C43DAD1332E962F206F8E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; - }; - 223E9E011844E712A80E89C56327DE69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0FAC8C4777DBD31221FE57848CB5F759; - remoteInfo = NESDeltaCore; - }; - 2AD64A064D20EA992D88F18403BB706D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - 36369AE47F219B29BC4FFC6C92E05BB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5CB4163F0A6D4BDE0A490758A78BA43D; - remoteInfo = Harmony; - }; - 394DC5F0F4619CCC6207997BE23E1E23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - 40171F09D32D615B5C93AB9807C65FBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20492B6476142DCA0C455340876BB98; - remoteInfo = SMCalloutView; - }; - 45000283E7368109EBAF04EF1E059A31 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA15C8469D67684160CC2A7098EB841C; - remoteInfo = ZIPFoundation; - }; - 490C7B4F748D60AF8AA2BB06003ADD30 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA15C8469D67684160CC2A7098EB841C; - remoteInfo = ZIPFoundation; - }; - 513E7D458B923D2B44555B489F0310BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - 51840A0DCF3516F57FB816F779E26FCC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CAD3534FC55B0333104E5117C0A9A324; - remoteInfo = GoogleSignIn; - }; - 5D19602F9C9F9617E4AC0ADAEDF85DD6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 126073BF5D2BF3A4BDD22FE9062C9D20; - remoteInfo = N64DeltaCore; - }; - 6333448A8D3DA9EED8353ABDCE104C67 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 72E8F1F716CCE2A0D4BBD084E06431C9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7056A67459B0B8B62FACACCE167546B8; - remoteInfo = GBADeltaCore; - }; - 7DA56E5F8131E059DA2933129C9DF085 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F839870ECBE0065B4BCC02E5F98F48A; - remoteInfo = "NESDeltaCore-NESDeltaCore"; - }; - 7E1D4D2CED80C61421E4FB25AF4146C0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8627999EF1D5E93E13DAFF580DA8CDCF; - remoteInfo = GTMAppAuth; - }; - 7F244B86BC547A95C4C7C5066B5A0F02 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DCBC8D45C727B1472F26E79661AF11B0; - remoteInfo = DSDeltaCore; - }; - 7FD7765CA4370B82CA3B20C4B7CD82BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 141E2D29C29A1BC1ABA3483321DF3C88; - remoteInfo = SNESDeltaCore; - }; - 7FDA171CC4A8FB21B67609E8817B26A4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - 82C0C33058345E2EDA55327A2830745D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 8987B6514CE66714C4F70D92812DD218 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C36E65AEF44273E4AF0CBFADD00C090; - remoteInfo = "GBCDeltaCore-GBCDeltaCore"; - }; - 8DB32F5DDB4695C8826310E70CEB8C46 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8627999EF1D5E93E13DAFF580DA8CDCF; - remoteInfo = GTMAppAuth; - }; - 8FC71BF7A76E6065929187D8E7E7BC08 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - 9581F754552E5FD5A69500194EF27AA1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - 961835202FB9D815A86D4D79D1D04652 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - 9C9686D4219579E3731B03F3CE4F605D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; - }; - A30AB2656B7FB8BFB3091966DA6F9818 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 280620EDC57ABB510508698A7233E414; - remoteInfo = "N64DeltaCore-Mupen64Plus"; - }; - A68AC41D18DD21F284F4D4BEBD1F8E3D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF39B7A1D9F00620D9F56635ABBB2C03; - remoteInfo = SwiftyDropbox; - }; - AA6044EC20FC0AE6D0211AC6B352D195 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - B174253BFCC9C21075BC13953B9264DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D676E21115185671D7258A56944ABE98; - remoteInfo = GTMSessionFetcher; - }; - B9F9160A17398B0BDFCF4A58B088AF2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; - remoteInfo = AppAuth; - }; - BBD4D9EEF3D12953FA8FD9EBB4BC3DF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1B47E46598F87113B00B3B25BBF51B32; - remoteInfo = "DeltaCore-DeltaCore"; - }; - BC1129935252C9D57A3F5A2E4787255E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; - remoteInfo = AppAuth; - }; - BC2C1ADE9016D63CA659129B239F154C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; - remoteInfo = AppAuth; - }; - BE403A7754858CE17191B45F62E2D04F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 530F469AED058B94728C278CCA514500; - remoteInfo = DeltaCore; - }; - C2B885BC95F2CDEB632D372B01654EA2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6538136F848A07F507372CCFB40CEB88; - remoteInfo = "SNESDeltaCore-SNESDeltaCore"; - }; - C32E0FED013C1D859900B2CACD6D3C1E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF39B7A1D9F00620D9F56635ABBB2C03; - remoteInfo = SwiftyDropbox; - }; - C75A895C62CDF7A5A19313A7FBE15093 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B5D1BA64AC676FF46408FCDE19A05767; - remoteInfo = Roxas; - }; - CA90E0BC3DF1792B9F756BC6431B98C0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B32FEE5AD13CB944235C9158BECB929; - remoteInfo = "MelonDSDeltaCore-melonDS"; - }; - CF07E349DDAAC1756AB0D6FBE2799FBD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DB59C68809324297BEDAF0CC3F931B27; - remoteInfo = GBCDeltaCore; - }; - D4E750C5EEF0B253A3B9A3EDEC6E1FC1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 38A7AA32705A9662332E76FA75B50858; - remoteInfo = MelonDSDeltaCore; - }; - DF2B9FCC461C5CDD8F36C5C4AF752933 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AA15C8469D67684160CC2A7098EB841C; - remoteInfo = ZIPFoundation; - }; - DFEBB999554C8C45F1672372CCBD11F1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B5D1BA64AC676FF46408FCDE19A05767; - remoteInfo = Roxas; - }; - E427CE05BC23B065BF3B635A2510F223 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D7958E869B6C0073DB3025514393D7A3; - remoteInfo = GoogleAPIClientForREST; - }; - F1BDF79FFF3F74BE1A9C7E0E5D172387 /* PBXContainerItemProxy */ = { + 358DA5305638896620E62BB774214813 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 890229DC8DCC9C43917568A0C4502FCA; remoteInfo = "GBADeltaCore-GBADeltaCore"; }; - F22054DB5DB508A20BC030D65A7E0DBF /* PBXContainerItemProxy */ = { + 3762E9F7EA1CCD2D7261250D7E202450 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AA15C8469D67684160CC2A7098EB841C; + remoteInfo = ZIPFoundation; + }; + 394A5204B23FC1F2D09B99AF96CA7CB7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20492B6476142DCA0C455340876BB98; + remoteInfo = SMCalloutView; + }; + 3B21B20398AB0A1004AA5904EDF7AAAD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + 3F0CF419A36ECF3A7ACEB1F2C5236288 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; + remoteInfo = AppAuth; + }; + 42A7784D9ABB3B8B2B248E3E3DE74306 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5D1BA64AC676FF46408FCDE19A05767; + remoteInfo = Roxas; + }; + 444338B11BD0B38C21C8E57EF6539253 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF39B7A1D9F00620D9F56635ABBB2C03; + remoteInfo = SwiftyDropbox; + }; + 46074D0E5628C047E2834B866A22A0EB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 4DAA465BDB6DE523F53CA2C81F679CB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0FAC8C4777DBD31221FE57848CB5F759; + remoteInfo = NESDeltaCore; + }; + 4E51D9BBC3744D3E447A83BAA78B3D08 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DCBC8D45C727B1472F26E79661AF11B0; + remoteInfo = DSDeltaCore; + }; + 5261A3AC96AD3D43860987AE7D866B55 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 38A7AA32705A9662332E76FA75B50858; + remoteInfo = MelonDSDeltaCore; + }; + 54F7F4365C83C8B52CCEF2D968EADA45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + 5E82CF674FB61C3FFB5C8C2DDC91B30C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + 5E870E6B2C9807F33074DAE7482678BB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F839870ECBE0065B4BCC02E5F98F48A; + remoteInfo = "NESDeltaCore-NESDeltaCore"; + }; + 62C9AA0C9A9C628CC64AEB70DF98C41F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + 641CCA587DFEAB3391600B9C85DA3294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C36E65AEF44273E4AF0CBFADD00C090; + remoteInfo = "GBCDeltaCore-GBCDeltaCore"; + }; + 674A93EFAA2A99C0CCB8D892E4536495 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D7958E869B6C0073DB3025514393D7A3; remoteInfo = GoogleAPIClientForREST; }; - F709066B4CA2DE4CF3569242834D3794 /* PBXContainerItemProxy */ = { + 67EE0B2017DFFF713874A48F76734195 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; + }; + 6DED09335126DA032F8AE9CED95F7E3F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; + }; + 6F08F7078C02797F149B3C2D44E6AB5C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AA15C8469D67684160CC2A7098EB841C; + remoteInfo = ZIPFoundation; + }; + 756107E29EF3586648DA24F14D909B6F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + 8006BC0044670C07071D915458B4944F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CAD3534FC55B0333104E5117C0A9A324; + remoteInfo = GoogleSignIn; + }; + 85F38331CC275A309EA0A749B6766C37 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 126073BF5D2BF3A4BDD22FE9062C9D20; + remoteInfo = N64DeltaCore; + }; + 8A7F3CAAD08D7826A5251F34B6E59067 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7056A67459B0B8B62FACACCE167546B8; + remoteInfo = GBADeltaCore; + }; + 8D905395D17C4A5C012A6C9B6623735C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E5449403CBE67599315B4D26019FA175; remoteInfo = "DSDeltaCore-DSDeltaCore"; }; - F848EF6310A2A049BDE56710C036CF2D /* PBXContainerItemProxy */ = { + 919276C271B1B699B40A274E295D1824 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 280620EDC57ABB510508698A7233E414; + remoteInfo = "N64DeltaCore-Mupen64Plus"; + }; + 922B6749105AC105F3FFD2D7F31DAE78 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1B47E46598F87113B00B3B25BBF51B32; + remoteInfo = "DeltaCore-DeltaCore"; + }; + 9CBB70348BF05AD2F08EED2426923A62 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 9EBBF1DB1E4F0D898573F4898F0E84D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3F2C1776D90B62B156DB52C41A5C419C; remoteInfo = SQLite.swift; }; + 9F8B5E10BF7EEE9C71336B92A2C5A69C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + A15AD429B78517A650213B17F4F4F9F1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF39B7A1D9F00620D9F56635ABBB2C03; + remoteInfo = SwiftyDropbox; + }; + A43C4D58C774104498E0DD4FE3C84FB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + AD914BDF1FDDBF134A1F8AC6CED822CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 141E2D29C29A1BC1ABA3483321DF3C88; + remoteInfo = SNESDeltaCore; + }; + B4F24B06C298824276367D8B66A7F852 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B32FEE5AD13CB944235C9158BECB929; + remoteInfo = "MelonDSDeltaCore-melonDS"; + }; + B68FC6072BF23463505DBAE967E63A9A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8627999EF1D5E93E13DAFF580DA8CDCF; + remoteInfo = GTMAppAuth; + }; + B7AB2D42D89B4E6321E4B8395C665D7C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5D1BA64AC676FF46408FCDE19A05767; + remoteInfo = Roxas; + }; + C13FD5C503C3ED9D98E24CA79374892C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; + }; + C29D9B06D567AA7FB57866B36DFE825B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + C3D53FB9D64AD5F5C3E42B38859069A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DB59C68809324297BEDAF0CC3F931B27; + remoteInfo = GBCDeltaCore; + }; + C6EB00688C6A43AE4C277CA76AD5F927 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D7958E869B6C0073DB3025514393D7A3; + remoteInfo = GoogleAPIClientForREST; + }; + E05A7F1818B48937CFF06126D5333E3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5CB4163F0A6D4BDE0A490758A78BA43D; + remoteInfo = Harmony; + }; + E3A50B924916F94C71517E5C25611342 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B5D1BA64AC676FF46408FCDE19A05767; + remoteInfo = Roxas; + }; + E8E0F60873F100A8646A2D9BC986745B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D676E21115185671D7258A56944ABE98; + remoteInfo = GTMSessionFetcher; + }; + ECA72EFD1C5967F359FF8F2F46D5F90D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 530F469AED058B94728C278CCA514500; + remoteInfo = DeltaCore; + }; + F48741B7F3F2719F1BB35CBF9FEDC5EE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8627999EF1D5E93E13DAFF580DA8CDCF; + remoteInfo = GTMAppAuth; + }; + F69F7438CDAF5C7C7B3D3E4F2B9FB073 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C642AA10FB29936669CC269F42079C6; + remoteInfo = AppAuth; + }; + FCDAC5561C66BF0919A76ED71E886F93 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6538136F848A07F507372CCFB40CEB88; + remoteInfo = "SNESDeltaCore-SNESDeltaCore"; + }; + FE01F049C6AFDE91DA7D16B6985805F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -2257,7 +2258,6 @@ 028AA0FF5988D03E9907ED4E4E327382 /* Port.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Port.h; sourceTree = ""; }; 02DEBBF9FF6D702FBFBE8D12C367A119 /* L3DEX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = L3DEX.cpp; sourceTree = ""; }; 02EBA4437D0FA1CF697188CF0D82DF4F /* fttypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fttypes.h; sourceTree = ""; }; - 0361FA0E19F1C9C2340B29D47E4914AB /* SyncRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SyncRecordsOperation.swift; sourceTree = ""; }; 03620BC3AFB2B2C65DAA35A7BD95F81E /* CombinerProgram.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CombinerProgram.cpp; sourceTree = ""; }; 037F9757B04230923D7C64F37ECDE6A5 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; 0382767F1E8C7949EF46FE377A7CD0CD /* NSString+Localization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+Localization.m"; path = "Roxas/NSString+Localization.m"; sourceTree = ""; }; @@ -2297,6 +2297,7 @@ 0753A2C6702FFDA230EFCCDFD0D96805 /* cic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = cic.h; sourceTree = ""; }; 07AA1750CDFF1D865E7C06AB2F2D9D87 /* StoneBase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StoneBase.swift; path = Source/SwiftyDropbox/Shared/Generated/StoneBase.swift; sourceTree = ""; }; 07D09731F0DB8A3CBA35CD1970214969 /* PaletteTexture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PaletteTexture.h; sourceTree = ""; }; + 07F074F96A3F88DAEB523EE53716121B /* FinishUploadingRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FinishUploadingRecordsOperation.swift; sourceTree = ""; }; 07F788AE5C171D18C17DC11C35F07537 /* srtc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = srtc.h; sourceTree = ""; }; 080605C2A98631DA1704F9DC21CCF9B5 /* cicx105.c */ = {isa = PBXFileReference; includeInIndex = 1; path = cicx105.c; sourceTree = ""; }; 08084DF35F961C1DB3E9B2E8ED60EFB7 /* GBCDeltaCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GBCDeltaCore.debug.xcconfig; sourceTree = ""; }; @@ -2386,10 +2387,8 @@ 1297B20DFF4473E5F547712B85C19A4C /* missing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = missing.h; sourceTree = ""; }; 12B32F4CD8E5782EAE7525A700D68049 /* NstBoardSachen.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardSachen.hpp; sourceTree = ""; }; 12DE53A58AA2E0A1D9D296A6E19977DF /* AggregateFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AggregateFunctions.swift; path = Sources/SQLite/Typed/AggregateFunctions.swift; sourceTree = ""; }; - 1309AB97D58CC86976202418A5F66CAD /* FetchRemoteRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FetchRemoteRecordsOperation.swift; sourceTree = ""; }; 133B0E7CF4E6609FC38EDC0D0F8D25AA /* elf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = elf.h; sourceTree = ""; }; 133C263D527099B1DC5F15E635A28E8D /* NstInpMahjong.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstInpMahjong.hpp; sourceTree = ""; }; - 134A06C2C97F9EFF3C543972C0AC08D5 /* BatchRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BatchRecordOperation.swift; sourceTree = ""; }; 135664C79DDD08714827F192D20F17D8 /* NstBoardBtlGeniusMerioBros.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardBtlGeniusMerioBros.hpp; sourceTree = ""; }; 135D0D9E24E408F464F93300BA4BF7B3 /* eventloop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = eventloop.h; sourceTree = ""; }; 136ECA62030BB2C52E0439139F8678C4 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; @@ -2426,6 +2425,7 @@ 171F9A5206DE0CC67CF12102162639DC /* GLideN64.ini */ = {isa = PBXFileReference; includeInIndex = 1; path = GLideN64.ini; sourceTree = ""; }; 1735D1ADD52CF3EE3763809EF50C9F46 /* ROMList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ROMList.h; sourceTree = ""; }; 1763E08842BCEC128520DBF80C43E656 /* NstBoardKonamiVsSystem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardKonamiVsSystem.hpp; sourceTree = ""; }; + 177CA507F306C1F5EF44C7FB0CAA3386 /* VerifyConflictedRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = VerifyConflictedRecordsOperation.swift; sourceTree = ""; }; 177DC1057417A79A373681D0E58744E8 /* F3DEX2CBFD.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = F3DEX2CBFD.cpp; sourceTree = ""; }; 179FB76795D2EE7D2962D405DF63942E /* dummy_input.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = dummy_input.h; sourceTree = ""; }; 17ED26949935DC732FA7AB8430E81D27 /* bsx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = bsx.h; sourceTree = ""; }; @@ -2453,6 +2453,7 @@ 1A4F0E97FCA28B46E41A4DE5C72FDED1 /* OutputSoundFile.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = OutputSoundFile.hpp; sourceTree = ""; }; 1A73E4863B50D443B8690784AE23332E /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Time.cpp; sourceTree = ""; }; 1A7449E755E1298EDA31868B552672C9 /* GTLRErrorObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTLRErrorObject.m; path = Source/Objects/GTLRErrorObject.m; sourceTree = ""; }; + 1A7EAFEBB5EB4E6A9BE67BEA02454CB0 /* ServiceOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ServiceOperation.swift; sourceTree = ""; }; 1AB76FD695A8F85C4F2D14CDD05A7647 /* NstBoardMmc4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardMmc4.hpp; sourceTree = ""; }; 1ACA4549EF8177725B56D2E737602463 /* NstBoardAgci.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardAgci.hpp; sourceTree = ""; }; 1AF60355DDCB4C37B37B346B3A139591 /* snes9x.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = snes9x.h; sourceTree = ""; }; @@ -2573,6 +2574,7 @@ 28516305696E2C3AB99193E5F5B4B835 /* Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/SQLite/Typed/Operators.swift; sourceTree = ""; }; 28573BCA4548E16254CA8EE96B3D39B2 /* ARMJIT.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ARMJIT.cpp; sourceTree = ""; }; 2867A21CC5D09F1990985A93B329E72E /* AudioManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AudioManager.swift; sourceTree = ""; }; + 2872BF4460D89A0387CABF6B5E3C71FF /* FinishDownloadingRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FinishDownloadingRecordsOperation.swift; sourceTree = ""; }; 287B0AB028F458C9A04121405379BE05 /* Image.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Image.hpp; sourceTree = ""; }; 2891C2BBBC34D4E16506204E3C1F8CED /* Contacts.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Contacts.swift; path = Source/SwiftyDropbox/Shared/Generated/Contacts.swift; sourceTree = ""; }; 2899A8ECE6011049F16395993E4F97B7 /* ftstdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ftstdlib.h; sourceTree = ""; }; @@ -2592,7 +2594,6 @@ 2A64822D43AA4F0CF69800DA732637F9 /* seta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = seta.h; sourceTree = ""; }; 2A68BB1DAC0E13CD0973C5A2071BCABD /* MFiGameController.deltamapping */ = {isa = PBXFileReference; includeInIndex = 1; name = MFiGameController.deltamapping; path = "DeltaCore/Supporting Files/MFiGameController.deltamapping"; sourceTree = ""; }; 2AB2CBD9EF8248E80EABD0A818D52236 /* Roxas.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Roxas.modulemap; sourceTree = ""; }; - 2AC7E3BF2D1E1CEAB794C5F3B39D39B7 /* FinishUploadingRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FinishUploadingRecordsOperation.swift; sourceTree = ""; }; 2B07948E9EF320FFD68CD858188BDA7D /* RSTOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSTOperation.h; path = Roxas/RSTOperation.h; sourceTree = ""; }; 2B0EB17AE5F142CA95FB5976BE47D913 /* NstBoardKayH2288.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardKayH2288.hpp; sourceTree = ""; }; 2B1272AA4FCEF7F4B895C966D7645328 /* GBACart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GBACart.h; sourceTree = ""; }; @@ -2732,6 +2733,7 @@ 3E45092B38B1BCA27D9FBD1E928D6B4E /* RSTNibView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSTNibView.m; path = Roxas/RSTNibView.m; sourceTree = ""; }; 3E7AF896E1BD339BEBCF60104011B278 /* NstInpExcitingBoxing.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstInpExcitingBoxing.hpp; sourceTree = ""; }; 3E8BD0AF4002F9EEE14F93ACF23A5AC6 /* NstBoardTaito.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardTaito.hpp; sourceTree = ""; }; + 3EC160E12C31D792BA1E8E436AF2B86D /* VerifyConflictedRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = VerifyConflictedRecordOperation.swift; sourceTree = ""; }; 3EEE9648B0750DF64CE837F255F2B085 /* interpret.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = interpret.h; sourceTree = ""; }; 3F0882105E4993C09A6F0BEAF2E98379 /* opengl_Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = opengl_Utils.h; sourceTree = ""; }; 3FA021BAB62CBBF723A1A87AFCB9B0EA /* NstBoardBmcMarioParty7in1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardBmcMarioParty7in1.hpp; sourceTree = ""; }; @@ -2767,7 +2769,6 @@ 43025ED25FA3BA9FEA4A363425FDBD71 /* display.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = display.h; sourceTree = ""; }; 431AAF0AECA2A0A322351F393EC0FA8A /* String.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = String.hpp; sourceTree = ""; }; 4350D1FEB43D008EF6E9B2A8AF3F8D46 /* Standard.deltaskin */ = {isa = PBXFileReference; includeInIndex = 1; path = Standard.deltaskin; sourceTree = ""; }; - 435598426F79115B51789B27BF2394E0 /* DownloadRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DownloadRecordsOperation.swift; sourceTree = ""; }; 4361C606A9E2C67D96A18D5590A9AEB0 /* SoundSDL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SoundSDL.h; sourceTree = ""; }; 43742E54E76C8CD0C13816B1DE0B217C /* conffile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = conffile.h; sourceTree = ""; }; 438D2375AA6FC8CECAFB0F98FFCB4A43 /* Pods-Delta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Delta.modulemap"; sourceTree = ""; }; @@ -2798,7 +2799,6 @@ 46D40B2D96145762667E9278A3644BC8 /* NES.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NES.swift; sourceTree = ""; }; 46DEC7E66ED81351FAF7ED175FBCFA8A /* opengl_Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = opengl_Utils.cpp; sourceTree = ""; }; 4727804804CEE498DC0BB4D5A0899D67 /* regcache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = regcache.h; sourceTree = ""; }; - 473D2384319BCB46A474F3CF8289BD48 /* VerifyConflictedRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = VerifyConflictedRecordsOperation.swift; sourceTree = ""; }; 47698E5A57A16FA76229820066EC0795 /* RDRAMtoColorBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RDRAMtoColorBuffer.h; sourceTree = ""; }; 476E44D494F1D0E21C743AEBDB09E8C2 /* gDP.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = gDP.cpp; sourceTree = ""; }; 477FB86AC8B0D1B1317290EE392A0ABF /* NstBoardGxRom.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardGxRom.hpp; sourceTree = ""; }; @@ -2849,6 +2849,7 @@ 4BD7237D2B6E99690A20999A48E4C078 /* glsl_ShaderPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = glsl_ShaderPart.h; sourceTree = ""; }; 4BEB9E9721620F578D0426BDB238AD95 /* NstApiEmulator.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstApiEmulator.hpp; sourceTree = ""; }; 4BEF3307500AE238F67BF21F7A5E2B90 /* UIResponder+FirstResponder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIResponder+FirstResponder.swift"; sourceTree = ""; }; + 4C0AFCA7FECC14653C7774E9504F6A01 /* DeleteRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DeleteRecordOperation.swift; sourceTree = ""; }; 4C22C82316853ABB688358B93486CF8E /* MelonDSDeltaCore */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = MelonDSDeltaCore; path = libMelonDSDeltaCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; 4C38F52C216C0E25C48A8788DB91AA20 /* tima.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = tima.h; sourceTree = ""; }; 4C619FD58ECE5046BFBE7F16F5A14C4E /* NstInpPad.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstInpPad.hpp; sourceTree = ""; }; @@ -2859,6 +2860,7 @@ 4D388FB87279722FB905D7493EE8F038 /* ZSortBOSS.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ZSortBOSS.cpp; sourceTree = ""; }; 4D3971B130EA808E3BC3AC7DCFDFCD2B /* psaux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = psaux.h; sourceTree = ""; }; 4D421B3B41005E75CF47150FB7FAE250 /* ARMJIT_Compiler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ARMJIT_Compiler.cpp; sourceTree = ""; }; + 4D5C691D49AD34C21F740E93D2F2155C /* DeleteRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DeleteRecordsOperation.swift; sourceTree = ""; }; 4DAFA664BC1DB3A369A414E6BECC454C /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; 4DF3FF9A69DD247D049DE7DC0007C940 /* UITableView+CellContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableView+CellContent.h"; path = "Roxas/UITableView+CellContent.h"; sourceTree = ""; }; 4E39C29C0853BA98AA1E40F44CC7E574 /* NstInpBarcodeWorld.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstInpBarcodeWorld.hpp; sourceTree = ""; }; @@ -2875,6 +2877,7 @@ 5001555118FBDE57A96DA59BFA02EC88 /* SMCalloutView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SMCalloutView.m; sourceTree = ""; }; 500D624EB32D21B043BFA0D55A44007E /* T3DUX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = T3DUX.cpp; sourceTree = ""; }; 501D427EE5E1A8882E6159ABF154A5A9 /* gambatte.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = gambatte.h; sourceTree = ""; }; + 50241DFF627141009CB1A35B2B711271 /* RecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RecordOperation.swift; sourceTree = ""; }; 5040AFE30607E6D489E06633E39E754E /* GTLRBatchResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTLRBatchResult.m; path = Source/Objects/GTLRBatchResult.m; sourceTree = ""; }; 506252043EDE210D4DDA95F172CA4144 /* GBATypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = GBATypes.m; sourceTree = ""; }; 508B1B9DD956BB2871C1FD457DE3699D /* opengl_ContextImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = opengl_ContextImpl.cpp; sourceTree = ""; }; @@ -2886,6 +2889,7 @@ 5169DDA0ADF74F8586CB590F9DB33AB1 /* BitmapProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BitmapProcessor.swift; sourceTree = ""; }; 516EB9A951C201FC2386D95A5740FD05 /* vba-over.ini */ = {isa = PBXFileReference; includeInIndex = 1; path = "vba-over.ini"; sourceTree = ""; }; 517D5D662F01BA988D74732FFD13B952 /* skipsched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = skipsched.h; sourceTree = ""; }; + 5196D378C4FC9225A07E3F2C75400C4F /* UploadRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UploadRecordsOperation.swift; sourceTree = ""; }; 51C7C42332867E72843B00287AED57A0 /* AAFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AAFilter.h; sourceTree = ""; }; 51E052CDE1536235F7DBEB1B22B94E0B /* CircleShape.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = CircleShape.hpp; sourceTree = ""; }; 51FDCACC28DDE663B17B2A760F42CF94 /* video_capture_backend.c */ = {isa = PBXFileReference; includeInIndex = 1; path = video_capture_backend.c; sourceTree = ""; }; @@ -2900,6 +2904,7 @@ 52E8758B4B04638E106461086364CD77 /* Shape.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Shape.hpp; sourceTree = ""; }; 52FF4AC70492A5C954D5D3341AE9A4DB /* GTLRRuntimeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTLRRuntimeCommon.h; path = Source/Objects/GTLRRuntimeCommon.h; sourceTree = ""; }; 532EBD7F18EC49C1878B6CF0BA4F38E0 /* GPU.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GPU.h; sourceTree = ""; }; + 536E53D82C06270DEAFFC685624839C3 /* ConflictRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConflictRecordsOperation.swift; sourceTree = ""; }; 538F365E94CEC13764BF9209E73CA629 /* callbacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = callbacks.h; sourceTree = ""; }; 539E45C97BD611AE9D428625F336FB19 /* glsl_CombinerProgramImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = glsl_CombinerProgramImpl.cpp; sourceTree = ""; }; 53A730F4F4248E7E3F38F8409A2DE97C /* SMCalloutView */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = SMCalloutView; path = libSMCalloutView.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -3019,6 +3024,7 @@ 6317442074E2356EB92C4083C5885EB7 /* NESDeltaCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NESDeltaCore-prefix.pch"; sourceTree = ""; }; 631AA428C1ADDC4884E3FDFF45CD1CE4 /* GPU3D.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = GPU3D.cpp; sourceTree = ""; }; 63363BF83848A94A46DEE8515C73F001 /* NstBoardNamcot.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardNamcot.hpp; sourceTree = ""; }; + 6363DD16B810D7BF9C81885931D4F114 /* Operation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Operation.swift; sourceTree = ""; }; 639E4A72009647184186830A27020CFA /* commandline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = commandline.h; sourceTree = ""; }; 63C624819908489F4CC8D513A9D77584 /* SoundRecorder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = SoundRecorder.hpp; sourceTree = ""; }; 63D1C0BC417103C4DA9392CE6221CC23 /* SPI.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = SPI.cpp; sourceTree = ""; }; @@ -3078,6 +3084,7 @@ 6AE4F753611AEF693986993C3D54DDB4 /* Thread+RealTime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Thread+RealTime.swift"; sourceTree = ""; }; 6AF68755E15FBB7DFA5A924FE61DA530 /* TxUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = TxUtil.cpp; sourceTree = ""; }; 6B07DDECAC335B9CB2DA70E8D6BF1CFF /* DSi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DSi.cpp; sourceTree = ""; }; + 6B3A36A8478D9CF9524BA687218695D2 /* BatchRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BatchRecordOperation.swift; sourceTree = ""; }; 6B6F5FCB8F8D05C7CC2A209C1ECEF68B /* OIDAuthStateChangeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OIDAuthStateChangeDelegate.h; path = Source/AppAuthCore/OIDAuthStateChangeDelegate.h; sourceTree = ""; }; 6B805F48C8C32F42FEC9BFC063684A1E /* ftmemory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ftmemory.h; sourceTree = ""; }; 6B844D3BFB7319D52CFFE53C66015059 /* ShaderProgram.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ShaderProgram.h; sourceTree = ""; }; @@ -3098,7 +3105,6 @@ 6DE0FFE5D0547F4F83239FCE8D5E4CAF /* AppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AppAuth.modulemap; sourceTree = ""; }; 6E2949ECED20630F005C9089F54664BD /* NstBoardGouder.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardGouder.hpp; sourceTree = ""; }; 6E2DE852C4E6E58A4D8E5DA96EF7F58B /* TDStretch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TDStretch.h; sourceTree = ""; }; - 6E57FA01C9F18C748CC8D2144FF42F63 /* Operation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Operation.swift; sourceTree = ""; }; 6EB90A19DC38F46FCF2E949B3090E97F /* Game.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Game.swift; sourceTree = ""; }; 6ECC54EF6D8BAE4780A2B8AA2B82AE25 /* GBAinline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GBAinline.h; sourceTree = ""; }; 6F227DD9B538B796B61C83211146E652 /* Joystick.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Joystick.hpp; sourceTree = ""; }; @@ -3133,7 +3139,6 @@ 722140CCA61511949B1060C8B4BAD6D0 /* RSTToastView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSTToastView.m; path = Roxas/RSTToastView.m; sourceTree = ""; }; 724B29B391C824EDBAFA9DEF2FE99851 /* srtcemu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = srtcemu.h; sourceTree = ""; }; 7264E167641F7C858327D20B9E3A58A3 /* gfx.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = gfx.h; sourceTree = ""; }; - 726F77496A14D37FF59414937A0F0B9B /* VerifyConflictedRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = VerifyConflictedRecordOperation.swift; sourceTree = ""; }; 729BF0CDF2F194945E181AE490D95F4D /* RSTCellContentChangeOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSTCellContentChangeOperation.h; path = Roxas/RSTCellContentChangeOperation.h; sourceTree = ""; }; 72BAA242AAFF78139FE9E73EA0C58CF6 /* CRC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CRC.h; sourceTree = ""; }; 72C2BD691E773B3AA18161BE9F907814 /* musyx.c */ = {isa = PBXFileReference; includeInIndex = 1; path = musyx.c; sourceTree = ""; }; @@ -3220,10 +3225,8 @@ 7D2B4AA231F78E750267C346C531145E /* NstBoardRumbleStation.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardRumbleStation.hpp; sourceTree = ""; }; 7D3542F0AA6AE4108B6DB145C528FF44 /* GTMSessionFetcher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GTMSessionFetcher-dummy.m"; sourceTree = ""; }; 7D444C25C8025A81A966501B2A795E65 /* Parameter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Parameter.h; sourceTree = ""; }; - 7D661A8CED479EFBF38232D8DA778307 /* PrepareUploadingRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PrepareUploadingRecordsOperation.swift; sourceTree = ""; }; 7D751206A951D9727B38F71A2BB990AA /* SNESDeltaCore-SNESDeltaCore */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SNESDeltaCore-SNESDeltaCore"; path = SNESDeltaCore.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 7DA04E14F03A3B492ECED840625835E8 /* svpsinfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = svpsinfo.h; sourceTree = ""; }; - 7DAA55AB5B34A26E9FC019615F3F2010 /* DownloadRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DownloadRecordOperation.swift; sourceTree = ""; }; 7DC056D6B8BEA94F8A53D5B5CA63969D /* NstTimer.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstTimer.hpp; sourceTree = ""; }; 7DCEC04246449B87DF6B75881B0B83BA /* L3DEX2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = L3DEX2.h; sourceTree = ""; }; 7DE05F26BE4D2578EF065C4C5AD60FC8 /* m64p_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = m64p_types.h; sourceTree = ""; }; @@ -3290,7 +3293,6 @@ 8549AC19C31B13D32BDAF18AE9132190 /* NstBoardMmc1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardMmc1.hpp; sourceTree = ""; }; 855D77B9B3667427FEF22757E46E2233 /* gb_cart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = gb_cart.h; sourceTree = ""; }; 8563F3D78E96E8CEAE82F437BFB3C612 /* GTLRObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTLRObject.h; path = Source/Objects/GTLRObject.h; sourceTree = ""; }; - 85767A35245E3736DA411E063B0A563E /* RecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RecordOperation.swift; sourceTree = ""; }; 858C0A79D272BFFC52B94D2BDD345A3E /* n64_cic_nus_6105.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = n64_cic_nus_6105.h; sourceTree = ""; }; 85919A3037781B06E86122A531B658CD /* NstBoardIremHolyDiver.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardIremHolyDiver.hpp; sourceTree = ""; }; 85A4BD81985AEDB6D9BA5E50804225D0 /* GBADeltaCore */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = GBADeltaCore; path = libGBADeltaCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -3314,6 +3316,7 @@ 8725EAE2102B04E4489565CFB1A011DB /* Audio.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Audio.hpp; sourceTree = ""; }; 872BC2F2D8826C3822D2E02AB2976B11 /* MelonDS.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MelonDS.swift; sourceTree = ""; }; 87335D161E81E3685366B5AEE56CE315 /* GTMSessionUploadFetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionUploadFetcher.m; path = Source/GTMSessionUploadFetcher.m; sourceTree = ""; }; + 87338BD1478B20ED98A096A5F81A3D68 /* UpdateRecordMetadataOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UpdateRecordMetadataOperation.swift; sourceTree = ""; }; 873E8639008B916BC631F363A5C5F944 /* FileRequestsRoutes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FileRequestsRoutes.swift; path = Source/SwiftyDropbox/Shared/Generated/FileRequestsRoutes.swift; sourceTree = ""; }; 87715844F346ADEE4BBB5256AC453D53 /* NstBoardBmc21in1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardBmc21in1.hpp; sourceTree = ""; }; 8785905EFEFCA613D2BB8DEE411DD0F2 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; @@ -3354,10 +3357,8 @@ 8B05BFC2197636565CF4F760A845D589 /* libco.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = libco.h; sourceTree = ""; }; 8B119E0AC7ADD1CC57AF7E28DB5B60FD /* driver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = driver.h; sourceTree = ""; }; 8B28A15260CA005E1C1E307ABD67C20A /* biopak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = biopak.h; sourceTree = ""; }; - 8B3B651A8C22897796E5711FB5A8F2D5 /* ServiceOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ServiceOperation.swift; sourceTree = ""; }; 8B5727BBA5984F66D61DFE098524052C /* Export.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Export.hpp; sourceTree = ""; }; 8B7CDA4692CFB9DECC74143244B0CDF2 /* Packet.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Packet.hpp; sourceTree = ""; }; - 8BA3864F0B310C572B7AB2543016FB7F /* DeleteRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DeleteRecordsOperation.swift; sourceTree = ""; }; 8BE76479C9EF902888E8C6D3DBFBCB99 /* NstAssert.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstAssert.hpp; sourceTree = ""; }; 8C5A9A48E194E2F6C4821ADB356A5EA2 /* OIDGrantTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDGrantTypes.m; path = Source/AppAuthCore/OIDGrantTypes.m; sourceTree = ""; }; 8C7FF379DA01990AD6AF85CC74DCEE8A /* NstBoardOpenCorp.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardOpenCorp.hpp; sourceTree = ""; }; @@ -3385,7 +3386,6 @@ 8FED33CD973C8A437AE0772474B22B8F /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; 8FF06E317D044FBE8F19F3FF734AF21E /* File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = ""; }; 90108346CE8681BDF45E6A86AD56CDDD /* NstBoardBmcSuperBig7in1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardBmcSuperBig7in1.hpp; sourceTree = ""; }; - 9011A3001388A7AC0B5F67D5A0FDA5F6 /* DeleteRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DeleteRecordOperation.swift; sourceTree = ""; }; 9051FF725861105997B03F724E6FB880 /* KeyedContainers+ManagedValues.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "KeyedContainers+ManagedValues.swift"; sourceTree = ""; }; 905D5F8B676ABDDA03A563E40A3330F1 /* gDP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = gDP.h; sourceTree = ""; }; 9062040845AC2F15A091455D553746FA /* MelonDSDeltaCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MelonDSDeltaCore.modulemap; sourceTree = ""; }; @@ -3414,6 +3414,7 @@ 92A9E92E7E1EAD792E6F5D67559633B5 /* workqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = workqueue.h; sourceTree = ""; }; 92C935F65902F065A6FDE1F55BA86030 /* SQLite.swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SQLite.swift.debug.xcconfig; sourceTree = ""; }; 92D87AA47D0093293EA81378FC72519B /* GBCDeltaCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GBCDeltaCore-umbrella.h"; sourceTree = ""; }; + 92DD43E0CF6ABC9B238B57B9CACD0B76 /* FetchRemoteRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FetchRemoteRecordsOperation.swift; sourceTree = ""; }; 92DD48352E52F2F0EE682A6B7C06E768 /* NstBoardTaitoTc0190fmcPal16r4.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardTaitoTc0190fmcPal16r4.hpp; sourceTree = ""; }; 92E8CA46B70D87BC06F626C7D872192C /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = ""; }; 930CCA4FC5D2409FCFFDC96F0C252042 /* TxQuantize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TxQuantize.h; sourceTree = ""; }; @@ -3433,7 +3434,6 @@ 95882B1B89F500794A182F9B050751F3 /* debug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = ""; }; 95D5F9A9715A3F046F5369384B6B728D /* GBCCheat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = GBCCheat.m; sourceTree = ""; }; 95EFB88BC92F537DB780AE0EA86B3203 /* NstBoardKonamiVrc6.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardKonamiVrc6.hpp; sourceTree = ""; }; - 95FAFC80D8410A58CAC4713CE004B27C /* UploadRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UploadRecordOperation.swift; sourceTree = ""; }; 96010BBED3DFA64FDC2A5369DFA3DB56 /* GBA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = GBA.swift; sourceTree = ""; }; 964A190DF0DEE0C995DBE26BDA3B4092 /* DropboxTransportClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DropboxTransportClient.swift; path = Source/SwiftyDropbox/Shared/Handwritten/DropboxTransportClient.swift; sourceTree = ""; }; 969C511B05DDBA88B59AC6B445811C81 /* glext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = glext.h; sourceTree = ""; }; @@ -3558,7 +3558,6 @@ A5A53ECD7E18331B77906E25C2167786 /* svsfnt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = svsfnt.h; sourceTree = ""; }; A5C793705F8636862B9913E9351FBD3A /* libretro_vulkan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = libretro_vulkan.h; sourceTree = ""; }; A5CD02BC2D035183432B50AEFA8BF924 /* NstBoardAxRom.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardAxRom.hpp; sourceTree = ""; }; - A5D742731AACE9DB4C2DD3B8D2ED607A /* UpdateRecordMetadataOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UpdateRecordMetadataOperation.swift; sourceTree = ""; }; A5DDC94A90C6C7EC4D51C80E392A88D1 /* state_osd_elements.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = state_osd_elements.h; sourceTree = ""; }; A5E4C30525CD8F9FD05E4103946E0914 /* GBCTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GBCTypes.h; sourceTree = ""; }; A5EEB52EFD99DC3FB9624696A18857AE /* NstIoMap.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstIoMap.hpp; sourceTree = ""; }; @@ -3574,6 +3573,7 @@ A6E36C6DD14EC8BBAA6E35BD54655156 /* NstInpPowerPad.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstInpPowerPad.hpp; sourceTree = ""; }; A7178A506EAC86F8122E430FA7FD88B6 /* alist_nead.c */ = {isa = PBXFileReference; includeInIndex = 1; path = alist_nead.c; sourceTree = ""; }; A71EA45EFABB3763AFEED045BA64E3DB /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + A730D0C32284892609038DA598503526 /* UploadRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UploadRecordOperation.swift; sourceTree = ""; }; A7318096FFF38B2956754A11C5513065 /* AREngine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AREngine.h; sourceTree = ""; }; A75028C5A393D1E5670377F6BC9905FC /* t1tables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = t1tables.h; sourceTree = ""; }; A7861486AF41BBB802B88C5A86C8716D /* NstBoardNanjing.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardNanjing.hpp; sourceTree = ""; }; @@ -3621,6 +3621,7 @@ AC2A6818ECA53421D504520CFA77C252 /* Glyph.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Glyph.hpp; sourceTree = ""; }; AC3F72B760841603ABFA83F43599B12B /* NstBoardSachenTca01.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardSachenTca01.hpp; sourceTree = ""; }; AC471F9A34E0E57C35A2BF6C0F31141A /* UIViewController+TransitionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+TransitionState.m"; path = "Roxas/UIViewController+TransitionState.m"; sourceTree = ""; }; + AC7539C0BA11CFD3918D2A4327ECEA36 /* PrepareUploadingRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PrepareUploadingRecordsOperation.swift; sourceTree = ""; }; AC7B93FEB4CD587D67E7FBC9030FFB69 /* uncopyable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = uncopyable.h; sourceTree = ""; }; ACAD9A3EA72D2A200F827B0A2478F22E /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; ACB0CF94F56403AD227E56A5DCA92D36 /* Entry.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Entry.swift; path = Sources/ZIPFoundation/Entry.swift; sourceTree = ""; }; @@ -3700,6 +3701,7 @@ B51E4F3FBCD2986D04F61F4EC3DB5BCB /* Standard.deltaskin */ = {isa = PBXFileReference; includeInIndex = 1; path = Standard.deltaskin; sourceTree = ""; }; B543A9FEA2EBDEBF7CB3910E38E9A2FA /* ftincrem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ftincrem.h; sourceTree = ""; }; B57490C68F306064A30510F0C2DDA0E9 /* N64EmulatorBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = N64EmulatorBridge.h; sourceTree = ""; }; + B577D306D0672C83BE07E4B533A6A248 /* SyncRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SyncRecordsOperation.swift; sourceTree = ""; }; B57FCC244D3FEB010D514E2CA7974536 /* Foundation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Foundation.swift; path = Sources/SQLite/Foundation.swift; sourceTree = ""; }; B58EFCC5EF56D718978F57E079A87EA4 /* NstBoardSunsoft1.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardSunsoft1.hpp; sourceTree = ""; }; B5B746E5EA10FC7F1055958D0934DE8D /* NstBoardSomeriTeamSl12.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardSomeriTeamSl12.hpp; sourceTree = ""; }; @@ -3712,6 +3714,7 @@ B69F7BAEA46D11225D6CCE48A628E05A /* slot1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = slot1.h; sourceTree = ""; }; B6BFF03236A5A68F45CD21861A215907 /* IpAddress.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = IpAddress.hpp; sourceTree = ""; }; B6F07EAB1D04617215BC613043EF6A03 /* Time.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Time.hpp; sourceTree = ""; }; + B72C27BEB6F1C0E4C123066B66F0E673 /* DownloadRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DownloadRecordsOperation.swift; sourceTree = ""; }; B72C2BDA02B228DACBE41B886B5FC6BE /* NstCheats.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstCheats.hpp; sourceTree = ""; }; B73F7D5F991DBC20DFB8062922B0B2D2 /* OIDAuthorizationService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDAuthorizationService.m; path = Source/AppAuthCore/OIDAuthorizationService.m; sourceTree = ""; }; B74C7230EB4D0627847A02A9CE1544AE /* RSTBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSTBlockOperation.h; path = Roxas/RSTBlockOperation.h; sourceTree = ""; }; @@ -3736,7 +3739,6 @@ BAA2507DBA0FE3ED3BF05CA87C04EC0E /* ftgasp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ftgasp.h; sourceTree = ""; }; BAB7ED44F9B84101D8255BD78AE2BABF /* StoneValidators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StoneValidators.swift; path = Source/SwiftyDropbox/Shared/Generated/StoneValidators.swift; sourceTree = ""; }; BAC09A43CAA1DE563D4710120B89ABA3 /* NstBoardNamcot175.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardNamcot175.hpp; sourceTree = ""; }; - BAF02E6ADE6B62A6AA94EE5500E14087 /* ConflictRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConflictRecordsOperation.swift; sourceTree = ""; }; BB22870483890CB67C08063155A2CD09 /* RSTOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSTOperation.m; path = Roxas/RSTOperation.m; sourceTree = ""; }; BB32B7EDD671EBFA1249485B97B59362 /* NstBoardBandaiOekaKids.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardBandaiOekaKids.hpp; sourceTree = ""; }; BB353B32482D51B4AC7F1C0F9CAB96B0 /* OIDResponseTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDResponseTypes.m; path = Source/AppAuthCore/OIDResponseTypes.m; sourceTree = ""; }; @@ -3778,7 +3780,6 @@ C064EE04F45B71F7006F2780F5435535 /* TxFilter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = TxFilter.cpp; sourceTree = ""; }; C078AFD83C295027D0241FE5DEC8B655 /* FileManager+ZIP.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "FileManager+ZIP.swift"; path = "Sources/ZIPFoundation/FileManager+ZIP.swift"; sourceTree = ""; }; C080DAA189113F34158A00AA1827ACE7 /* RSTBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSTBlockOperation.m; path = Roxas/RSTBlockOperation.m; sourceTree = ""; }; - C0B13CE6D00965784BC21BA0AEA6FB4B /* FinishDownloadingRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FinishDownloadingRecordsOperation.swift; sourceTree = ""; }; C0B8F180095207EB3A174AD98D9EEA8A /* dummy_video_capture.c */ = {isa = PBXFileReference; includeInIndex = 1; path = dummy_video_capture.c; sourceTree = ""; }; C12184A008E6E70912A403A00B2444CD /* UICollectionViewCell+Nibs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionViewCell+Nibs.m"; path = "Roxas/UICollectionViewCell+Nibs.m"; sourceTree = ""; }; C16D5BBBB45CF1D60FC6565D2CDFF1D2 /* ImmediatePanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ImmediatePanGestureRecognizer.swift; sourceTree = ""; }; @@ -3807,6 +3808,7 @@ C436117D3ACAAAC959D8673DD5EA97E0 /* boolean.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = boolean.h; sourceTree = ""; }; C44A6BA5CBF11AA95A73C7DBA500571F /* Main.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = Main.hpp; sourceTree = ""; }; C44C2249949C9F3C9CEFC8D3B5EC0BEB /* CustomTasks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomTasks.swift; path = Source/SwiftyDropbox/Shared/Handwritten/CustomTasks.swift; sourceTree = ""; }; + C5009ADD97F8DA6812F36AAFCE22E572 /* ConflictRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConflictRecordOperation.swift; sourceTree = ""; }; C50B426C6CE12AA24A5D9876EA2A99B4 /* video.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = video.h; sourceTree = ""; }; C50B575636C35E545F553C586B05FB8A /* NstBoardJaleco.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardJaleco.hpp; sourceTree = ""; }; C51BEC03C001CB0D0FF60D596A403A7E /* PrimitiveType.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = PrimitiveType.hpp; sourceTree = ""; }; @@ -3820,7 +3822,6 @@ C6557795EA6149DB85F43ED83D8054AA /* SDL_thread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = ""; }; C695B703F3880882D86EBEF281636B0A /* GTMSessionFetcherLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GTMSessionFetcherLogging.m; path = Source/GTMSessionFetcherLogging.m; sourceTree = ""; }; C6BCF1612FFF75C8E8FD3D3E4723E112 /* F5Rogue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = F5Rogue.h; sourceTree = ""; }; - C6CA0A502EB61D5D0B26DAC9ECC0AA8D /* UploadRecordsOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UploadRecordsOperation.swift; sourceTree = ""; }; C721E311F467365E34B5B12C8CAF2864 /* ftvalid.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ftvalid.h; sourceTree = ""; }; C73DD8D8F63F6A56EB1187D23D256352 /* ftgzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ftgzip.h; sourceTree = ""; }; C74A158169DF87C094722AEF80379C12 /* GLideN64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = GLideN64.h; sourceTree = ""; }; @@ -4029,7 +4030,6 @@ E35E5EA84C80DD35DB38191486374F7D /* RTC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RTC.h; sourceTree = ""; }; E391CF9551BB3A4B87436C08C3130381 /* ControllerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ControllerView.swift; sourceTree = ""; }; E39B6D2E1349BC9CF76985C762A82797 /* Pods-Delta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Delta-umbrella.h"; sourceTree = ""; }; - E3DF135E00EB9D9D1A46B7B1A17FEE1A /* ConflictRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConflictRecordOperation.swift; sourceTree = ""; }; E3E35D2003A87897EFBA643B7A078C3E /* RSP.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RSP.cpp; sourceTree = ""; }; E3EC5D23D9AC26F69D6F4ACF67BCFB67 /* memmap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = memmap.h; sourceTree = ""; }; E40DF036AF5317A3ED60CE4AF950DD05 /* counterdef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = counterdef.h; sourceTree = ""; }; @@ -4058,6 +4058,7 @@ E65C91A453E376EE9681BB62650AACF9 /* SDL_config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SDL_config.h; sourceTree = ""; }; E65DB1E52D5DE41D6648FB0DB8944F7D /* NstTracker.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstTracker.hpp; sourceTree = ""; }; E66B7B043452B92B922E437CDE08AB94 /* ftlcdfil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ftlcdfil.h; sourceTree = ""; }; + E69925FAA4B47AC060E082663C537CEE /* DownloadRecordOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DownloadRecordOperation.swift; sourceTree = ""; }; E6AB1BD2CE7196982B4DC417E4A40A3B /* apu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = apu.h; sourceTree = ""; }; E6C9055157A022E06551F4A5836DD27E /* GTMAppAuth.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GTMAppAuth.modulemap; sourceTree = ""; }; E70E6535CCAFEBE1D14A0AD957C96944 /* NDS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NDS.h; sourceTree = ""; }; @@ -4076,6 +4077,7 @@ E8B48771183C2D183E6BC362B2D1A788 /* NstBoardKonami.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; path = NstBoardKonami.hpp; sourceTree = ""; }; E91F8931F17AEC8AEFB6296B63AA2C09 /* Combiner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Combiner.h; sourceTree = ""; }; E92C74541335DAF4E282B176B241F5C0 /* DepthBufferRender.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = DepthBufferRender.cpp; sourceTree = ""; }; + E94A1C2E04A7F089ABC425D6F10F3364 /* SeedRecordControllerOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SeedRecordControllerOperation.swift; sourceTree = ""; }; E9846E34A2F44F4023E9EB29943A3F16 /* xxhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = xxhash.h; sourceTree = ""; }; E989AAD5B5176E39AEACF997E83D5120 /* Input.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Input.swift; sourceTree = ""; }; E9BF6D9B33A0CF50641FA738896EEDA6 /* OIDServiceConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = OIDServiceConfiguration.m; path = Source/AppAuthCore/OIDServiceConfiguration.m; sourceTree = ""; }; @@ -4269,13 +4271,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0DA0CE4264698A053DE6ED0EBC5B529A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0FDF7719A847993D82BCFEB867A4B296 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -4283,20 +4278,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 247772E1512A895B84BC8C6C920E773D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2486768F2DE51939AA53C3A5D952DA5A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 2765CDAEF28AED73796323870E65A2DB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -4325,13 +4306,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3510BED0E7228D13ECAC8814FEB86BDB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3EC47060F2F80B431EF7602CC1444F6F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -4339,14 +4313,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3F0D277710162D4F8CC3A61297FB8719 /* Frameworks */ = { + 48FDA2E0A4F96544C6DF258456A7D7F0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 40BC64D3B0BBEB2EBA1E97B4DA5DAC18 /* Frameworks */ = { + 60CA243DFE0AD6FF04B0DA41ECED2621 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 65B4AF8042C433CD98198CA93BDE0620 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4360,6 +4341,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6E71C96A2F435326F4D10266A34C7370 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 759DAD1611428AA94CB300E03B870A7A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -4374,7 +4362,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8B835743D9CB0838038FF944FD25D17C /* Frameworks */ = { + 7C46E3BB7AF74EC61178E0F8A4E074DD /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8532FB25EC7867FBCD9D90111C5B6097 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 90FE3F590EB81B3F4A824784F8351349 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4388,7 +4390,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9BBEC7CA832C79486E3EB6BEB531A63E /* Frameworks */ = { + 9F1B55E9B828F9ED7942D60C7476B32D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4402,6 +4404,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A668D2E16744FDFFB629B4C1B6D1B16F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; AC9A03C29D67363EF3F230E8AF28EA02 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -4409,21 +4418,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B671C0DA26AB1858A6EFD460509796D0 /* Frameworks */ = { + AE2381D4B662F550484F7A591120F68B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - C7FF7742C9B5C3E3F0703EAD4CEF78FF /* Frameworks */ = { + BB64C25DB51BD33F0CDC026217C524A5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - CEA0C63EA7318F0A7A9D27A44B5AB0D3 /* Frameworks */ = { + C7AA2D180BDC86A1D2DE9550693927C8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DF6E92389D508D73D7B60A5BBB891E54 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4444,7 +4460,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F7D8D8472F4B4BFA6CD76EF499884FC3 /* Frameworks */ = { + F68C005E486869B9E056D28B9BAFEA3B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4458,20 +4474,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FC8E8175900C5FC92BC47ACC18E14392 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - FDC0B496C1F58AB2D3DBEDEB6E7F0E16 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -4598,16 +4600,14 @@ path = minizip; sourceTree = ""; }; - 072CA56CE6F9AC62BB3CCCFED194B613 /* Upload */ = { + 0682E0548BCD444CDE9F772E4CC137AC /* Delete */ = { isa = PBXGroup; children = ( - 2AC7E3BF2D1E1CEAB794C5F3B39D39B7 /* FinishUploadingRecordsOperation.swift */, - 7D661A8CED479EFBF38232D8DA778307 /* PrepareUploadingRecordsOperation.swift */, - 95FAFC80D8410A58CAC4713CE004B27C /* UploadRecordOperation.swift */, - C6CA0A502EB61D5D0B26DAC9ECC0AA8D /* UploadRecordsOperation.swift */, + 4C0AFCA7FECC14653C7774E9504F6A01 /* DeleteRecordOperation.swift */, + 4D5C691D49AD34C21F740E93D2F2155C /* DeleteRecordsOperation.swift */, ); - name = Upload; - path = Upload; + name = Delete; + path = Delete; sourceTree = ""; }; 0987F7F2E4E50214BC3F95D7D7381782 /* Controller Skin */ = { @@ -4816,16 +4816,6 @@ path = Window; sourceTree = ""; }; - 1367AC26A33A58FB52F1FD8D55FEC0A5 /* Delete */ = { - isa = PBXGroup; - children = ( - 9011A3001388A7AC0B5F67D5A0FDA5F6 /* DeleteRecordOperation.swift */, - 8BA3864F0B310C572B7AB2543016FB7F /* DeleteRecordsOperation.swift */, - ); - name = Delete; - path = Delete; - sourceTree = ""; - }; 141640A1C79F1058997CAC050E647C15 /* Pods-Delta */ = { isa = PBXGroup; children = ( @@ -4950,16 +4940,6 @@ path = gba; sourceTree = ""; }; - 181C994A22B370A63A94C053D78AAFC4 /* Verify Conflicts */ = { - isa = PBXGroup; - children = ( - 726F77496A14D37FF59414937A0F0B9B /* VerifyConflictedRecordOperation.swift */, - 473D2384319BCB46A474F3CF8289BD48 /* VerifyConflictedRecordsOperation.swift */, - ); - name = "Verify Conflicts"; - path = "Verify Conflicts"; - sourceTree = ""; - }; 18713327405D776BD6E51A9120DC6240 /* Core */ = { isa = PBXGroup; children = ( @@ -5143,6 +5123,16 @@ path = "visualboyadvance-m"; sourceTree = ""; }; + 1CAC0378ADD94B632A06A6EB639D168B /* Parent Operations */ = { + isa = PBXGroup; + children = ( + 6B3A36A8478D9CF9524BA687218695D2 /* BatchRecordOperation.swift */, + 50241DFF627141009CB1A35B2B711271 /* RecordOperation.swift */, + ); + name = "Parent Operations"; + path = "Parent Operations"; + sourceTree = ""; + }; 1E345CA162D6EBCFA3C2C56415ED9C4E /* Extensions */ = { isa = PBXGroup; children = ( @@ -5613,6 +5603,17 @@ path = subprojects; sourceTree = ""; }; + 4385D14221D10E1B113071153B9F21D3 /* Download */ = { + isa = PBXGroup; + children = ( + E69925FAA4B47AC060E082663C537CEE /* DownloadRecordOperation.swift */, + B72C27BEB6F1C0E4C123066B66F0E673 /* DownloadRecordsOperation.swift */, + 2872BF4460D89A0387CABF6B5E3C71FF /* FinishDownloadingRecordsOperation.swift */, + ); + name = Download; + path = Download; + sourceTree = ""; + }; 43BD567048FC0BDD29200D5D52CBFB92 /* Core Data */ = { isa = PBXGroup; children = ( @@ -5916,6 +5917,17 @@ path = Bridge; sourceTree = ""; }; + 555ABE9822BDC0B91724D9259060BE3A /* Misc. */ = { + isa = PBXGroup; + children = ( + 92DD43E0CF6ABC9B238B57B9CACD0B76 /* FetchRemoteRecordsOperation.swift */, + E94A1C2E04A7F089ABC425D6F10F3364 /* SeedRecordControllerOperation.swift */, + 87338BD1478B20ED98A096A5F81A3D68 /* UpdateRecordMetadataOperation.swift */, + ); + name = Misc.; + path = Misc.; + sourceTree = ""; + }; 563C5652485BE3CCC80B76BEB1EB0260 /* Inputs */ = { isa = PBXGroup; children = ( @@ -5936,6 +5948,24 @@ path = Bridge; sourceTree = ""; }; + 56E45F76B5D751B587B7D99AEEAA0AEF /* Operations */ = { + isa = PBXGroup; + children = ( + 6363DD16B810D7BF9C81885931D4F114 /* Operation.swift */, + 1A7EAFEBB5EB4E6A9BE67BEA02454CB0 /* ServiceOperation.swift */, + B577D306D0672C83BE07E4B533A6A248 /* SyncRecordsOperation.swift */, + 879FD4BEA0733FED0D1F8270621D146F /* Conflict */, + 0682E0548BCD444CDE9F772E4CC137AC /* Delete */, + 4385D14221D10E1B113071153B9F21D3 /* Download */, + 555ABE9822BDC0B91724D9259060BE3A /* Misc. */, + 1CAC0378ADD94B632A06A6EB639D168B /* Parent Operations */, + 7AB1ADE8A51B18B11844E6AED9111B4B /* Upload */, + 921373DE7C06E391D8B52F56BCAAAD07 /* Verify Conflicts */, + ); + name = Operations; + path = Harmony/Operations; + sourceTree = ""; + }; 5766035DA1CD9C6A668F295A35F77A6E /* arm */ = { isa = PBXGroup; children = ( @@ -5960,24 +5990,6 @@ path = N64DeltaCore; sourceTree = ""; }; - 580B4822EAB6FCC04C14AA6256C3478E /* Operations */ = { - isa = PBXGroup; - children = ( - 6E57FA01C9F18C748CC8D2144FF42F63 /* Operation.swift */, - 8B3B651A8C22897796E5711FB5A8F2D5 /* ServiceOperation.swift */, - 0361FA0E19F1C9C2340B29D47E4914AB /* SyncRecordsOperation.swift */, - 6553BCE016CC7B4A6609523FB0336668 /* Conflict */, - 1367AC26A33A58FB52F1FD8D55FEC0A5 /* Delete */, - E23FFD849B9AACF7622954BC92159627 /* Download */, - E203E5E8BBECB8ABED2E2CAA3868A3B0 /* Misc. */, - A7D3DFFE916BC5DF464A03391535CE92 /* Parent Operations */, - 072CA56CE6F9AC62BB3CCCFED194B613 /* Upload */, - 181C994A22B370A63A94C053D78AAFC4 /* Verify Conflicts */, - ); - name = Operations; - path = Harmony/Operations; - sourceTree = ""; - }; 5862F5769E1456C67BEFA61B8C1E7C5B /* new_dynarec */ = { isa = PBXGroup; children = ( @@ -6270,16 +6282,6 @@ path = "DeltaCore/Emulator Core"; sourceTree = ""; }; - 6553BCE016CC7B4A6609523FB0336668 /* Conflict */ = { - isa = PBXGroup; - children = ( - E3DF135E00EB9D9D1A46B7B1A17FEE1A /* ConflictRecordOperation.swift */, - BAF02E6ADE6B62A6AA94EE5500E14087 /* ConflictRecordsOperation.swift */, - ); - name = Conflict; - path = Conflict; - sourceTree = ""; - }; 65DA60286AFFD317E39A611E6B8F33A6 /* si */ = { isa = PBXGroup; children = ( @@ -6908,6 +6910,18 @@ path = include; sourceTree = ""; }; + 7AB1ADE8A51B18B11844E6AED9111B4B /* Upload */ = { + isa = PBXGroup; + children = ( + 07F074F96A3F88DAEB523EE53716121B /* FinishUploadingRecordsOperation.swift */, + AC7539C0BA11CFD3918D2A4327ECEA36 /* PrepareUploadingRecordsOperation.swift */, + A730D0C32284892609038DA598503526 /* UploadRecordOperation.swift */, + 5196D378C4FC9225A07E3F2C75400C4F /* UploadRecordsOperation.swift */, + ); + name = Upload; + path = Upload; + sourceTree = ""; + }; 7B9EFDF0E3850D30BDEF9F464D4BB6EC /* Protocols */ = { isa = PBXGroup; children = ( @@ -7117,6 +7131,16 @@ path = Video; sourceTree = ""; }; + 879FD4BEA0733FED0D1F8270621D146F /* Conflict */ = { + isa = PBXGroup; + children = ( + C5009ADD97F8DA6812F36AAFCE22E572 /* ConflictRecordOperation.swift */, + 536E53D82C06270DEAFFC685624839C3 /* ConflictRecordsOperation.swift */, + ); + name = Conflict; + path = Conflict; + sourceTree = ""; + }; 8ABB80CDE89572DB9AFDC8C59D38C198 /* SFML */ = { isa = PBXGroup; children = ( @@ -7321,6 +7345,16 @@ path = NESDeltaCore; sourceTree = ""; }; + 921373DE7C06E391D8B52F56BCAAAD07 /* Verify Conflicts */ = { + isa = PBXGroup; + children = ( + 3EC160E12C31D792BA1E8E436AF2B86D /* VerifyConflictedRecordOperation.swift */, + 177CA507F306C1F5EF44C7FB0CAA3386 /* VerifyConflictedRecordsOperation.swift */, + ); + name = "Verify Conflicts"; + path = "Verify Conflicts"; + sourceTree = ""; + }; 92850B61AA73C0AED8F11EFED51BD8F6 /* gregbook */ = { isa = PBXGroup; children = ( @@ -7790,16 +7824,6 @@ name = Drive; sourceTree = ""; }; - A7D3DFFE916BC5DF464A03391535CE92 /* Parent Operations */ = { - isa = PBXGroup; - children = ( - 134A06C2C97F9EFF3C543972C0AC08D5 /* BatchRecordOperation.swift */, - 85767A35245E3736DA411E063B0A563E /* RecordOperation.swift */, - ); - name = "Parent Operations"; - path = "Parent Operations"; - sourceTree = ""; - }; A98CAD03779F8CB50CE791F02212A34B /* Game Controllers */ = { isa = PBXGroup; children = ( @@ -8453,7 +8477,7 @@ 714CD2CC5B4B9ACC81C2661D5C0859B4 /* Harmony-Dropbox */, CE2354FB7AA0CF764398BC8899708377 /* Migrations */, A0EDA4865A4FF0E3C6395192D08668E7 /* Model */, - 580B4822EAB6FCC04C14AA6256C3478E /* Operations */, + 56E45F76B5D751B587B7D99AEEAA0AEF /* Operations */, E9D07211BAC97B563C73FA9C5C66C52C /* Pod */, 7B9EFDF0E3850D30BDEF9F464D4BB6EC /* Protocols */, 6DB6BDAD458FFE42EE3E8FBA53141C7D /* Support Files */, @@ -8662,27 +8686,6 @@ path = GBCDeltaCore; sourceTree = ""; }; - E203E5E8BBECB8ABED2E2CAA3868A3B0 /* Misc. */ = { - isa = PBXGroup; - children = ( - 1309AB97D58CC86976202418A5F66CAD /* FetchRemoteRecordsOperation.swift */, - A5D742731AACE9DB4C2DD3B8D2ED607A /* UpdateRecordMetadataOperation.swift */, - ); - name = Misc.; - path = Misc.; - sourceTree = ""; - }; - E23FFD849B9AACF7622954BC92159627 /* Download */ = { - isa = PBXGroup; - children = ( - 7DAA55AB5B34A26E9FC019615F3F2010 /* DownloadRecordOperation.swift */, - 435598426F79115B51789B27BF2394E0 /* DownloadRecordsOperation.swift */, - C0B13CE6D00965784BC21BA0AEA6FB4B /* FinishDownloadingRecordsOperation.swift */, - ); - name = Download; - path = Download; - sourceTree = ""; - }; E3E8E62EB47273B288C41C7B5C81E333 /* Harmony-Drive */ = { isa = PBXGroup; children = ( @@ -8999,17 +9002,6 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 0DD048E893DABF5EC77B9A80618588A4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1E482D7CCF79EC4182836A6D9544DEB1 /* DeltaCore.h in Headers */, - ADB52AF235B3EA9062E061CC03FD8BE0 /* DeltaCore-umbrella.h in Headers */, - D8E8731090ABF9769AC0299DCA352BB0 /* DeltaTypes.h in Headers */, - 4C1BD653A4BED8DFE7A0DDA9ECBCB585 /* DLTAMuteSwitchMonitor.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1184813534B88F0F271F5F4851427E41 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -9021,6 +9013,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 131A105F10CB119D04560B62BFCB4689 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 20B0A379C906172F4214013D5E13020F /* DBChunkInputStream.h in Headers */, + 6962B40808FDC07CF9D2AF879137A73E /* SwiftyDropbox.h in Headers */, + 1F05206BC74E8FE3A802E5CB8609E9C8 /* SwiftyDropbox-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1E918C1E8CC93E322B3E937D7F8A2CFA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -9092,12 +9094,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4E88EDB3764F40C3C0331277DA4F16ED /* Headers */ = { + 2FE9DD00197463051BF367F474A3246E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 56AFF52D966668BE3827D5C0F267B561 /* Harmony.h in Headers */, - DAF6E9B3EA03C29896B6FA00066AB641 /* Harmony-umbrella.h in Headers */, + 5BAA1373C936AE72DEEE181D9B3724BB /* ZIPFoundation-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 45A4E481BE31F363DF178F624D697E16 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 35BCB7DB43D90CF05210224C70EC38B3 /* Harmony.h in Headers */, + BBEFDB44D9F2839C823269427E086FD0 /* Harmony-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -9355,16 +9365,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5AD6656364DB664C1B5A866C4ADECC95 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5B6691DD31B9A857C5E7915C0314E47A /* DBChunkInputStream.h in Headers */, - 5E5BB057C4367BD029975E2998A0941F /* SwiftyDropbox.h in Headers */, - EAA9D72DD74032A907CE00E1D6CD6CC6 /* SwiftyDropbox-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5E282C2EB1ED9FFA7CD25C1390B8E05E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -10164,14 +10164,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 80E56C25D1AAEAD2C66E7103BBAEA93E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - FE80AF97FE3B9FBE943721A44155ABA6 /* ZIPFoundation-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8CCD7E375E7F7A8E289EB660E5A411F1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -10233,21 +10225,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9FB626FB1961766C5FD521228BC7119A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A3F620C7987D81AFC46CE9824E0A7219 /* GTMGatherInputStream.h in Headers */, - 27944B2560A21CE0B1ADA13D6F9C8067 /* GTMMIMEDocument.h in Headers */, - 3D6E55DF99950650F3165E98DA8E9A72 /* GTMReadMonitorInputStream.h in Headers */, - C5ACEDF67F25277669272A324B1F1928 /* GTMSessionFetcher.h in Headers */, - 0782021AE77C15667A83212480802785 /* GTMSessionFetcher-umbrella.h in Headers */, - BA063CCB4CE8DEBCBEFEE9DAB48D8F79 /* GTMSessionFetcherLogging.h in Headers */, - 3EFA648FC8CDFEB3D7D87924D099CD5C /* GTMSessionFetcherService.h in Headers */, - 8817DB75D504576461A35AB28452E91A /* GTMSessionUploadFetcher.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; AFAE5B6A327CBACECF0FFFF86D85A336 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -10258,6 +10235,67 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B845B921A1BC537FEF7D571403E4646D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9E02865B6F37416F31993AC3A8B4FE44 /* NSBundle+Extensions.h in Headers */, + DE06DB53C99CC30E94D218B887E0F4B7 /* NSConstraintConflict+Conveniences.h in Headers */, + 348E7C5895CB921DA125E698E80605AD /* NSFileManager+URLs.h in Headers */, + D3B84ACB54AF9F4507101455B104C430 /* NSLayoutConstraint+Edges.h in Headers */, + 0753410AD66E4D73AAE4D528D2638492 /* NSPredicate+Search.h in Headers */, + 0B6C879E3C566BD4E5E9BD1623485578 /* NSString+Localization.h in Headers */, + C47120CDAA8233C44DD54D76FC288771 /* NSUserDefaults+DynamicProperties.h in Headers */, + 813246BAD021BEC0801D5EF457A976FD /* Roxas.h in Headers */, + 65FF06B172D039EEC4BE5FF5B3E22E14 /* Roxas-umbrella.h in Headers */, + 3EA3F52EEA5AE0FED258732B11FB1457 /* RSTActivityIndicating.h in Headers */, + 18061A00ADFA2D821EADC4EC9F86B48E /* RSTArrayDataSource.h in Headers */, + 95F85D0B09BD2F7EF9870B1D52EFEA42 /* RSTBlockOperation.h in Headers */, + 6E97CDF8581059DF263EE441B2950176 /* RSTCellContentCell.h in Headers */, + BC5B17488D5DCC8B95D2B627B6FBEE9B /* RSTCellContentChange.h in Headers */, + E0C2E67C3AB7104B0F89CB5D32278E65 /* RSTCellContentChangeOperation.h in Headers */, + C229337E1FE4ED18AA52130C8D1F11F0 /* RSTCellContentDataSource.h in Headers */, + 52114CED383E3434A0536C3680D71A3A /* RSTCellContentDataSource_Subclasses.h in Headers */, + D6E1FCCD7E4A5744AE3A2EA50F005BE6 /* RSTCellContentPrefetchingDataSource.h in Headers */, + 468A064F802E26429052F66DE865B2CA /* RSTCellContentView.h in Headers */, + 9DBA5F549FDFD3FBC53465E61D2E1DD0 /* RSTCollectionViewCell.h in Headers */, + 662FB3F53C248C4E85E38D052BDBC3FF /* RSTCollectionViewGridLayout.h in Headers */, + 78AD4FE62E72D4E1DB9B572E8BF21D6A /* RSTCompositeDataSource.h in Headers */, + 0DD7BD9480371B50D26D4953FAF9A9F2 /* RSTConstants.h in Headers */, + 6308A0ECFFA22F42B1CCC8C55B12B98E /* RSTDefines.h in Headers */, + ACDFD6A23DF862C5350CA0405B4891F5 /* RSTDynamicDataSource.h in Headers */, + A65387DD9AC89BB6C0B7C890FF8A6666 /* RSTError.h in Headers */, + 4738F54706143BECFBD3DD94C9408F94 /* RSTFetchedResultsDataSource.h in Headers */, + 71242D1D9C2AAD0FCD186B34A453440A /* RSTHasher.h in Headers */, + 09F3256CC66D733BBC50825D96FE6375 /* RSTHelperFile.h in Headers */, + 9C925837203D3D56ACA6A1FBD3C22269 /* RSTLaunchViewController.h in Headers */, + 24B13A7910C0DCADAE97F237A5EC9AC0 /* RSTLoadOperation.h in Headers */, + 3D48FF20717C2E154CF87D82771DA5AC /* RSTNavigationController.h in Headers */, + 4E1CF079DBEC7B0B4F25D2DE9F5D8765 /* RSTNibView.h in Headers */, + CB69985D01175055F66356DA479D8E84 /* RSTOperation.h in Headers */, + DA144783969F277471D010B6277D74C9 /* RSTOperation_Subclasses.h in Headers */, + 972882C575F5365A10DBF075C578D0E0 /* RSTOperationQueue.h in Headers */, + D0B22091C7FDFAE8E96DA08D1B4CC572 /* RSTPersistentContainer.h in Headers */, + E311C86DC12DB133F625E865028DAEBC /* RSTPlaceholderView.h in Headers */, + EFA663CD08B1C94FF7BC2ED50A796F96 /* RSTRelationshipPreservingMergePolicy.h in Headers */, + 95F1ED7B69E018756E2B183548A6EC4C /* RSTSearchController.h in Headers */, + 432D3B3CBABDC3094D57EAF3DD3E894C /* RSTSeparatorView.h in Headers */, + 6290B3EA48E86C34B322D2FCB2479A74 /* RSTTintedImageView.h in Headers */, + 1A66817235262F29983D9A98F553BAA5 /* RSTToastView.h in Headers */, + 39451FDA8E569DE772145EDB2FA922D9 /* UIAlertAction+Actions.h in Headers */, + CAAF053ECC61448073BA1672D4795D8F /* UICollectionView+CellContent.h in Headers */, + 07C1375F67A9C5FF9532457F4AA72126 /* UICollectionViewCell+CellContent.h in Headers */, + 7A72EE28304C8E61FAF2897DFB8BF2F7 /* UICollectionViewCell+Nibs.h in Headers */, + 6D522A7C7340721D72C90E53829D323C /* UIImage+Manipulation.h in Headers */, + BCB540DFB7758B136F55E6C535E107AA /* UIKit+ActivityIndicating.h in Headers */, + DFEAEC998EAA3B682BA1E823BEEFE391 /* UISpringTimingParameters+Conveniences.h in Headers */, + 288EB12FC661966B5546F01F494DD137 /* UITableView+CellContent.h in Headers */, + 42C21FCE994FDC9F5978815CA638DDBB /* UITableViewCell+CellContent.h in Headers */, + 9C61443076084511F4ACE791EC3C7316 /* UIView+AnimatedHide.h in Headers */, + 9AD34AAD9108A2EE3CFEB2E30936B538 /* UIViewController+TransitionState.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BA4EEED22C2D4153BA5CE00A95CE4B86 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -10357,64 +10395,29 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E224E2E7A44CE033CC935E4ED4475690 /* Headers */ = { + E9261D5B6FAE64210A9F26962A31DB52 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 846C02B98F20B69212ECB99D9F95F0DA /* NSBundle+Extensions.h in Headers */, - DFAB8F019B8D50EA3039E9619A44070F /* NSConstraintConflict+Conveniences.h in Headers */, - C5FC21F49A1E0D493D730D7D71AB2898 /* NSFileManager+URLs.h in Headers */, - 7B4924E58F3D3CA126E63979B8FC4142 /* NSLayoutConstraint+Edges.h in Headers */, - E1E8B48DBD5AB85A4FCEEDE256BB4404 /* NSPredicate+Search.h in Headers */, - C534C0D99FDD3DB6F59EC46B18759CDF /* NSString+Localization.h in Headers */, - EA67310C53ED7EF1DE2924C48C645988 /* NSUserDefaults+DynamicProperties.h in Headers */, - B2E8A1B82AC0F4F8AC710D61FB8E5165 /* Roxas.h in Headers */, - 106F9701A9FDE9CFE3822CCB2EE5EFB6 /* Roxas-umbrella.h in Headers */, - 3DD9BE6BD53E7796B543486CE4B68D1D /* RSTActivityIndicating.h in Headers */, - 68B3CEAD5F293359EB1A8148C39B3AC7 /* RSTArrayDataSource.h in Headers */, - A0286F2098B8C9F70D0B1A56FA03478B /* RSTBlockOperation.h in Headers */, - 9E56DA44CAD45C34B020F6F48C07DAC5 /* RSTCellContentCell.h in Headers */, - 6F5F1D8AB3E5DB8C37ED0B2F5AA35C61 /* RSTCellContentChange.h in Headers */, - 626EC5C3FDF097B5A80B520E92450A6D /* RSTCellContentChangeOperation.h in Headers */, - 69EDF2FC8CFB86688EF296A59064D11D /* RSTCellContentDataSource.h in Headers */, - 8FA56AEEAF31010A9A22D4AFCB122BD6 /* RSTCellContentDataSource_Subclasses.h in Headers */, - D16166943DA327A67316DD4816AC1A3F /* RSTCellContentPrefetchingDataSource.h in Headers */, - 71FAF7EA92C709E0DE91014675024FE2 /* RSTCellContentView.h in Headers */, - 43BD8D2A2BB89F2A9D08EF3F1211F53A /* RSTCollectionViewCell.h in Headers */, - 476FDC36BF0B1893026AB8BC0A8E20D8 /* RSTCollectionViewGridLayout.h in Headers */, - B1A750649F4172D5309777A871DED0CC /* RSTCompositeDataSource.h in Headers */, - 300763C403E161CDBE179CFE14A2CF79 /* RSTConstants.h in Headers */, - EA266D31C9F76A630693D732E1E0D776 /* RSTDefines.h in Headers */, - D571FB551A3E5FADD8BAF38FDE99FB35 /* RSTDynamicDataSource.h in Headers */, - 7103615335956814EAE81210D28355D4 /* RSTError.h in Headers */, - B7950739F07E9C0FA64EF2538B5FC686 /* RSTFetchedResultsDataSource.h in Headers */, - 540FA20164229BB42FD8CE1D37C566EF /* RSTHasher.h in Headers */, - 747968EE1809C34CAAC17ACB371FD362 /* RSTHelperFile.h in Headers */, - 100317712493D91A2FEE955B9CFB6708 /* RSTLaunchViewController.h in Headers */, - F850E6FF232657799C7BD91346A368A3 /* RSTLoadOperation.h in Headers */, - E06C45AC54A21581A55C798CDAE252AE /* RSTNavigationController.h in Headers */, - 3086B2957842086D8B228CEB2673502D /* RSTNibView.h in Headers */, - 1F62F179BFA0990ACA684D3050325364 /* RSTOperation.h in Headers */, - 0BDAAD7F1F4A2596F3361D46F1201D4C /* RSTOperation_Subclasses.h in Headers */, - 522810C97D39E739404E800BAFACC277 /* RSTOperationQueue.h in Headers */, - C01339B3D5CE99E2D94C1886ADCF12F8 /* RSTPersistentContainer.h in Headers */, - 4140C78232E08522F8C83D7BAAF9A064 /* RSTPlaceholderView.h in Headers */, - 899CDEC2154D17ABC391D17550982F6D /* RSTRelationshipPreservingMergePolicy.h in Headers */, - 59835C6A5916F1165C2F6F97B290564B /* RSTSearchController.h in Headers */, - 6B79B39361DE1CBDB3A302D374A10072 /* RSTSeparatorView.h in Headers */, - DE0ADD594D871AE64A1BEBE38B34F587 /* RSTTintedImageView.h in Headers */, - 363756B47A3CE04119C080ED60361109 /* RSTToastView.h in Headers */, - DC9B9503E5233BA4D8D95D1C3F8A5121 /* UIAlertAction+Actions.h in Headers */, - 6D6F3CA7D6644611FBD4864038643809 /* UICollectionView+CellContent.h in Headers */, - 1296235C3200BBD4AB5C67C375597355 /* UICollectionViewCell+CellContent.h in Headers */, - 0E4C68F0CB4544686CB29FCC2DAC51D9 /* UICollectionViewCell+Nibs.h in Headers */, - A0479B6C0C5A9EE569A393A356996976 /* UIImage+Manipulation.h in Headers */, - 1B9FBF904DDE51269350AF3DA489AADC /* UIKit+ActivityIndicating.h in Headers */, - 1802BB58ED5421BCAD8DDDBA830D6382 /* UISpringTimingParameters+Conveniences.h in Headers */, - EE4691FFD8E27ED572A5262875546C76 /* UITableView+CellContent.h in Headers */, - 2A2B5D0FF0CE9E090C06B17E98A4EAD1 /* UITableViewCell+CellContent.h in Headers */, - 9318F5105941EC42A7475A8D27772999 /* UIView+AnimatedHide.h in Headers */, - 46573ED30E6EF77EA4C71506509C9476 /* UIViewController+TransitionState.h in Headers */, + 04068AED3952ADA2DEBE9DA86E062C24 /* DeltaCore.h in Headers */, + 18E374D2F000F33DE8E8CEA58BD744BB /* DeltaCore-umbrella.h in Headers */, + B600E4A56998F1C8567EE739DE805D64 /* DeltaTypes.h in Headers */, + F527E754B797D0851845FE90C86D7A5D /* DLTAMuteSwitchMonitor.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EA91433120C929E66755C1789880C8EF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9872A9FC1E436E2C97477E4676F6CD4E /* GTMGatherInputStream.h in Headers */, + 635DD6F21DBC5A969E1414F2181E186C /* GTMMIMEDocument.h in Headers */, + 27F9DFF671B89EEFC5BBB7E5C0DE7060 /* GTMReadMonitorInputStream.h in Headers */, + CB28C04680B8F2F8872BF11ADFA7906F /* GTMSessionFetcher.h in Headers */, + B57C78866340A17504CACBB88F04DC8C /* GTMSessionFetcher-umbrella.h in Headers */, + F1139C631E6AB86EEA1BD1C6BA77F673 /* GTMSessionFetcherLogging.h in Headers */, + DA49CDBAE34AC6D86090380C42CAE2DA /* GTMSessionFetcherService.h in Headers */, + FBB2B7F46999CE43061BDAA4423F7F79 /* GTMSessionUploadFetcher.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -10441,8 +10444,8 @@ buildRules = ( ); dependencies = ( - 22D4E6766BCF96851B8574CBD8E15047 /* PBXTargetDependency */, - E06B3C892296EE79A1F1F923F5CA70C6 /* PBXTargetDependency */, + 6BC6DE894E2CFC238130EB93FA83C034 /* PBXTargetDependency */, + 488A5CDC16D8AA50CC1390E5B3C69A95 /* PBXTargetDependency */, ); name = NESDeltaCore; productName = NESDeltaCore; @@ -10462,8 +10465,8 @@ buildRules = ( ); dependencies = ( - 8382A8CB764BEE746A2671390E063AFB /* PBXTargetDependency */, - 26D7A4BC55C3570BCFDF945ABD12811E /* PBXTargetDependency */, + D97470176C6FCBF80133EB57FA6F714D /* PBXTargetDependency */, + 1E1C52DD622185B9B8303FCD4AA8F82C /* PBXTargetDependency */, ); name = N64DeltaCore; productName = N64DeltaCore; @@ -10482,8 +10485,8 @@ buildRules = ( ); dependencies = ( - CA7473E84B6F084BCB504A66EE0E395B /* PBXTargetDependency */, - 97BF1811BED673814CBCDE0BFDE53D7A /* PBXTargetDependency */, + 3A38A7E2104ADA24BB73D6C79B3EBD68 /* PBXTargetDependency */, + 5E0F8044CABE39E1025CA53F1C763CE2 /* PBXTargetDependency */, ); name = SNESDeltaCore; productName = SNESDeltaCore; @@ -10492,11 +10495,11 @@ }; 1B47E46598F87113B00B3B25BBF51B32 /* DeltaCore-DeltaCore */ = { isa = PBXNativeTarget; - buildConfigurationList = ED346A4A912D585AFE2BF0E8F4DF04D5 /* Build configuration list for PBXNativeTarget "DeltaCore-DeltaCore" */; + buildConfigurationList = CF0F96418DCFA9CA2F51E9F990A7770D /* Build configuration list for PBXNativeTarget "DeltaCore-DeltaCore" */; buildPhases = ( - 6D93635D72814CCA4AE68A312497C248 /* Sources */, - FC8E8175900C5FC92BC47ACC18E14392 /* Frameworks */, - C06E631428D5C56C335A6CBA8F536C96 /* Resources */, + F211BD3D0456E13F494FB4B47BEFA53B /* Sources */, + 7C46E3BB7AF74EC61178E0F8A4E074DD /* Frameworks */, + 00E0BB5DA0260011B2F8A3F83E93006F /* Resources */, ); buildRules = ( ); @@ -10509,11 +10512,11 @@ }; 280620EDC57ABB510508698A7233E414 /* N64DeltaCore-Mupen64Plus */ = { isa = PBXNativeTarget; - buildConfigurationList = C90348964A455391E864013C755AC9C5 /* Build configuration list for PBXNativeTarget "N64DeltaCore-Mupen64Plus" */; + buildConfigurationList = 1B7421B88F07747D9DA75CFD518D1CFB /* Build configuration list for PBXNativeTarget "N64DeltaCore-Mupen64Plus" */; buildPhases = ( - 81ACCABE8F8B8D9449D7AE9A1E5C36EC /* Sources */, - CEA0C63EA7318F0A7A9D27A44B5AB0D3 /* Frameworks */, - 06A22025C99C77D78AC70F15ED1165A8 /* Resources */, + 6AB445676E6E6EAA41104CD80CD795D6 /* Sources */, + 9F1B55E9B828F9ED7942D60C7476B32D /* Frameworks */, + 93666574AC2E51397BC3F7D9598F755C /* Resources */, ); buildRules = ( ); @@ -10535,27 +10538,27 @@ buildRules = ( ); dependencies = ( - 6D59877B1B762749E6F63407146A5217 /* PBXTargetDependency */, - E8C7514A5B23AE6BA86B464E8FB216FE /* PBXTargetDependency */, - 5D9C88E144D07F6AEFAA5670FD865D27 /* PBXTargetDependency */, - BE0B85135CB7D0FB9A7FB5C6165496EF /* PBXTargetDependency */, - 470CBBAF3653B51B9CB8F96C1F4741F2 /* PBXTargetDependency */, - E280D454B5C15099E9D25A6C26F088C1 /* PBXTargetDependency */, - AF1A6AB9112D553B0D8E4E2D43DC6939 /* PBXTargetDependency */, - 476625A8F9230EFC825D7E9BBEB6E2FA /* PBXTargetDependency */, - DF98CE5F573107254A69460E2EF0002C /* PBXTargetDependency */, - 0977B6322AE1CBB5EC3823A5042080FB /* PBXTargetDependency */, - 85A9597B4AFB13349FA8B9758EC04290 /* PBXTargetDependency */, - 75D90DC236363C89F12AABD5B85790CB /* PBXTargetDependency */, - 4097C851A3A10347404156907E734B7D /* PBXTargetDependency */, - 7D9EA63F22EF7730131345DE952284E4 /* PBXTargetDependency */, - B0ABB225835C4739C77D5D340F58FD3D /* PBXTargetDependency */, - 324B5D84032A79A31F4F5DE51FE9A1FA /* PBXTargetDependency */, - A8E5C0BDB8415C0B14114AC08ADD1A37 /* PBXTargetDependency */, - 44B275620AD561AD9B9336EBF288EAC3 /* PBXTargetDependency */, - 67631194C218F0FD979E35CB3C57E4B9 /* PBXTargetDependency */, - 0227776B8B833754B92701B8D4E62B9C /* PBXTargetDependency */, - 09D37DA024CCD35700AB4C1A1B9A8DBF /* PBXTargetDependency */, + 3389309C644A37C83925A4F5B0EC5211 /* PBXTargetDependency */, + 55C06ED20B478D16D64C40304655AAC8 /* PBXTargetDependency */, + 3ADDA99249FD2CA1AD7A9BA3BC22B8AA /* PBXTargetDependency */, + 45BB372A9633D3CC56CA8207104A1A2A /* PBXTargetDependency */, + FA26B652F6607BE2CC848D12411E657D /* PBXTargetDependency */, + FCFCBC1ED647CE9C9A471DA20CEFA83F /* PBXTargetDependency */, + E28B0B670178100851712FA1218EE226 /* PBXTargetDependency */, + 311FBCB7E90F2E4A3B65F28053D7DFF2 /* PBXTargetDependency */, + EB2E022A71CA25005FA3502979D4061D /* PBXTargetDependency */, + B83D446192551DD8D91A1C2BD9147125 /* PBXTargetDependency */, + 12CC6B3E32D89503B713AF1378A5D0C9 /* PBXTargetDependency */, + 46944BEA3AFF78429E6415C5F40B2EDE /* PBXTargetDependency */, + 6BA35C53BA58A8594936DB541DB8018C /* PBXTargetDependency */, + 54ADD906F8AD5DFE362236C4F0D6F197 /* PBXTargetDependency */, + 52DB1433E7520A51C5B6DDE9379DAA04 /* PBXTargetDependency */, + 489B8C7623BA5796E64A567CD0AD6E06 /* PBXTargetDependency */, + F3366A743D49B5646F5790AECFEFAB39 /* PBXTargetDependency */, + 2DBEA32B40AB7C4668952773D12D4D23 /* PBXTargetDependency */, + D61EE86D7F3FEB2529CCDD76835B5CBE /* PBXTargetDependency */, + 24442F0C1D08FA726A10255C53C67C65 /* PBXTargetDependency */, + BFC8A46FF219405F66BDBE148E08D7BD /* PBXTargetDependency */, ); name = "Pods-Delta"; productName = "Pods-Delta"; @@ -10591,8 +10594,8 @@ buildRules = ( ); dependencies = ( - 6972D7E315F77F2FDD140AA7A7F4B9F6 /* PBXTargetDependency */, - 7BFCEC5B78EF74F0427F6E810DD86C74 /* PBXTargetDependency */, + 79B51E999351143FF63B14B079747F19 /* PBXTargetDependency */, + 41CC31C58F25AD1C62AE5CE82D57EEB1 /* PBXTargetDependency */, ); name = MelonDSDeltaCore; productName = MelonDSDeltaCore; @@ -10619,19 +10622,19 @@ }; 530F469AED058B94728C278CCA514500 /* DeltaCore */ = { isa = PBXNativeTarget; - buildConfigurationList = AE312531CB5FAF0A8F33EF44620D967F /* Build configuration list for PBXNativeTarget "DeltaCore" */; + buildConfigurationList = 05C683F865943BFBCE8FEF6B8491579D /* Build configuration list for PBXNativeTarget "DeltaCore" */; buildPhases = ( - 0DD048E893DABF5EC77B9A80618588A4 /* Headers */, - ED6A34197B86BCA7B1493AE812A5D42B /* Sources */, - 2486768F2DE51939AA53C3A5D952DA5A /* Frameworks */, - 738C1507F39CB19628B2F044A7058D18 /* Copy generated compatibility header */, - 15F24CB341F75B27ACE235DFCA98975A /* [CP-User] Copy Swift Header */, + E9261D5B6FAE64210A9F26962A31DB52 /* Headers */, + 932CD5271914ACD434B2CB504A6CEE61 /* Sources */, + F68C005E486869B9E056D28B9BAFEA3B /* Frameworks */, + A50D89DDF7BDA3A72D992AD01FAA89C5 /* Copy generated compatibility header */, + 40745121ADD220BD4D9CD3E067739AF6 /* [CP-User] Copy Swift Header */, ); buildRules = ( ); dependencies = ( - B50EB0F12594D6E9CC95A3EA6584BD60 /* PBXTargetDependency */, - 1A75DE7F90BBF5670616016F284F84F5 /* PBXTargetDependency */, + E1CBA9FF914061B93E49803E81B25E88 /* PBXTargetDependency */, + E18B7B482072D382CD9680D5AF67CDD3 /* PBXTargetDependency */, ); name = DeltaCore; productName = DeltaCore; @@ -10640,11 +10643,11 @@ }; 5B32FEE5AD13CB944235C9158BECB929 /* MelonDSDeltaCore-melonDS */ = { isa = PBXNativeTarget; - buildConfigurationList = 5B99F876C35088BD2F392C5D99DEF178 /* Build configuration list for PBXNativeTarget "MelonDSDeltaCore-melonDS" */; + buildConfigurationList = 3ED9CFBB3968527AD07F671A214BC453 /* Build configuration list for PBXNativeTarget "MelonDSDeltaCore-melonDS" */; buildPhases = ( - 273CAB45BE10D3B23CA3B4B9B35B49AD /* Sources */, - 40BC64D3B0BBEB2EBA1E97B4DA5DAC18 /* Frameworks */, - D54960FD7E1BA8AF260AE407CDB933A5 /* Resources */, + 00122546C0837184A0D93888C4FE320F /* Sources */, + 6E71C96A2F435326F4D10266A34C7370 /* Frameworks */, + 801B533CEE320FD0C125E67FF89AF71A /* Resources */, ); buildRules = ( ); @@ -10657,11 +10660,11 @@ }; 5C36E65AEF44273E4AF0CBFADD00C090 /* GBCDeltaCore-GBCDeltaCore */ = { isa = PBXNativeTarget; - buildConfigurationList = BFAEFAA2022CF191FAB624BE10CC431D /* Build configuration list for PBXNativeTarget "GBCDeltaCore-GBCDeltaCore" */; + buildConfigurationList = FAEA4E85CAB6D85D4E2B76423F09B26B /* Build configuration list for PBXNativeTarget "GBCDeltaCore-GBCDeltaCore" */; buildPhases = ( - 632ACF83757ED4A3A37B66CE52624EDD /* Sources */, - 8B835743D9CB0838038FF944FD25D17C /* Frameworks */, - 20C84572287ACF6605061ADD92F8D082 /* Resources */, + BACCB4D886CB5CB901150D2367D4DC5E /* Sources */, + A668D2E16744FDFFB629B4C1B6D1B16F /* Frameworks */, + 47D1EE65988FC83108E8E28C0F7BE9B3 /* Resources */, ); buildRules = ( ); @@ -10691,20 +10694,20 @@ }; 5CB4163F0A6D4BDE0A490758A78BA43D /* Harmony */ = { isa = PBXNativeTarget; - buildConfigurationList = 13FE90A7CCA8AF123680A727FBF684E7 /* Build configuration list for PBXNativeTarget "Harmony" */; + buildConfigurationList = AE4BD074638A3B64747B23CD8010A4CB /* Build configuration list for PBXNativeTarget "Harmony" */; buildPhases = ( - 4E88EDB3764F40C3C0331277DA4F16ED /* Headers */, - 5E5EE646F0D88A2A4C37EED23560EB29 /* Sources */, - B671C0DA26AB1858A6EFD460509796D0 /* Frameworks */, - 7B36BA3521153CCC57A65D96045684CE /* Copy generated compatibility header */, + 45A4E481BE31F363DF178F624D697E16 /* Headers */, + 2AE6E68ED6C3C35122FE6912A412318E /* Sources */, + C7AA2D180BDC86A1D2DE9550693927C8 /* Frameworks */, + 7FE154887ED6125A785740E79AB26600 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - 4E51D05357F6EC8190CCFEFA9F8960A5 /* PBXTargetDependency */, - A689A53FABD173E1109E8AF228773354 /* PBXTargetDependency */, - 597826ED275FDE3A8075C20FC300F51C /* PBXTargetDependency */, - 8E743312A6E32E5FE9642D6C3BB9E410 /* PBXTargetDependency */, + 8D6AE4795798F1B3E27961911AE8C687 /* PBXTargetDependency */, + D68DFB7CBF5785960EC7CA1A383160D7 /* PBXTargetDependency */, + 48029227EB3771F131744EADDB7974F3 /* PBXTargetDependency */, + 4B99F08537C3C30FA4F1CC25DB46376A /* PBXTargetDependency */, ); name = Harmony; productName = Harmony; @@ -10713,11 +10716,11 @@ }; 6538136F848A07F507372CCFB40CEB88 /* SNESDeltaCore-SNESDeltaCore */ = { isa = PBXNativeTarget; - buildConfigurationList = C253C82C10DBED14A31FAAB8EA68A31D /* Build configuration list for PBXNativeTarget "SNESDeltaCore-SNESDeltaCore" */; + buildConfigurationList = E79749B9272E2F0006E6A8D8A95DE51B /* Build configuration list for PBXNativeTarget "SNESDeltaCore-SNESDeltaCore" */; buildPhases = ( - 208CBE67397A243453CF352913C3E586 /* Sources */, - F7D8D8472F4B4BFA6CD76EF499884FC3 /* Frameworks */, - 66CF50DF40F45663044EB22F532AB258 /* Resources */, + F16C2C24CC8AA591201CE1395008E6DC /* Sources */, + 65B4AF8042C433CD98198CA93BDE0620 /* Frameworks */, + 68D85FFC3FCA38EC81DE3EAB698363A1 /* Resources */, ); buildRules = ( ); @@ -10739,9 +10742,9 @@ buildRules = ( ); dependencies = ( - 44D9452727F096901E8EF3472ED418F5 /* PBXTargetDependency */, - 46723AC781ECCB640EC2E84F63ADE9F3 /* PBXTargetDependency */, - 98E1EF7B1C6181E580F1E608D9638AAC /* PBXTargetDependency */, + F78FD7619F3E83105D22465CCC2CCBD7 /* PBXTargetDependency */, + 8857DC5EEF290A63DD75AAA87AEBE331 /* PBXTargetDependency */, + 4F9AFA1DC3088ABFDA8BC626C64FC1F4 /* PBXTargetDependency */, ); name = "Pods-DeltaPreviews"; productName = "Pods-DeltaPreviews"; @@ -10760,8 +10763,8 @@ buildRules = ( ); dependencies = ( - 28B7917E7B83B04BA63F3F167FD22328 /* PBXTargetDependency */, - F1643819D22AF1455410BB9450D994AB /* PBXTargetDependency */, + 3696B4F9B924CB9E1AC1AC6B0DC9C5AC /* PBXTargetDependency */, + 66496ED0A46D66CF098DD4A7E4893A40 /* PBXTargetDependency */, ); name = GBADeltaCore; productName = GBADeltaCore; @@ -10770,11 +10773,11 @@ }; 7F839870ECBE0065B4BCC02E5F98F48A /* NESDeltaCore-NESDeltaCore */ = { isa = PBXNativeTarget; - buildConfigurationList = D8E4C08C5C524EA03C2FACF479A330C4 /* Build configuration list for PBXNativeTarget "NESDeltaCore-NESDeltaCore" */; + buildConfigurationList = 31133316F9569002A7ACA39C6D6E2296 /* Build configuration list for PBXNativeTarget "NESDeltaCore-NESDeltaCore" */; buildPhases = ( - 1DEE3EBAE3CEBAAFA74FEFA9B0A73E10 /* Sources */, - 9BBEC7CA832C79486E3EB6BEB531A63E /* Frameworks */, - BE49908C0F869A78B32E2499B4445C07 /* Resources */, + 62A0E28079034B4D6D8E9E84A0E59DA5 /* Sources */, + 8532FB25EC7867FBCD9D90111C5B6097 /* Frameworks */, + 5B1D99DF080E1E709B99CE105254E38A /* Resources */, ); buildRules = ( ); @@ -10796,8 +10799,8 @@ buildRules = ( ); dependencies = ( - 5F2AC78F59DFEF10140943B4B045DE2B /* PBXTargetDependency */, - AF8FAD9A303954745FAA7E4126F95EC4 /* PBXTargetDependency */, + ECE0DE08C76E66C6F2EB303ED841A467 /* PBXTargetDependency */, + 5ACD42202DA881DA24603ABB09C4897D /* PBXTargetDependency */, ); name = GTMAppAuth; productName = GTMAppAuth; @@ -10806,11 +10809,11 @@ }; 890229DC8DCC9C43917568A0C4502FCA /* GBADeltaCore-GBADeltaCore */ = { isa = PBXNativeTarget; - buildConfigurationList = C1F673E86C26D6F7A50D5A9A14416F30 /* Build configuration list for PBXNativeTarget "GBADeltaCore-GBADeltaCore" */; + buildConfigurationList = 502A21FC00492EAB1CE819D9DD6DDDF1 /* Build configuration list for PBXNativeTarget "GBADeltaCore-GBADeltaCore" */; buildPhases = ( - DE625057AE68131AB3BE6C5FEE9AB113 /* Sources */, - 3510BED0E7228D13ECAC8814FEB86BDB /* Frameworks */, - 7443EEEF2C1B4D3788827E784C2CBC9E /* Resources */, + 5D1404BB8A70F98C746F5E943C1430EC /* Sources */, + 48FDA2E0A4F96544C6DF258456A7D7F0 /* Frameworks */, + 4685B667D4BBFA73C8C051DCE557C379 /* Resources */, ); buildRules = ( ); @@ -10823,12 +10826,12 @@ }; AA15C8469D67684160CC2A7098EB841C /* ZIPFoundation */ = { isa = PBXNativeTarget; - buildConfigurationList = 1F54FE6953C101B149B8DD16DCB1CDE5 /* Build configuration list for PBXNativeTarget "ZIPFoundation" */; + buildConfigurationList = 5072655917BBB67F9801D0A8F62BD585 /* Build configuration list for PBXNativeTarget "ZIPFoundation" */; buildPhases = ( - 80E56C25D1AAEAD2C66E7103BBAEA93E /* Headers */, - 9E0AF9BA6C41392FB74E073E33632BC3 /* Sources */, - 3F0D277710162D4F8CC3A61297FB8719 /* Frameworks */, - AE8456D30EC1842C992198E45FBA9BC7 /* Copy generated compatibility header */, + 2FE9DD00197463051BF367F474A3246E /* Headers */, + 61CF353ED282FD19760CCC64DBB090A2 /* Sources */, + 90FE3F590EB81B3F4A824784F8351349 /* Frameworks */, + 814FA52B5D40EEA266C125EF7891FD2C /* Copy generated compatibility header */, ); buildRules = ( ); @@ -10841,11 +10844,11 @@ }; B5D1BA64AC676FF46408FCDE19A05767 /* Roxas */ = { isa = PBXNativeTarget; - buildConfigurationList = EF12038FAA9FFCAB3D923BCBE37F118C /* Build configuration list for PBXNativeTarget "Roxas" */; + buildConfigurationList = E29A7524B0D7A39B018F324E61B3328F /* Build configuration list for PBXNativeTarget "Roxas" */; buildPhases = ( - E224E2E7A44CE033CC935E4ED4475690 /* Headers */, - 68E369562AC8E158733910863A2BD272 /* Sources */, - 247772E1512A895B84BC8C6C920E773D /* Frameworks */, + B845B921A1BC537FEF7D571403E4646D /* Headers */, + 363BCDFE975EE4311BA79008D3358EE1 /* Sources */, + 60CA243DFE0AD6FF04B0DA41ECED2621 /* Frameworks */, ); buildRules = ( ); @@ -10875,11 +10878,11 @@ }; D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */ = { isa = PBXNativeTarget; - buildConfigurationList = 15C3984358646E5B8760B3E09E66E5BD /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */; + buildConfigurationList = 553484404B37367D745C6C18D7B67342 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */; buildPhases = ( - 9FB626FB1961766C5FD521228BC7119A /* Headers */, - 09D17ADF6AB1FB9EF0A77C1621748E6D /* Sources */, - 0DA0CE4264698A053DE6ED0EBC5B529A /* Frameworks */, + EA91433120C929E66755C1789880C8EF /* Headers */, + CAFE379E01A283A89074BBB6FFD5B472 /* Sources */, + DF6E92389D508D73D7B60A5BBB891E54 /* Frameworks */, ); buildRules = ( ); @@ -10901,7 +10904,7 @@ buildRules = ( ); dependencies = ( - 8B695104C37E6C6695A94D744A0D628B /* PBXTargetDependency */, + 8C4AE86B15DA260D6F9353AE0A74F324 /* PBXTargetDependency */, ); name = GoogleAPIClientForREST; productName = GoogleAPIClientForREST; @@ -10920,8 +10923,8 @@ buildRules = ( ); dependencies = ( - 34657CFB4C78E8F1783F465AECFDD1D6 /* PBXTargetDependency */, - 351A9CCC36D6CFB7BD48AC044C96EABA /* PBXTargetDependency */, + 9E17DE998EBD784867412A1E88C9547D /* PBXTargetDependency */, + FA3DBCD31D733150942136734489CC81 /* PBXTargetDependency */, ); name = GBCDeltaCore; productName = GBCDeltaCore; @@ -10940,8 +10943,8 @@ buildRules = ( ); dependencies = ( - 97A5CCCF4BC025EF9A907F664B1028B8 /* PBXTargetDependency */, - 84AC1CB78628AAF7E8724FCA40D68AA4 /* PBXTargetDependency */, + 3C89AB1D5258B4FCB85863A1270CEB01 /* PBXTargetDependency */, + 074C8D2633A7BE566CFFFFED7D0006F1 /* PBXTargetDependency */, ); name = DSDeltaCore; productName = DSDeltaCore; @@ -10950,11 +10953,11 @@ }; E5449403CBE67599315B4D26019FA175 /* DSDeltaCore-DSDeltaCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 45FB004D28DF7713FCE05BABB08F0084 /* Build configuration list for PBXNativeTarget "DSDeltaCore-DSDeltaCore" */; + buildConfigurationList = 587A188C2B419B8E0A32315261D68F93 /* Build configuration list for PBXNativeTarget "DSDeltaCore-DSDeltaCore" */; buildPhases = ( - BEC763677F395EC7EDBD600D7DAA84A5 /* Sources */, - C7FF7742C9B5C3E3F0703EAD4CEF78FF /* Frameworks */, - CAFC78A2E71E6109086AFDD25CDF6792 /* Resources */, + 13486F68D202778D857A971C550DDCF0 /* Sources */, + BB64C25DB51BD33F0CDC026217C524A5 /* Frameworks */, + 5CA786C887A0DB3ADD971E883DD7B906 /* Resources */, ); buildRules = ( ); @@ -10985,17 +10988,17 @@ }; FF39B7A1D9F00620D9F56635ABBB2C03 /* SwiftyDropbox */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D5A54FDED4A7179D9BEE211516C497A /* Build configuration list for PBXNativeTarget "SwiftyDropbox" */; + buildConfigurationList = 0A36FBEADA77FDD7BB261CA597FF56E8 /* Build configuration list for PBXNativeTarget "SwiftyDropbox" */; buildPhases = ( - 5AD6656364DB664C1B5A866C4ADECC95 /* Headers */, - 99B28C4BB6BF27865B60DD5E2844816A /* Sources */, - FDC0B496C1F58AB2D3DBEDEB6E7F0E16 /* Frameworks */, - A86C970DB8AF900106C6B58AE501D18A /* Copy generated compatibility header */, + 131A105F10CB119D04560B62BFCB4689 /* Headers */, + A2BC8C21018F630B7F1987E802483E97 /* Sources */, + AE2381D4B662F550484F7A591120F68B /* Frameworks */, + E4B271BA1E90EA74073878D3D494265C /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - 4E6EB769C6A1C1BD1EC91232EBE2F708 /* PBXTargetDependency */, + 3227034E8C5CDFD9DF5E69C843C0768B /* PBXTargetDependency */, ); name = SwiftyDropbox; productName = SwiftyDropbox; @@ -11060,80 +11063,80 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 06A22025C99C77D78AC70F15ED1165A8 /* Resources */ = { + 00E0BB5DA0260011B2F8A3F83E93006F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D430D85D8E6A3C17FAF566959A79E268 /* GLideN64.ini in Resources */, - 128C2ED34EB91CFD7743CC4BC318359B /* GLideN64.custom.ini in Resources */, - 02B98B6E50228B5551D7FC0973FC1F5F /* mupen64plus.ini in Resources */, - 510D0C6376B068AD4240770A146A183C /* Standard.deltamapping in Resources */, - 22D0280327E39463C9B4E2E44AC4AFB6 /* Standard.deltaskin in Resources */, + FE3326045DDE2B81E4754348379E7EC3 /* KeyboardGameController.deltamapping in Resources */, + 30522B194D13E883B0755173049666C4 /* MFiGameController.deltamapping in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 20C84572287ACF6605061ADD92F8D082 /* Resources */ = { + 4685B667D4BBFA73C8C051DCE557C379 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - D996C4B5B2741B59AFC4727B58B76814 /* Standard.deltamapping in Resources */, - 1847050D5E39D00D529FBB9A604E0E1A /* Standard.deltaskin in Resources */, + 94635686013301059C86D5028D3AB106 /* Standard.deltamapping in Resources */, + 82B7DD3955E8B5FCE4AC66F841C556E9 /* Standard.deltaskin in Resources */, + CFA5D8386257CF3DDB433E11BCAD92B0 /* vba-over.ini in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 66CF50DF40F45663044EB22F532AB258 /* Resources */ = { + 47D1EE65988FC83108E8E28C0F7BE9B3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - B221B6699C28F3BF4D024304AF8E953F /* Standard.deltamapping in Resources */, - 3A5E76CACBABF9A053C1785A2CB0A505 /* Standard.deltaskin in Resources */, + 25C71E660EC74DBE4B10F18746428F65 /* Standard.deltamapping in Resources */, + E4DB215FCA42E3C5E3D5EA9EEE0B29D2 /* Standard.deltaskin in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7443EEEF2C1B4D3788827E784C2CBC9E /* Resources */ = { + 5B1D99DF080E1E709B99CE105254E38A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - F9451B980D6225E9D525353F6821A708 /* Standard.deltamapping in Resources */, - 9887F051C35E73032DEA98CF7F102B69 /* Standard.deltaskin in Resources */, - B300DD9C801454444CAE601290E730D1 /* vba-over.ini in Resources */, + 91B9C023261CC8BE4735942CC5D6F3EF /* NstDatabase.xml in Resources */, + BE3578C1194C06FBEC7FB81FCCB2780B /* Standard.deltamapping in Resources */, + D795D7C22AEB98A0C7AD305E47AE8851 /* Standard.deltaskin in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - BE49908C0F869A78B32E2499B4445C07 /* Resources */ = { + 5CA786C887A0DB3ADD971E883DD7B906 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 45C525A4689FF549CB1822F06657E864 /* NstDatabase.xml in Resources */, - 521D1EF6F50AA097C6283EE54C3EBEFE /* Standard.deltamapping in Resources */, - 5F0CB29DFD0A214972E5BBA00A9C85B3 /* Standard.deltaskin in Resources */, + C46365EDD51CDF8D7BA6E40B9ACC1B69 /* Standard.deltamapping in Resources */, + 467EA8D98455DE35A9E3418CB108F81C /* Standard.deltaskin in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - C06E631428D5C56C335A6CBA8F536C96 /* Resources */ = { + 68D85FFC3FCA38EC81DE3EAB698363A1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4A3C89B01C7C60C17BFED8D01F223974 /* KeyboardGameController.deltamapping in Resources */, - 79F845CE83E52813A917DCF44F9D343D /* MFiGameController.deltamapping in Resources */, + 2930A523FB8403966A2FE625F0F027BF /* Standard.deltamapping in Resources */, + 1C672720A31FA934FB053FBCDD5DAE0E /* Standard.deltaskin in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - CAFC78A2E71E6109086AFDD25CDF6792 /* Resources */ = { + 801B533CEE320FD0C125E67FF89AF71A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 58CA5DAB4DD2202253FB984D962F8CCD /* Standard.deltamapping in Resources */, - A6A11E0ABBD48F01CC4C7E5471016D18 /* Standard.deltaskin in Resources */, + E48824586657B4EB6A0EEE40D8667EDB /* Standard.deltamapping in Resources */, + D7CD62CE5218D77619D9A938E0D70B42 /* Standard.deltaskin in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D54960FD7E1BA8AF260AE407CDB933A5 /* Resources */ = { + 93666574AC2E51397BC3F7D9598F755C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 94E4808E61111C933C5709A47110B806 /* Standard.deltamapping in Resources */, - C8DCB407BC65EB641940DD4DCFE0905C /* Standard.deltaskin in Resources */, + EF369C022CC1B332FCE52ABA0E48BCCF /* GLideN64.ini in Resources */, + EF3C20F19C611B5D9EE5401B632BD141 /* GLideN64.custom.ini in Resources */, + DCB916AE146C9638F5E9CBDD82DDC4A9 /* mupen64plus.ini in Resources */, + FDB38BF674A87D0030E802A346761006 /* Standard.deltamapping in Resources */, + C3BBE2F6F16B9E22769A5142395FC466 /* Standard.deltaskin in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11164,16 +11167,6 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/NESDeltaCore/NESDeltaCore.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/NESDeltaCore/NESDeltaCore-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 15F24CB341F75B27ACE235DFCA98975A /* [CP-User] Copy Swift Header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "[CP-User] Copy Swift Header"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "target_dir=${BUILT_PRODUCTS_DIR}\n\nmkdir -p ${target_dir}\n\n# Copy any file that looks like a Swift generated header to the include path\ncp ${DERIVED_SOURCES_DIR}/*-Swift.h ${target_dir}\n"; - }; 1D35CC541F83E7FEDD24B493253DDC7A /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -11222,6 +11215,16 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DSDeltaCore/DSDeltaCore.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DSDeltaCore/DSDeltaCore-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + 40745121ADD220BD4D9CD3E067739AF6 /* [CP-User] Copy Swift Header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + name = "[CP-User] Copy Swift Header"; + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "target_dir=${BUILT_PRODUCTS_DIR}\n\nmkdir -p ${target_dir}\n\n# Copy any file that looks like a Swift generated header to the include path\ncp ${DERIVED_SOURCES_DIR}/*-Swift.h ${target_dir}\n"; + }; 45B9BA5FAE2836BB827F46554B24181A /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -11270,31 +11273,17 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/N64DeltaCore/N64DeltaCore.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/N64DeltaCore/N64DeltaCore-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 738C1507F39CB19628B2F044A7058D18 /* Copy generated compatibility header */ = { + 7F0D4D35E29A6E3E6F8463FA51D5622D /* [CP-User] Get GlideN64 Revision.h */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore.modulemap", - "${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/DeltaCore-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); + name = "[CP-User] Get GlideN64 Revision.h"; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + shellScript = "\"${PODS_TARGET_SRCROOT}/Mupen64Plus/GLideN64/src/getRevision.sh\""; }; - 7B36BA3521153CCC57A65D96045684CE /* Copy generated compatibility header */ = { + 7FE154887ED6125A785740E79AB26600 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11318,16 +11307,6 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Harmony/Harmony.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/Harmony/Harmony-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 7F0D4D35E29A6E3E6F8463FA51D5622D /* [CP-User] Get GlideN64 Revision.h */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "[CP-User] Get GlideN64 Revision.h"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_TARGET_SRCROOT}/Mupen64Plus/GLideN64/src/getRevision.sh\""; - }; 801C0C8E9F444A5BE916ADF496F9B213 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -11352,6 +11331,30 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/GBADeltaCore/GBADeltaCore.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/GBADeltaCore/GBADeltaCore-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + 814FA52B5D40EEA266C125EF7891FD2C /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation.modulemap", + "${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/ZIPFoundation-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; 8A7B320EB3A301E37FA9569E9E007BBD /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -11376,7 +11379,7 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/MelonDSDeltaCore/MelonDSDeltaCore.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/MelonDSDeltaCore/MelonDSDeltaCore-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - A86C970DB8AF900106C6B58AE501D18A /* Copy generated compatibility header */ = { + A50D89DDF7BDA3A72D992AD01FAA89C5 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -11385,44 +11388,20 @@ ); inputPaths = ( "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap", - "${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox-umbrella.h", + "${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore.modulemap", + "${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore-umbrella.h", ); name = "Copy generated compatibility header"; outputFileListPaths = ( ); outputPaths = ( "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/SwiftyDropbox-umbrella.h", + "${BUILT_PRODUCTS_DIR}/DeltaCore-umbrella.h", "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; - }; - AE8456D30EC1842C992198E45FBA9BC7 /* Copy generated compatibility header */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", - "${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation.modulemap", - "${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation-umbrella.h", - ); - name = "Copy generated compatibility header"; - outputFileListPaths = ( - ); - outputPaths = ( - "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", - "${BUILT_PRODUCTS_DIR}/ZIPFoundation-umbrella.h", - "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/ZIPFoundation/ZIPFoundation-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/DeltaCore/DeltaCore-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; DF855FC8270C2B91AFE7E83F7D084948 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; @@ -11448,6 +11427,30 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SQLite/SQLite.swift.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SQLite/SQLite.swift-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; + E4B271BA1E90EA74073878D3D494265C /* Copy generated compatibility header */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h", + "${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap", + "${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox-umbrella.h", + ); + name = "Copy generated compatibility header"; + outputFileListPaths = ( + ); + outputPaths = ( + "${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap", + "${BUILT_PRODUCTS_DIR}/SwiftyDropbox-umbrella.h", + "${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/SwiftyDropbox/SwiftyDropbox-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; + }; FA007937236AB932B1466A8EA1C83B00 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -11475,18 +11478,10 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 09D17ADF6AB1FB9EF0A77C1621748E6D /* Sources */ = { + 00122546C0837184A0D93888C4FE320F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - ACB55EA8B38CBF308646453B226AA4D5 /* GTMGatherInputStream.m in Sources */, - C4618EF7BF5DBCB7A962A9FA16373715 /* GTMMIMEDocument.m in Sources */, - 7A1727BA4C27EA0DAF1CA4240715616E /* GTMReadMonitorInputStream.m in Sources */, - F0448C45FFA20EF7F8946E66F9ED4CAA /* GTMSessionFetcher.m in Sources */, - A13858538C8A11436679F4D641BC153B /* GTMSessionFetcher-dummy.m in Sources */, - 1247FCF9DECCDA3C618347DF8E8BF521 /* GTMSessionFetcherLogging.m in Sources */, - 34C3429DC7DBE4422780EF5C8026ED11 /* GTMSessionFetcherService.m in Sources */, - BE051BB218FF40592A613C000EBB29A1 /* GTMSessionUploadFetcher.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11528,6 +11523,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 13486F68D202778D857A971C550DDCF0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 13551CC79425AD483C6A14E066CEA734 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -11686,24 +11688,134 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1DEE3EBAE3CEBAAFA74FEFA9B0A73E10 /* Sources */ = { + 2AE6E68ED6C3C35122FE6912A412318E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 0D994CF59D07D8DDA26D95B02473A7A6 /* Account.swift in Sources */, + 95E7E41473D4484E6A2354BDC4705EFE /* AnyCodable.swift in Sources */, + B34C299078414356559BC3BD441C5AC6 /* AnyKeyPath+StringValue.swift in Sources */, + 954F9AD355FFFF938DF03BFA5DF1AB21 /* BatchRecordOperation.swift in Sources */, + FABB7803592E3FD5EAEE54A2B299ADB0 /* ConflictRecordOperation.swift in Sources */, + 6BBD7E8C5A66196F181B1A2A3A2ABEDC /* ConflictRecordsOperation.swift in Sources */, + C22E6A9C10B93556A165B4C9707D221F /* DeleteRecordOperation.swift in Sources */, + F55CAEDC3FDD7F33E637AD0EC9812540 /* DeleteRecordsOperation.swift in Sources */, + 23481AAB6FBD98FCA772DF7D335A163B /* Dictionary+Sequence.swift in Sources */, + 8C66AF9F386DFE7A4C2B30311509E358 /* DownloadRecordOperation.swift in Sources */, + CF281D5760620925B1B3D5DF6E213F9C /* DownloadRecordsOperation.swift in Sources */, + A11B76B8FC523654EF5535C795E53DD7 /* DriveService.swift in Sources */, + F0720B1BAA159202A62BE9C79E70ED46 /* DriveService+Files.swift in Sources */, + 28D77A9952405A004F150822EF9515C1 /* DriveService+Records.swift in Sources */, + E7913265DEF8F70B495F32C0672F75FB /* DriveService+Versions.swift in Sources */, + 301B1BD2546CF8F5F30252CDA2CA737B /* DropboxService.swift in Sources */, + 961FBEFEFA9FB77E5651AC74DFC87F27 /* DropboxService+Files.swift in Sources */, + 1A3C98408711350915624E8DEEFFA440 /* DropboxService+Records.swift in Sources */, + 9A9AC3F53A4091338A90E5C12FF96F1A /* DropboxService+Versions.swift in Sources */, + A09EDB871C9D3C5A02D11B13C395F623 /* Errors.swift in Sources */, + 32310F07195F42F3CE47E64B5B9461F4 /* FetchRemoteRecordsOperation.swift in Sources */, + D2D37DBE26A4FAC37B32862D65572B81 /* File.swift in Sources */, + 5D42190D5928D4F0C226ECBFA871B5CC /* FinishDownloadingRecordsOperation.swift in Sources */, + DC4A64268A6C9176E47086B4420EDBAD /* FinishUploadingRecordsOperation.swift in Sources */, + 462397068275E3E6748218FDC0FC6D15 /* Harmony-dummy.m in Sources */, + D411C7D030B9EFED1B26103B261C774C /* HarmonyMetadataKey+Keys.swift in Sources */, + FDE42F1D05125DFCE1529B02BB5C0D63 /* JSONDecoder+ManagedObjectContext.swift in Sources */, + 8203C7AF8FA9C9792A2A250647D245EA /* KeyedContainers+ManagedValues.swift in Sources */, + 7A93F039E0DDF3CBFF32BB373FB33286 /* LocalRecord.swift in Sources */, + F8A2E7792F2BE9336D6D9E59FC80FD0C /* ManagedAccount.swift in Sources */, + A66F2AC69D56B9334287D559B7F2E898 /* ManagedRecord.swift in Sources */, + C978F15B08D1B353EEA3FE0309DB8FB1 /* ManagedRecord+Predicates.swift in Sources */, + AF77F88F82941A0DAD907252A2BFD53C /* ManagedRecord+Uploading.swift in Sources */, + 39F2563FE695B8DE8FDADD6699E7B08E /* MergePolicy.swift in Sources */, + 617E82560A2C0102AC45AC7F57D6DA8F /* NSError+LocalizedFailureDescription.swift in Sources */, + 4829DEC66F70E4A3C4A6E5ABA32CBB0A /* NSManagedObject+Conveniences.swift in Sources */, + AEAA4943A3EACC443206AF348DB23552 /* NSManagedObject+Harmony.swift in Sources */, + 2FB0184886A9F2E0D04B1D230F33F05D /* NSManagedObjectContext+Harmony.swift in Sources */, + B6DA88F308FA1D2A9AE25500B604740D /* NSPersistentStore+Configuration.swift in Sources */, + 2AFE52B944848B730AC7F22620E96665 /* Operation.swift in Sources */, + A5602196DEFC4A78EA6ECB735F2E9824 /* PrepareUploadingRecordsOperation.swift in Sources */, + 58E0DAE6A6A660F7035006F3B83E523C /* PropertyGroup+Harmony.swift in Sources */, + E6DB17224C9F57F5016DBEFCA3242782 /* Record.swift in Sources */, + 0E70F237A37C583D360A2BA26265BE77 /* RecordController.swift in Sources */, + 63A27A5E10E34092515CC1D030561FF4 /* RecordEntry.swift in Sources */, + 2218596C4686BC16D4FDD9DEF3B7AD0D /* RecordOperation.swift in Sources */, + C64179B5032B3C98D75B33B6C51239C8 /* RecordRepresentation.swift in Sources */, + C5263B0AB4DE705BD881915BBA55513D /* RemoteFile.swift in Sources */, + 94772F2D8DE3A52D11A29AE262A5B9EF /* RemoteFile+Dropbox.swift in Sources */, + 7DB027F82419800269DE7414F7C9D39E /* RemoteFile+File.swift in Sources */, + 477C6C11AA124891CB747B227714D931 /* RemoteRecord.swift in Sources */, + 5D100EA2971F8851EE7E6826115A5BBD /* RemoteRecord+Dropbox.swift in Sources */, + 0B1B4A7CCFEF37A390A1246DDB2262C9 /* RemoteRecord+File.swift in Sources */, + A7253EA77F3F01635431A86444AA2FFD /* Result+Drive.swift in Sources */, + 5AB6A6ED463981CDD2E085D9D651DBDD /* Result+Dropbox.swift in Sources */, + 1D41A4FED4993EA9A94C62BE418BD429 /* Result+Success.swift in Sources */, + 055D83701011D708F9B1AE5E45E31C8D /* SeedRecordControllerOperation.swift in Sources */, + 00A4CE2A3D83012F739C04B2B80D699F /* Service.swift in Sources */, + 324B99EDEA8293E1E3C190E5AC5CF9AC /* ServiceOperation.swift in Sources */, + 0B458402A00C7C6C7195ED0955DBF3D2 /* Syncable.swift in Sources */, + B790D2BAFA6D7D1E2C1B00BE3B1802FE /* SyncCoordinator.swift in Sources */, + D03167050CD4D7365BB39471C1A7DECD /* SyncProgress.swift in Sources */, + 8320A20A5E038AC5375D9F115B5BB6AE /* SyncRecordsOperation.swift in Sources */, + 5322ACF9630C867AA0E0B13F8F81A50C /* UpdateRecordMetadataOperation.swift in Sources */, + BF8D74AA18ED13E9416D8FAC7064F72E /* UploadRecordOperation.swift in Sources */, + D4AD5185E3D2C1562D4F28F5AC7B0FDF /* UploadRecordsOperation.swift in Sources */, + 3D1F9E7BE4FC54FA2F39F6D91AA357DF /* UserDefaults+Harmony.swift in Sources */, + 5635F9F12F41C704AF946E7474D76996 /* VerifyConflictedRecordOperation.swift in Sources */, + 0C75AE2E89BC962E9129D97703711B0C /* VerifyConflictedRecordsOperation.swift in Sources */, + 78C55A4D7F4A97E7CAF11B595F76582A /* Version.swift in Sources */, + 86BBBAD2782BFBB3329F7F20CA635D37 /* Version+Dropbox.swift in Sources */, + 9FB96539B8005FD7DC2ECB8627E2619C /* Version+Revision.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 208CBE67397A243453CF352913C3E586 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 273CAB45BE10D3B23CA3B4B9B35B49AD /* Sources */ = { + 363BCDFE975EE4311BA79008D3358EE1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + B79E15B77C7C632EA7FAE0969AB0BA8E /* NSBundle+Extensions.m in Sources */, + E9DA2486115E83429EFC0384FB19F31A /* NSConstraintConflict+Conveniences.m in Sources */, + F819CB15D6EBAC394EC9DD9B858F2127 /* NSFileManager+URLs.m in Sources */, + 0ECDE2244D7CB177C67661CB21B73E2A /* NSLayoutConstraint+Edges.m in Sources */, + 98E8A358860F22CB21E036DC9316C7FA /* NSPredicate+Search.m in Sources */, + FE7AD0D68835E139D0458BDCF4A43EBC /* NSString+Localization.m in Sources */, + F2D263FF9DB4C936E7815743F97E9206 /* NSUserDefaults+DynamicProperties.m in Sources */, + EB546362D377A9063D9CF3B0BFF27B0F /* Roxas-dummy.m in Sources */, + 293A7DC055C2AAE5D5291678E7B800BB /* RSTArrayDataSource.m in Sources */, + EAA75DCAC2BAC1F8D29F5D002DD334D9 /* RSTBlockOperation.m in Sources */, + D0D17854E9F75F8F5F66879FB2E8B97A /* RSTCellContentChange.m in Sources */, + 21B37C61F430813FBA4EE03890438CAE /* RSTCellContentChangeOperation.m in Sources */, + A228A849D0304C25FBF0D31720CA5104 /* RSTCellContentDataSource.m in Sources */, + 7DAC34B073C776DAC1D575388E45D345 /* RSTCollectionViewCell.m in Sources */, + A0CD513229E02D6E172591542EAC5B3C /* RSTCollectionViewGridLayout.m in Sources */, + 7331D0884BDA63DD26FC8FDF9970AB8D /* RSTCompositeDataSource.m in Sources */, + 45B72638AE10D088EC676C645DB62774 /* RSTDynamicDataSource.m in Sources */, + C60B2E867D5C82758319634AC4867EBC /* RSTError.m in Sources */, + AD7E98D73EE709DB2A991C0C1CCF6603 /* RSTFetchedResultsDataSource.m in Sources */, + 7EEB17AD485D5845CAFCA92F7F0C22D1 /* RSTHasher.m in Sources */, + 43BDA102D69E8DED6BA908230060859B /* RSTHelperFile.m in Sources */, + 67F790B030F695AA3310B21F0B65F322 /* RSTLaunchViewController.m in Sources */, + 4AE6703B0A9687CAC704F7D7C4DE44DE /* RSTLoadOperation.m in Sources */, + 1B0FC526BA616890E6CE2BD5DB23B6DD /* RSTNavigationController.m in Sources */, + 0B281B3E51DFB72BBC16384799C738DB /* RSTNibView.m in Sources */, + E00CA69AE7348D8ADC77BF56243DE78E /* RSTOperation.m in Sources */, + EAF3629FCC73F2D9DEFA4B0EFD1206C6 /* RSTOperationQueue.m in Sources */, + 22555E814EC17C211D921B6EE2AE47E7 /* RSTPersistentContainer.m in Sources */, + F4181C348B0462F0ED07C2D89FEAAD1C /* RSTPlaceholderView.m in Sources */, + 360918923E7631B70390C3206DC8562C /* RSTRelationshipPreservingMergePolicy.m in Sources */, + EE564631D33B335A821E332AC41489CF /* RSTSearchController.m in Sources */, + 96E6B31E51A7F9582E0F234B46CDECDA /* RSTSeparatorView.m in Sources */, + 9CF2B1BC1AAAA1F8998BC30326F8D110 /* RSTTintedImageView.m in Sources */, + 22D56732D241E8DFE7B28C00FCF7FB65 /* RSTToastView.m in Sources */, + DF712DF0AD265D056D22A5C39B668287 /* UIAlertAction+Actions.m in Sources */, + F6C195A96F870756403727BF26A9E21E /* UICollectionView+CellContent.m in Sources */, + 57C8F58ADCFF6E89B0EB3B1E2C6C580A /* UICollectionViewCell+CellContent.m in Sources */, + 4AC5B77C9B74A94FCFF886C1F25F2710 /* UICollectionViewCell+Nibs.m in Sources */, + BA1C3B2FFDD66461BDE78C019C39544E /* UIImage+Manipulation.m in Sources */, + 69B56699CF13C32D7121EBED322ACA4E /* UIKit+ActivityIndicating.m in Sources */, + F0766352974CC8F7B46CE83EC34FCD2C /* UISpringTimingParameters+Conveniences.m in Sources */, + 3BB7663977DFD72DF83D87D16DF7569C /* UITableView+CellContent.m in Sources */, + B3D2559A5CFA65A8BDF4CD1300D0DCE0 /* UITableViewCell+CellContent.m in Sources */, + DF7F272C918E4C422ACD9A0D8113FBD1 /* UIView+AnimatedHide.m in Sources */, + F28F442CF216DC194912F2578A4E0F23 /* UIViewController+TransitionState.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11737,140 +11849,33 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5E5EE646F0D88A2A4C37EED23560EB29 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B298EFD0E531B17904DE1C00ABD2E8E /* Account.swift in Sources */, - CB3B8EB9687456622F46D4259A51F5A7 /* AnyCodable.swift in Sources */, - 5E5AFBF7970C29E77451D292B7A30609 /* AnyKeyPath+StringValue.swift in Sources */, - 1AC713673FD659C90E2A5606D687DC65 /* BatchRecordOperation.swift in Sources */, - 4C933827C04E97921DDE4012EC7896D6 /* ConflictRecordOperation.swift in Sources */, - 5CAAEFAF28B93C0835CEC1134BAE572F /* ConflictRecordsOperation.swift in Sources */, - FBD36E8BC4DFB2CDF50BCF19E881AE9F /* DeleteRecordOperation.swift in Sources */, - 19277CDE1FED0A2839ABEE190FAC5B5E /* DeleteRecordsOperation.swift in Sources */, - 627CA1AC97CCD278ADC1DDABE01DE0FC /* Dictionary+Sequence.swift in Sources */, - 68B4CBABF00242D956DC1E87F327A71A /* DownloadRecordOperation.swift in Sources */, - 684E729CC2E1CCA0BFAD743551E34919 /* DownloadRecordsOperation.swift in Sources */, - F5A977D9F2C9FDE752125CF2EBAF8790 /* DriveService.swift in Sources */, - 294C51523DAE89E6AA391D1E43A914AA /* DriveService+Files.swift in Sources */, - 35198D7FC76EC9F30B85E2B8A75B9DBC /* DriveService+Records.swift in Sources */, - 85E787F1F923891B20AE6D4A0A17C5A6 /* DriveService+Versions.swift in Sources */, - E7AC6F5AA69B2371E316BC70F3AB59D2 /* DropboxService.swift in Sources */, - 77AB1EE355F382946337CACA330EBF42 /* DropboxService+Files.swift in Sources */, - 6CBF7E75010CB13EB97067BC30C1F882 /* DropboxService+Records.swift in Sources */, - F2A9A91BB67B87B7F44B7C1D1E834B2E /* DropboxService+Versions.swift in Sources */, - 3B068EF32D1855FDA8153CE9260DA00E /* Errors.swift in Sources */, - FFF5A3670EF7B9BD7BBBE5A5EF2B1568 /* FetchRemoteRecordsOperation.swift in Sources */, - 75DB4F5F013D1335CF59EE6DD279947C /* File.swift in Sources */, - CA67AE45D0F58F55C284505DE3B615E2 /* FinishDownloadingRecordsOperation.swift in Sources */, - 569EB46BD79C89667B410FA860BFBE73 /* FinishUploadingRecordsOperation.swift in Sources */, - 51B58365F7CE2E4FBED00636263ED23C /* Harmony-dummy.m in Sources */, - F21FFE28108C4F45A7C234643C671FDB /* HarmonyMetadataKey+Keys.swift in Sources */, - 9C88D11EDA6D03AEFEC38614023EF565 /* JSONDecoder+ManagedObjectContext.swift in Sources */, - 277B294E8BECE57832D43A065092897D /* KeyedContainers+ManagedValues.swift in Sources */, - 573EC08EEA6F255D09994C4D794DB77A /* LocalRecord.swift in Sources */, - D2BE92A26E3C37F237F9F2F6A0E86200 /* ManagedAccount.swift in Sources */, - A30D428E8A275D868801DC920535FD4B /* ManagedRecord.swift in Sources */, - 7B28656BED3CA3BBD648BFDFAF172665 /* ManagedRecord+Predicates.swift in Sources */, - 2D800A43AAA3E35E61914D83FFFFDC69 /* ManagedRecord+Uploading.swift in Sources */, - 0117F7450FB0A7E1649F9583A0712F7B /* MergePolicy.swift in Sources */, - 2C7CC45D267251A6A2F97473855EC3CD /* NSError+LocalizedFailureDescription.swift in Sources */, - 84C125A25BEB6946D8AEC995075CEB06 /* NSManagedObject+Conveniences.swift in Sources */, - 227AA3515FACE684D6D535A42AD935DB /* NSManagedObject+Harmony.swift in Sources */, - ABBBB9CD66A18C1E334D320374B49C99 /* NSManagedObjectContext+Harmony.swift in Sources */, - 25B526C6CB6CB150A1D58C9758866813 /* NSPersistentStore+Configuration.swift in Sources */, - 100D86670416B584A29461558B16FE33 /* Operation.swift in Sources */, - DC9DB6E9536C1E357C0E0304CEE2B54D /* PrepareUploadingRecordsOperation.swift in Sources */, - 0573961BF9DB3CBA9601F22CE32B1EA9 /* PropertyGroup+Harmony.swift in Sources */, - 823D39EAB298E46D0820007235ED9D1E /* Record.swift in Sources */, - 596AAC2695994DFBD66BCD5583A846D0 /* RecordController.swift in Sources */, - 5B3796EEEDCC46D5D7CDA412714EF33A /* RecordEntry.swift in Sources */, - F940026271D9F78727ACDE491AACAE30 /* RecordOperation.swift in Sources */, - 528E7D3D871E90BD200DB23B3CE37F2D /* RecordRepresentation.swift in Sources */, - FFCA21BB13F660271CC4F7BE9E62C340 /* RemoteFile.swift in Sources */, - 4A852D4117ECCCF2296706FF32C61233 /* RemoteFile+Dropbox.swift in Sources */, - 933570ABA766F2CEBE4D969E9E804311 /* RemoteFile+File.swift in Sources */, - 0367E50C4257EE81F11D8B3FA00830AE /* RemoteRecord.swift in Sources */, - 51775DCDA1EF7247AE9698B072361A7C /* RemoteRecord+Dropbox.swift in Sources */, - E34584A084C53393850D1F383D81318F /* RemoteRecord+File.swift in Sources */, - B6E2217129A31B88BB4487A0455B249F /* Result+Drive.swift in Sources */, - 10370A1C35BDED9095EB344FAEF2416E /* Result+Dropbox.swift in Sources */, - 30EC58591E6FCC951440B166312B7285 /* Result+Success.swift in Sources */, - 54A03440FFC1C29EF4FF06C25CF2F0D6 /* Service.swift in Sources */, - 47AFBF0C140F1A4861BBBEBC82496631 /* ServiceOperation.swift in Sources */, - D455C06F4FBB0B5F61A50549209D52C6 /* Syncable.swift in Sources */, - 14738C1681F338073C27D894B8E39758 /* SyncCoordinator.swift in Sources */, - DE87544AD386DF8A07C90E9CD70A28C1 /* SyncProgress.swift in Sources */, - 5B40D9091BBBF7EAD67D779D6BD75E02 /* SyncRecordsOperation.swift in Sources */, - 549154A52B7D6423A72DD5BBD1DBD41C /* UpdateRecordMetadataOperation.swift in Sources */, - D51E1EA66C19472E2FE58BF69ACB79C7 /* UploadRecordOperation.swift in Sources */, - 7236CF3AB09E3296A4D79B4F86EA36FA /* UploadRecordsOperation.swift in Sources */, - 2E0015745827603A18084F15CDBAA709 /* UserDefaults+Harmony.swift in Sources */, - 0416179ED3F2A418496435670A140EF1 /* VerifyConflictedRecordOperation.swift in Sources */, - EC0CB39A94C3E7734631A5BFC8EAE4B7 /* VerifyConflictedRecordsOperation.swift in Sources */, - 08C814DB2BCD344EE609CD5658482181 /* Version.swift in Sources */, - 453372A5A84B8537919353D51E2F89B3 /* Version+Dropbox.swift in Sources */, - E0ED3A93B439E810D0596BBE1D718B66 /* Version+Revision.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 632ACF83757ED4A3A37B66CE52624EDD /* Sources */ = { + 5D1404BB8A70F98C746F5E943C1430EC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 68E369562AC8E158733910863A2BD272 /* Sources */ = { + 61CF353ED282FD19760CCC64DBB090A2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AAC16F6926F287D0D939C09D9E16CE71 /* Archive.swift in Sources */, + C0176129987255B7A0DC7797120BC927 /* Archive+MemoryFile.swift in Sources */, + 53702431265C6260061058B50E8470C7 /* Archive+Reading.swift in Sources */, + 174683BF30BDA31BE314FE308FFBA4B2 /* Archive+Writing.swift in Sources */, + EDD2E24F5F3398A9239395FCCC4E9470 /* Data+Compression.swift in Sources */, + 9E08B6FEC4AA751AFD5FE24C69274230 /* Data+Serialization.swift in Sources */, + 53D6754FFB5E0CBFB4E2F2D5A4D5E8EA /* Entry.swift in Sources */, + EAFE674565905440842988250E45A257 /* FileManager+ZIP.swift in Sources */, + 719C23051773082024DFDF2E88414439 /* ZIPFoundation-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62A0E28079034B4D6D8E9E84A0E59DA5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5766FE5DEE8930611503CEF9C84342A4 /* NSBundle+Extensions.m in Sources */, - 606C7BED8D94CE3F350779FA125C7114 /* NSConstraintConflict+Conveniences.m in Sources */, - 171A519AC85920DDCCA61075C9DAA04D /* NSFileManager+URLs.m in Sources */, - DCFC75EBC0998A5119EB843B8686C052 /* NSLayoutConstraint+Edges.m in Sources */, - 0694735091A2CA78F36196A209773B36 /* NSPredicate+Search.m in Sources */, - 843F77AD8B82416927ED0D340193BE04 /* NSString+Localization.m in Sources */, - 883B15EEBCF2ECF52F9BC0C6BCE20D8E /* NSUserDefaults+DynamicProperties.m in Sources */, - 41204F5F3791F3787EAFD4FDDF87D523 /* Roxas-dummy.m in Sources */, - 6A1BC1F699377B0CA9D2665A4E0AEB5F /* RSTArrayDataSource.m in Sources */, - F4492975C1C1D382B9B239F1134ACDC8 /* RSTBlockOperation.m in Sources */, - A35DD2B4B05E1B2931E3D112984C0A3A /* RSTCellContentChange.m in Sources */, - 6FEC2F0F4C0D551C8DC0184A918DC638 /* RSTCellContentChangeOperation.m in Sources */, - F116812A92BDA48C7517D66C8C082F66 /* RSTCellContentDataSource.m in Sources */, - 4D757B358585A57B1679E685DC014511 /* RSTCollectionViewCell.m in Sources */, - 31B765A99895F2A913A32B38060E039D /* RSTCollectionViewGridLayout.m in Sources */, - 0694E32E9C0A5D1F2E4FA82C6A55C7C0 /* RSTCompositeDataSource.m in Sources */, - 2F31483AD5827469A76FEAF3E1BCCB90 /* RSTDynamicDataSource.m in Sources */, - 9A03AA9008BA9F5875D31D8B135E8469 /* RSTError.m in Sources */, - 993E2D2686671BDCE6C31762762FF624 /* RSTFetchedResultsDataSource.m in Sources */, - E69B690D9C97C75303C368BFDEF68DB9 /* RSTHasher.m in Sources */, - DD2206352D9EA12BB84A94226B759D7C /* RSTHelperFile.m in Sources */, - 8805F9B29C16205C4D2538679F09B020 /* RSTLaunchViewController.m in Sources */, - 7E0A92DEC87D1C906B31D701F7E8F12E /* RSTLoadOperation.m in Sources */, - F1A28EBCACD679DEA65F1221444E86FD /* RSTNavigationController.m in Sources */, - 50200CA71C6F709747D293F55D870041 /* RSTNibView.m in Sources */, - 1692B5F3853A9169080643ADEE9FCB35 /* RSTOperation.m in Sources */, - 9EF6549DC6D3AFE608ECB3EC0120E66D /* RSTOperationQueue.m in Sources */, - 1F44C85778271AC5F7CF10D2CE9211EE /* RSTPersistentContainer.m in Sources */, - C15CF2EB623460A3E06EE044330BF517 /* RSTPlaceholderView.m in Sources */, - 0E12A2CBD3EB4840D86985ACF808A906 /* RSTRelationshipPreservingMergePolicy.m in Sources */, - BAC844827AF3B9838DD63713845705CA /* RSTSearchController.m in Sources */, - 9416B9870F2FD7942D596432EAE58039 /* RSTSeparatorView.m in Sources */, - 0BC6BFA04582F0C3A02F11AE12A65E7D /* RSTTintedImageView.m in Sources */, - EED5DC96ACE2578374FD7AC5903F801C /* RSTToastView.m in Sources */, - 6DCC911ADCF299A04ACB62983DDE2F21 /* UIAlertAction+Actions.m in Sources */, - 95033EAA943A081EE83F0880C3E9AA1F /* UICollectionView+CellContent.m in Sources */, - 25D25EB4F8220E3B88D1D20473277D6C /* UICollectionViewCell+CellContent.m in Sources */, - BDF2DBEC69FAB06B7F0143FF76B00919 /* UICollectionViewCell+Nibs.m in Sources */, - CAD940D51470C0693EC0B233DA1C1137 /* UIImage+Manipulation.m in Sources */, - 1842A1A997E18631EAC6B022F426E269 /* UIKit+ActivityIndicating.m in Sources */, - 69F8E3EBB6180191875F07DA1BFD0E8C /* UISpringTimingParameters+Conveniences.m in Sources */, - 2A13F4588E5A706CD3941CB5221B17A8 /* UITableView+CellContent.m in Sources */, - 6A6012F032927DEFF3D30FC2A8524F4C /* UITableViewCell+CellContent.m in Sources */, - 8E0038315A1E8E8858CE6148C36FBB4A /* UIView+AnimatedHide.m in Sources */, - D029796E7544EDF1AB08047EFD7C5C50 /* UIViewController+TransitionState.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11896,7 +11901,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6D93635D72814CCA4AE68A312497C248 /* Sources */ = { + 6AB445676E6E6EAA41104CD80CD795D6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -11911,13 +11916,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 81ACCABE8F8B8D9449D7AE9A1E5C36EC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 84FDD6EEEA6801004B1E0464B662B932 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -11964,6 +11962,74 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 932CD5271914ACD434B2CB504A6CEE61 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2B791385306D2BADEFC61CA84B5FA05C /* AnyInput.swift in Sources */, + E37B9DE910AF15C009FC8061DAD750CD /* AudioManager.swift in Sources */, + 3B3ED7BAA6003A2B212906BDBE79CFC2 /* AudioRendering.swift in Sources */, + 607E830C3ED39E8EDC28F7690EBBAA11 /* BitmapProcessor.swift in Sources */, + 6D504274C14CF21469E69287C6CA50F2 /* Bundle+Resources.swift in Sources */, + 8FF5AC1BC83CA5ECAD64755997A3350E /* ButtonsInputView.swift in Sources */, + 333DDBF95B5745DAA9EE00841265CB0C /* CGGeometry+Conveniences.swift in Sources */, + 6BF568293C2328260F585C9C0DA8400A /* CharacterSet+Hexadecimals.swift in Sources */, + 3D739BCD02B3C820FA74561A09E54E8C /* Cheat.swift in Sources */, + 1C9229182A8D5423602529638E4A678B /* CheatFormat.swift in Sources */, + 52A0A61E8FC38A6A78ED1693951D4720 /* CheatProtocol.swift in Sources */, + 21EC410BB258183104283F511D5DD340 /* ControllerDebugView.swift in Sources */, + 2EE8DC8AACD63F8F69A94BB87A356EDF /* ControllerInputView.swift in Sources */, + 5EC7444A20F1C468FC5ED7B53015F89A /* ControllerSkin.swift in Sources */, + F1D718A0226D21670A6B1E039C8180BA /* ControllerSkinProtocol.swift in Sources */, + A35379DB86AD3DB2D421BF2FF5C29202 /* ControllerSkinTraits.swift in Sources */, + F194637448D516567390658A01C85752 /* ControllerView.swift in Sources */, + E1365C07598A7AB0AA61E0B6BE212431 /* Delta.swift in Sources */, + D98334BCDC5E8D76FCE84E8E8C917C27 /* DeltaCore-dummy.m in Sources */, + 444349C2570664734B01F371E383B262 /* DeltaCoreProtocol.swift in Sources */, + 758FBE958BB40DF3DE60D555D01D6BAE /* DeltaTypes.m in Sources */, + 6F4542649EB3DBE57D4E628D578B2094 /* DLTAMuteSwitchMonitor.m in Sources */, + 0824D83822CF0085B8FEF90B399886F2 /* EmulatorBridging.swift in Sources */, + 34B7B5B10082FF04949BE4CED0C3F2CB /* EmulatorCore.swift in Sources */, + F2DCD0FA2457BB00644E4ABB48FC28D2 /* ExtensibleEnums.swift in Sources */, + C551BA4B59E607436920442333105EE4 /* ExternalGameControllerManager.swift in Sources */, + E1FB79FA72C8B736DFC4E6B241BE4ADA /* FilterChain.swift in Sources */, + 486B9DFE9B8541BFF3C084A2017CDE17 /* Game.swift in Sources */, + D32C2A6B0B0A9799D280E35C21421348 /* GameController.swift in Sources */, + 1BAF0A8CF2F9DA9B89AF4C4A51B7BB35 /* GameControllerInputMapping.swift in Sources */, + FD8A47A8E01820F5A795D90BFF55A35A /* GameControllerInputMappingProtocol.swift in Sources */, + 5B9F58506AFE95C32DE2683DECCA8665 /* GameControllerStateManager.swift in Sources */, + 7FD2AEAF83FB19F6DEBE1950A2568808 /* GameProtocol.swift in Sources */, + 5847D0EB3512FA10F011B52C214FFA44 /* GameView.swift in Sources */, + D606F8896AAD09C8421D58D4646FBF10 /* GameViewController.swift in Sources */, + A2E82848C7EC4B2949BD12DEC9455B09 /* GameWindow.swift in Sources */, + F7BE38851CB027BF2BD7B8EC01FCA78C /* ImmediatePanGestureRecognizer.swift in Sources */, + ECC2E86826C3DEBDD53773573D4CE3B2 /* Input.swift in Sources */, + 848CF1A3A980C7362B7C433FD5B03722 /* KeyboardGameController.swift in Sources */, + A1617A31A575E9336B17799D1267F1CB /* KeyboardResponder.swift in Sources */, + 606AD473D7FF199EF523E5B9825CBECA /* MFiGameController.swift in Sources */, + 2FCC4A32E0567398457B6CC235A1BA36 /* OpenGLESProcessor.swift in Sources */, + 2E4ED089BDCFFB1ED70A720638C59FE6 /* RenderThread.swift in Sources */, + 183AE63BA235A24D2AEFCF1B32F73164 /* RingBuffer.swift in Sources */, + 205A056412A02EE8909A80CEF11281CE /* SaveState.swift in Sources */, + 67731DAE45AC5C0A906997240CB195D7 /* SaveStateProtocol.swift in Sources */, + D23CDAC763B16929B4EF9165C8BBF048 /* StandardGameControllerInput.swift in Sources */, + B52687892E227C6F7C2DC67D350ECCC0 /* Thread+RealTime.swift in Sources */, + A0DFB5D3137D8FEAF31319C71D58E60F /* ThumbstickInputView.swift in Sources */, + 0AE0A3C385C872D3CD4BD5F2A3BDE1C7 /* TouchControllerSkin.swift in Sources */, + 8682161DAD71A856E126F9C8734C05AC /* TouchInputView.swift in Sources */, + 4C6D997B4116C094FCCB19C175D7A969 /* UIApplication+AppExtension.swift in Sources */, + 66BBD2BD330657BFD19771EEA21B2FF9 /* UIDevice+Vibration.swift in Sources */, + 744992729BDE5D8D3B5984B1909C170E /* UIImage+PDF.swift in Sources */, + 898F4517FEF4F3EEC505C47BCABD6932 /* UIResponder+FirstResponder.swift in Sources */, + B10286B5FAB4A00FCD6ECD547FB11892 /* UIScene+KeyboardFocus.swift in Sources */, + 1E74383E96FF70BAF87EE304C99B2342 /* UIScreen+ControllerSkin.swift in Sources */, + 811CD5CE904378E18FE5CD5CDB97B18D /* UIWindowScene+StageManager.swift in Sources */, + 8FE60A3A9C9583E2B9CB4BCEDFCDD278 /* VideoFormat.swift in Sources */, + A036D47F51B23E3AB911104E56DF7CCB /* VideoManager.swift in Sources */, + 00818E6B5DC8948C414834EE44825A99 /* VideoRendering.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9411E083C3CA4A937A532D5F8BE7BBF8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -11975,70 +12041,54 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 99B28C4BB6BF27865B60DD5E2844816A /* Sources */ = { + A2BC8C21018F630B7F1987E802483E97 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B5CB4F3C50325E9F427505FB71AAE0A0 /* Async.swift in Sources */, - 09B258828DC9EC1D16E80844BB420A00 /* Auth.swift in Sources */, - A6AD4386DAD91A519FB0247566766408 /* AuthRoutes.swift in Sources */, - 8544C6FD08657C7B549E3575891D6F8C /* Base.swift in Sources */, - 6AC07AA8CC292FE2104D78CC3F223EA4 /* BaseTeam.swift in Sources */, - ACA5D7C7A8EA9E99B5C10446B35F1128 /* Common.swift in Sources */, - D782B782DD75DC64C5E603B113F69793 /* Contacts.swift in Sources */, - FCD0C1A8322E739E795E67F7B6473E3F /* ContactsRoutes.swift in Sources */, - 903A410CA0D0553E75FB237AE1706B4A /* Custom.swift in Sources */, - C577994A0DDB905B4F37B09BD036957E /* CustomRoutes.swift in Sources */, - B21B07CAAEE2F25BFDA4C04358943B54 /* CustomTasks.swift in Sources */, - D7DF3237EC01A502763D1DB8D6AF6174 /* DBChunkInputStream.m in Sources */, - 51465B463AC93ACF2D52AE62DCBED9FF /* DropboxClient.swift in Sources */, - D4D482353368D07628E139FFCE154C28 /* DropboxClientsManager.swift in Sources */, - B28A952765632AC52E47125ECC66DEB6 /* DropboxTeamClient.swift in Sources */, - 32A73B86DB03203DC074101217015DA7 /* DropboxTransportClient.swift in Sources */, - 4F4CAFF504ACE14E3694E7F4DEE35962 /* FileProperties.swift in Sources */, - 2EA4D067B7CE7FFB276B892381A712CF /* FilePropertiesRoutes.swift in Sources */, - B2549B75DAC6933D233A9476E9259C45 /* FileRequests.swift in Sources */, - 7D3DC5FCB4CF760AE759871B84FB9B68 /* FileRequestsRoutes.swift in Sources */, - EFC1979FA5C9F0B1E7924EE1BC92E196 /* Files.swift in Sources */, - 6E88F3921B996D7BBA143DBA9B050192 /* FilesRoutes.swift in Sources */, - 9A48D25780A7C104D1170EA808E7F770 /* OAuth.swift in Sources */, - A3230351A0422DF175836CEE9267BE12 /* OAuthMobile.swift in Sources */, - F6E1819B5CC8CF6A1EDA1D77EC0F8EC4 /* Paper.swift in Sources */, - 2FD66E4E0F51397AD0FC668BC939B912 /* PaperRoutes.swift in Sources */, - 453B3106224E9FE57DD3239AF682AB77 /* SDKConstants.swift in Sources */, - 31684BEA2FEADDC2D94FD448506CBBDE /* SeenState.swift in Sources */, - FDA1E4888613C4AD5267FE5C72E9D69A /* Sharing.swift in Sources */, - FD016218AB93DE560F8E05E2BCAFD6F6 /* SharingRoutes.swift in Sources */, - E6A5A572A3DDC761AC02295572F179A0 /* StoneBase.swift in Sources */, - 59C1150889B178C91F17EAC5A51626C5 /* StoneSerializers.swift in Sources */, - 77BEE0698B2D9B4F86FD1077871C9FA9 /* StoneValidators.swift in Sources */, - B68081C1AC3985532E1AD6EB3E1A0F73 /* SwiftyDropbox-dummy.m in Sources */, - 45B2F2EE1398D12FE9B18EC87DB3D7EE /* Team.swift in Sources */, - C11CB9A9AACD6F01A3AA55A38158ACCC /* TeamCommon.swift in Sources */, - A8D7EE45F1A4AAF03445B362585292A9 /* TeamLog.swift in Sources */, - D47252CDF4CCED5E1C1182B2081D0AE8 /* TeamLogRoutes.swift in Sources */, - 6EC79C06D36E6BCE05D290442F85D737 /* TeamPolicies.swift in Sources */, - 1EE13EFA0B8B1C559FCBFD4A93B813FD /* TeamRoutes.swift in Sources */, - 50223BB43AFD3D4B60CBCEBF15476318 /* TransportConfig.swift in Sources */, - 926F08B5CCB96188354C531C1378E4AA /* Users.swift in Sources */, - 52DA63A2CA0FAA047E817C95B5F6364F /* UsersCommon.swift in Sources */, - 4E49706D4718924B80E4F1BC90845420 /* UsersRoutes.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9E0AF9BA6C41392FB74E073E33632BC3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5AD04386658E9F3C46FDB8837F6F572C /* Archive.swift in Sources */, - 3E25BA7E1B518FCD15735BC48815EFD7 /* Archive+MemoryFile.swift in Sources */, - 5FE1A83F8B5F8F789ACF57E93376B7E2 /* Archive+Reading.swift in Sources */, - 90067FFDC71F78AA8E576BBBBA19D517 /* Archive+Writing.swift in Sources */, - AF607D858AC1464F2D07A61466F5CD82 /* Data+Compression.swift in Sources */, - 0DE5F2A50044E68460C02DB25B3025C4 /* Data+Serialization.swift in Sources */, - 9C37DD23B9CC73A1E23677912B759DD5 /* Entry.swift in Sources */, - 26BF563D165B0EF47F4F90F7F7FE08EB /* FileManager+ZIP.swift in Sources */, - 1F62820D42D7D46F15AB2B6540C95CFA /* ZIPFoundation-dummy.m in Sources */, + BC7B56A3CCC0BF3590727974DD90880D /* Async.swift in Sources */, + A73B2D264072CC122513C6448395FA47 /* Auth.swift in Sources */, + 2471B3B34EA5E55BE9A52FE7EFE18403 /* AuthRoutes.swift in Sources */, + 13EF365DB8E4F9341CA2569586392D7A /* Base.swift in Sources */, + F4A3299569D26F19CD8A72E5F7001777 /* BaseTeam.swift in Sources */, + D05CDF5A2830B382C9BB6FF61044B30D /* Common.swift in Sources */, + A1FD026F44BCE36B54BB501F259E8E92 /* Contacts.swift in Sources */, + 9953779C1328F9E40E912E7E2C21D9FE /* ContactsRoutes.swift in Sources */, + 1E7DB765F0D773DF8A30F95A74E9DA3D /* Custom.swift in Sources */, + F213B8350B3200E9893BC72EC87C95FB /* CustomRoutes.swift in Sources */, + 93C28E80492522F4B9A1D99EF235DBB6 /* CustomTasks.swift in Sources */, + 3E576BB231723C94AB7BDBB809DD8EF8 /* DBChunkInputStream.m in Sources */, + 0A96ECA45177404FC214610D7A109C41 /* DropboxClient.swift in Sources */, + 3DBF6A8F08D364BE14216D3C80BF5AE5 /* DropboxClientsManager.swift in Sources */, + B6DA49A6F9D9D9C7BD7C9A1F21ABEEB4 /* DropboxTeamClient.swift in Sources */, + C0C4E8A251178A24697201A266B26E5D /* DropboxTransportClient.swift in Sources */, + 470A7D02E387F46182321ADD6ED56FB4 /* FileProperties.swift in Sources */, + 4FFFBD2985BDB4D249507A615C7EE339 /* FilePropertiesRoutes.swift in Sources */, + 9515F3C97382D158DB6D55D6ACDAA605 /* FileRequests.swift in Sources */, + E3610AAB679DAE20076B876FB27DA7D5 /* FileRequestsRoutes.swift in Sources */, + 99A23FCAEC9874E579F88D4CEA0DA378 /* Files.swift in Sources */, + 9ECE60F2B2C1B61853C6A22CF0508E23 /* FilesRoutes.swift in Sources */, + F2166BFE4AEA14786074BA8132673BAD /* OAuth.swift in Sources */, + 4CD675A1AA1A4C9E3365AC02B9872858 /* OAuthMobile.swift in Sources */, + 6445FA424D82C3E30D8926FA03330A63 /* Paper.swift in Sources */, + 8CDF081BE900C96E7268706432301332 /* PaperRoutes.swift in Sources */, + 776821CD201162DA3CAF7719641C505E /* SDKConstants.swift in Sources */, + 996A4024CF43B8F7B7C303EEC22B2EBB /* SeenState.swift in Sources */, + DF4886DE32F07DA3E059769A078717BC /* Sharing.swift in Sources */, + BC8C7187C312FD34CEC879E6B1C3EB58 /* SharingRoutes.swift in Sources */, + 322EAC1E2299F5FA58D416BD72A5E6B6 /* StoneBase.swift in Sources */, + 7650E5BBCF3E236A600106837AEB78A5 /* StoneSerializers.swift in Sources */, + DFACB0B585D71B5EE81525823E7706F3 /* StoneValidators.swift in Sources */, + 10BF367F3D827B95FF511EB000CD4FC6 /* SwiftyDropbox-dummy.m in Sources */, + A718B570D7865EA18728FE99BCDD5474 /* Team.swift in Sources */, + 20889A9775763D7F688CCAB98B60C089 /* TeamCommon.swift in Sources */, + BCFA7043437908DFF0E0AD6449060961 /* TeamLog.swift in Sources */, + 14D0DAA55C618B105489C4E214EAE024 /* TeamLogRoutes.swift in Sources */, + 6EE427A50A8F2E850ACCEAAB977D17BE /* TeamPolicies.swift in Sources */, + F3BC9B5D532D05D690BAEBE0C878A298 /* TeamRoutes.swift in Sources */, + BC8374E7A92EE97C3274D6F4409E9455 /* TransportConfig.swift in Sources */, + 2C2446F71696E9758FAC9344B5F3FF08 /* Users.swift in Sources */, + FB937895629AA11D45B725E792350D3E /* UsersCommon.swift in Sources */, + 998DB787CF087E4624AD22B6820265C8 /* UsersRoutes.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12053,7 +12103,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BEC763677F395EC7EDBD600D7DAA84A5 /* Sources */ = { + BACCB4D886CB5CB901150D2367D4DC5E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -12117,6 +12167,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CAFE379E01A283A89074BBB6FFD5B472 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B6AA6B313D83BC2F974A4E65DDCB61E1 /* GTMGatherInputStream.m in Sources */, + 3F51074B21FF5151A5A8A4D24BC1439C /* GTMMIMEDocument.m in Sources */, + 193E98CAE23E36C2791EAB38C7013ADD /* GTMReadMonitorInputStream.m in Sources */, + 0D1743CB5D261ACC71A6ACCC5816F384 /* GTMSessionFetcher.m in Sources */, + 8BDEDC571547A6C9360161B73B9EC309 /* GTMSessionFetcher-dummy.m in Sources */, + EB5F0BB733D5E859DD74E385F6C3DE0A /* GTMSessionFetcherLogging.m in Sources */, + 78B7CAE6CE396A87A33B7773ADD60B15 /* GTMSessionFetcherService.m in Sources */, + 6B4834F17804F8D64CC61FCFEE5ECC99 /* GTMSessionUploadFetcher.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D18C83D9E20EFA0FA26A3F062F35D251 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -12174,13 +12239,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DE625057AE68131AB3BE6C5FEE9AB113 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; E1D67396B58F6A4609350F83B9905CDC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -12198,389 +12256,335 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - ED6A34197B86BCA7B1493AE812A5D42B /* Sources */ = { + F16C2C24CC8AA591201CE1395008E6DC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F211BD3D0456E13F494FB4B47BEFA53B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0AD6E4F7C5A5F90B5A515B0D77FAB851 /* AnyInput.swift in Sources */, - 1C894DFCCB30DAE9E7CAF3422BA39082 /* AudioManager.swift in Sources */, - 38F891A381342A541E41FCD4370E6DB6 /* AudioRendering.swift in Sources */, - 6135CF35920D4092A7BCD0B25C31CEB3 /* BitmapProcessor.swift in Sources */, - 164F50D22989D24E782F4A646360425C /* Bundle+Resources.swift in Sources */, - 2486AC70FC667C3417682112052602EB /* ButtonsInputView.swift in Sources */, - E144CE754C62D08FBF5C7CDFFCE0B9E9 /* CGGeometry+Conveniences.swift in Sources */, - C04D04A7657585FC74B476BBBA379305 /* CharacterSet+Hexadecimals.swift in Sources */, - C67E70FCB6B7A122A665E98E4688DA30 /* Cheat.swift in Sources */, - 78EB2CF4BDC7F0143CFD636A1FBD453C /* CheatFormat.swift in Sources */, - FC13EB78BFBCCA781FA0F818C48865AF /* CheatProtocol.swift in Sources */, - 89203151EEA3F420F67B38B162B84849 /* ControllerDebugView.swift in Sources */, - 5DBF896D16C1195A831235981DEADAAE /* ControllerInputView.swift in Sources */, - 0273623EAB13947B1599787362AEA96A /* ControllerSkin.swift in Sources */, - 732952ECCBC285368CA3B2C7F6ACF6A4 /* ControllerSkinProtocol.swift in Sources */, - 9CBF045CA5E967FA45042C16F1DD815E /* ControllerSkinTraits.swift in Sources */, - 3C20F601143671AD64042133E365491B /* ControllerView.swift in Sources */, - CD1F36E2DB32C6C03D595ACD1D772987 /* Delta.swift in Sources */, - 3795E529C837456557F2D6AD6C2F79F7 /* DeltaCore-dummy.m in Sources */, - 9BA81CA181564933BE201FD4C8139562 /* DeltaCoreProtocol.swift in Sources */, - 960BD79D0D95744456DC6B5E935039F0 /* DeltaTypes.m in Sources */, - 7AD7C8C692590CD165F1678050B2B3BE /* DLTAMuteSwitchMonitor.m in Sources */, - 3E66E9668B109C5F60356D3251F28E07 /* EmulatorBridging.swift in Sources */, - B3FDFF0FC2775F2B6A39762DDE3FC630 /* EmulatorCore.swift in Sources */, - B71D35D533EBB20F29F355048DC48529 /* ExtensibleEnums.swift in Sources */, - 6980A60A58760053C6900D343D462990 /* ExternalGameControllerManager.swift in Sources */, - 659F4681F1616F438D6C62D8ABD2ACFD /* FilterChain.swift in Sources */, - AA77E59066E861EC1198A7783C62C267 /* Game.swift in Sources */, - 8DA6F46D221778072DD14A086D868299 /* GameController.swift in Sources */, - AB52CB87B30DED9F0AE952D6EBEAD2E2 /* GameControllerInputMapping.swift in Sources */, - F2BE00568F5676FA46D4627F7743FD3B /* GameControllerInputMappingProtocol.swift in Sources */, - 990F5C39085710E1F3FF51B23BEBCE19 /* GameControllerStateManager.swift in Sources */, - 5A1FBB352B4F74D997D896B310E7A8A6 /* GameProtocol.swift in Sources */, - 1068DE567FBD813D2BD5D659C938A29C /* GameView.swift in Sources */, - 21A6FEEFD3EAC06EA86D6408D9C8D1C8 /* GameViewController.swift in Sources */, - 763E4FEED8CFF00F77311B1BA1BC7AB7 /* GameWindow.swift in Sources */, - 9BF56E4F5594EF98B58CFD682599F665 /* ImmediatePanGestureRecognizer.swift in Sources */, - 387804D285A308666E1D37F5F18E849B /* Input.swift in Sources */, - 9D1DA4B918B5428F15989B09C39832B5 /* KeyboardGameController.swift in Sources */, - 0EBD1A508C369C5ABF9FB0644415C1D7 /* KeyboardResponder.swift in Sources */, - 7B2AD5BEF16341282389C0217A4BFE8F /* MFiGameController.swift in Sources */, - E86B9F9E0C2A585C0BFDFB3A7D336CD4 /* OpenGLESProcessor.swift in Sources */, - A9E9601F4C445D681015E97D77BBB994 /* RenderThread.swift in Sources */, - A58FD59578A1C4BF393F5FDE1259F5E2 /* RingBuffer.swift in Sources */, - D7D427CF6383C0170A934175CA547CBD /* SaveState.swift in Sources */, - 4ED8F5B51797F84856254FD801C27E18 /* SaveStateProtocol.swift in Sources */, - 43531BDC80BA3B3B8560D95490294F93 /* StandardGameControllerInput.swift in Sources */, - 2FB185F0DFA7D534DCDBB16905DDED0F /* Thread+RealTime.swift in Sources */, - EDA71F887352A1078CE24978FC1DBCC4 /* ThumbstickInputView.swift in Sources */, - A3B54D7F799BFC66C42C0804B9314BCF /* TouchControllerSkin.swift in Sources */, - E20D70D9A7BD52AFA27242B6913AA8E4 /* TouchInputView.swift in Sources */, - 4D173333D8E5715B85BAAFAF8891C9CE /* UIApplication+AppExtension.swift in Sources */, - AFCF2BF8CDC214AD39CDDE6D12E8D81A /* UIDevice+Vibration.swift in Sources */, - 80D211592C60F1C4908CDB16F1C2F473 /* UIImage+PDF.swift in Sources */, - 498C28A0DAC74156638CA4F13FD7A8D5 /* UIResponder+FirstResponder.swift in Sources */, - 31F6AD0B002D23DC0FA6C3AB96ECB913 /* UIScene+KeyboardFocus.swift in Sources */, - C8F0EDCC63D9076079B4C19CF7933BA5 /* UIScreen+ControllerSkin.swift in Sources */, - 1F2259155491C56464A9E762EF323782 /* UIWindowScene+StageManager.swift in Sources */, - B9D651911B5EC4EA6906999F4293F09A /* VideoFormat.swift in Sources */, - EA90454C2DC626839D18C185CE9C113B /* VideoManager.swift in Sources */, - 663B342B5C1C5C71947221BF21D8D801 /* VideoRendering.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0227776B8B833754B92701B8D4E62B9C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyDropbox; - target = FF39B7A1D9F00620D9F56635ABBB2C03 /* SwiftyDropbox */; - targetProxy = C32E0FED013C1D859900B2CACD6D3C1E /* PBXContainerItemProxy */; - }; - 0977B6322AE1CBB5EC3823A5042080FB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleSignIn; - target = CAD3534FC55B0333104E5117C0A9A324 /* GoogleSignIn */; - targetProxy = 1430CBC5BD8B4E9872DC68EA88CDD97E /* PBXContainerItemProxy */; - }; - 09D37DA024CCD35700AB4C1A1B9A8DBF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZIPFoundation; - target = AA15C8469D67684160CC2A7098EB841C /* ZIPFoundation */; - targetProxy = DF2B9FCC461C5CDD8F36C5C4AF752933 /* PBXContainerItemProxy */; - }; - 1A75DE7F90BBF5670616016F284F84F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZIPFoundation; - target = AA15C8469D67684160CC2A7098EB841C /* ZIPFoundation */; - targetProxy = 45000283E7368109EBAF04EF1E059A31 /* PBXContainerItemProxy */; - }; - 1DF5388BB8DD98198170FBEAE75CC511 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AppAuth; - target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; - targetProxy = B9F9160A17398B0BDFCF4A58B088AF2F /* PBXContainerItemProxy */; - }; - 22D4E6766BCF96851B8574CBD8E15047 /* PBXTargetDependency */ = { + 074C8D2633A7BE566CFFFFED7D0006F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DeltaCore; target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = 020B9433CE12E2568CDB82301031BEB6 /* PBXContainerItemProxy */; + targetProxy = C29D9B06D567AA7FB57866B36DFE825B /* PBXContainerItemProxy */; }; - 26D7A4BC55C3570BCFDF945ABD12811E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "N64DeltaCore-Mupen64Plus"; - target = 280620EDC57ABB510508698A7233E414 /* N64DeltaCore-Mupen64Plus */; - targetProxy = A30AB2656B7FB8BFB3091966DA6F9818 /* PBXContainerItemProxy */; - }; - 28B7917E7B83B04BA63F3F167FD22328 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = BE403A7754858CE17191B45F62E2D04F /* PBXContainerItemProxy */; - }; - 324B5D84032A79A31F4F5DE51FE9A1FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 82C0C33058345E2EDA55327A2830745D /* PBXContainerItemProxy */; - }; - 34657CFB4C78E8F1783F465AECFDD1D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = 394DC5F0F4619CCC6207997BE23E1E23 /* PBXContainerItemProxy */; - }; - 351A9CCC36D6CFB7BD48AC044C96EABA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "GBCDeltaCore-GBCDeltaCore"; - target = 5C36E65AEF44273E4AF0CBFADD00C090 /* GBCDeltaCore-GBCDeltaCore */; - targetProxy = 8987B6514CE66714C4F70D92812DD218 /* PBXContainerItemProxy */; - }; - 4097C851A3A10347404156907E734B7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = N64DeltaCore; - target = 126073BF5D2BF3A4BDD22FE9062C9D20 /* N64DeltaCore */; - targetProxy = 5D19602F9C9F9617E4AC0ADAEDF85DD6 /* PBXContainerItemProxy */; - }; - 44B275620AD561AD9B9336EBF288EAC3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SNESDeltaCore; - target = 141E2D29C29A1BC1ABA3483321DF3C88 /* SNESDeltaCore */; - targetProxy = 7FD7765CA4370B82CA3B20C4B7CD82BC /* PBXContainerItemProxy */; - }; - 44D9452727F096901E8EF3472ED418F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = AA6044EC20FC0AE6D0211AC6B352D195 /* PBXContainerItemProxy */; - }; - 46723AC781ECCB640EC2E84F63ADE9F3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Roxas; - target = B5D1BA64AC676FF46408FCDE19A05767 /* Roxas */; - targetProxy = C75A895C62CDF7A5A19313A7FBE15093 /* PBXContainerItemProxy */; - }; - 470CBBAF3653B51B9CB8F96C1F4741F2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GBADeltaCore; - target = 7056A67459B0B8B62FACACCE167546B8 /* GBADeltaCore */; - targetProxy = 72E8F1F716CCE2A0D4BBD084E06431C9 /* PBXContainerItemProxy */; - }; - 476625A8F9230EFC825D7E9BBEB6E2FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = 206E99D7E2C43DAD1332E962F206F8E4 /* PBXContainerItemProxy */; - }; - 4E51D05357F6EC8190CCFEFA9F8960A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAPIClientForREST; - target = D7958E869B6C0073DB3025514393D7A3 /* GoogleAPIClientForREST */; - targetProxy = F22054DB5DB508A20BC030D65A7E0DBF /* PBXContainerItemProxy */; - }; - 4E6EB769C6A1C1BD1EC91232EBE2F708 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 6333448A8D3DA9EED8353ABDCE104C67 /* PBXContainerItemProxy */; - }; - 53AB7F6CE4232C339AFB6EF2C6AAFA1F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = B174253BFCC9C21075BC13953B9264DE /* PBXContainerItemProxy */; - }; - 562F245D3C3DA98CE8EA482B48A9D400 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GTMAppAuth; - target = 8627999EF1D5E93E13DAFF580DA8CDCF /* GTMAppAuth */; - targetProxy = 7E1D4D2CED80C61421E4FB25AF4146C0 /* PBXContainerItemProxy */; - }; - 597826ED275FDE3A8075C20FC300F51C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Roxas; - target = B5D1BA64AC676FF46408FCDE19A05767 /* Roxas */; - targetProxy = DFEBB999554C8C45F1672372CCBD11F1 /* PBXContainerItemProxy */; - }; - 5D9C88E144D07F6AEFAA5670FD865D27 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DSDeltaCore; - target = DCBC8D45C727B1472F26E79661AF11B0 /* DSDeltaCore */; - targetProxy = 7F244B86BC547A95C4C7C5066B5A0F02 /* PBXContainerItemProxy */; - }; - 5F2AC78F59DFEF10140943B4B045DE2B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AppAuth; - target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; - targetProxy = BC1129935252C9D57A3F5A2E4787255E /* PBXContainerItemProxy */; - }; - 67631194C218F0FD979E35CB3C57E4B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SQLite.swift; - target = 3F2C1776D90B62B156DB52C41A5C419C /* SQLite.swift */; - targetProxy = F848EF6310A2A049BDE56710C036CF2D /* PBXContainerItemProxy */; - }; - 6972D7E315F77F2FDD140AA7A7F4B9F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = 9581F754552E5FD5A69500194EF27AA1 /* PBXContainerItemProxy */; - }; - 6D59877B1B762749E6F63407146A5217 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 8FC71BF7A76E6065929187D8E7E7BC08 /* PBXContainerItemProxy */; - }; - 75D90DC236363C89F12AABD5B85790CB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MelonDSDeltaCore; - target = 38A7AA32705A9662332E76FA75B50858 /* MelonDSDeltaCore */; - targetProxy = D4E750C5EEF0B253A3B9A3EDEC6E1FC1 /* PBXContainerItemProxy */; - }; - 7BFCEC5B78EF74F0427F6E810DD86C74 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "MelonDSDeltaCore-melonDS"; - target = 5B32FEE5AD13CB944235C9158BECB929 /* MelonDSDeltaCore-melonDS */; - targetProxy = CA90E0BC3DF1792B9F756BC6431B98C0 /* PBXContainerItemProxy */; - }; - 7D9EA63F22EF7730131345DE952284E4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = NESDeltaCore; - target = 0FAC8C4777DBD31221FE57848CB5F759 /* NESDeltaCore */; - targetProxy = 223E9E011844E712A80E89C56327DE69 /* PBXContainerItemProxy */; - }; - 8382A8CB764BEE746A2671390E063AFB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = 961835202FB9D815A86D4D79D1D04652 /* PBXContainerItemProxy */; - }; - 84AC1CB78628AAF7E8724FCA40D68AA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = 513E7D458B923D2B44555B489F0310BE /* PBXContainerItemProxy */; - }; - 85A9597B4AFB13349FA8B9758EC04290 /* PBXTargetDependency */ = { + 12CC6B3E32D89503B713AF1378A5D0C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Harmony; target = 5CB4163F0A6D4BDE0A490758A78BA43D /* Harmony */; - targetProxy = 36369AE47F219B29BC4FFC6C92E05BB0 /* PBXContainerItemProxy */; + targetProxy = E05A7F1818B48937CFF06126D5333E3C /* PBXContainerItemProxy */; }; - 8B695104C37E6C6695A94D744A0D628B /* PBXTargetDependency */ = { + 1E1C52DD622185B9B8303FCD4AA8F82C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GTMSessionFetcher; - target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = 9C9686D4219579E3731B03F3CE4F605D /* PBXContainerItemProxy */; + name = "N64DeltaCore-Mupen64Plus"; + target = 280620EDC57ABB510508698A7233E414 /* N64DeltaCore-Mupen64Plus */; + targetProxy = 919276C271B1B699B40A274E295D1824 /* PBXContainerItemProxy */; }; - 8E743312A6E32E5FE9642D6C3BB9E410 /* PBXTargetDependency */ = { + 24442F0C1D08FA726A10255C53C67C65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyDropbox; target = FF39B7A1D9F00620D9F56635ABBB2C03 /* SwiftyDropbox */; - targetProxy = A68AC41D18DD21F284F4D4BEBD1F8E3D /* PBXContainerItemProxy */; + targetProxy = 444338B11BD0B38C21C8E57EF6539253 /* PBXContainerItemProxy */; }; - 97A5CCCF4BC025EF9A907F664B1028B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DSDeltaCore-DSDeltaCore"; - target = E5449403CBE67599315B4D26019FA175 /* DSDeltaCore-DSDeltaCore */; - targetProxy = F709066B4CA2DE4CF3569242834D3794 /* PBXContainerItemProxy */; - }; - 97BF1811BED673814CBCDE0BFDE53D7A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "SNESDeltaCore-SNESDeltaCore"; - target = 6538136F848A07F507372CCFB40CEB88 /* SNESDeltaCore-SNESDeltaCore */; - targetProxy = C2B885BC95F2CDEB632D372B01654EA2 /* PBXContainerItemProxy */; - }; - 98E1EF7B1C6181E580F1E608D9638AAC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZIPFoundation; - target = AA15C8469D67684160CC2A7098EB841C /* ZIPFoundation */; - targetProxy = 490C7B4F748D60AF8AA2BB06003ADD30 /* PBXContainerItemProxy */; - }; - A689A53FABD173E1109E8AF228773354 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleSignIn; - target = CAD3534FC55B0333104E5117C0A9A324 /* GoogleSignIn */; - targetProxy = 51840A0DCF3516F57FB816F779E26FCC /* PBXContainerItemProxy */; - }; - A8E5C0BDB8415C0B14114AC08ADD1A37 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SMCalloutView; - target = D20492B6476142DCA0C455340876BB98 /* SMCalloutView */; - targetProxy = 40171F09D32D615B5C93AB9807C65FBC /* PBXContainerItemProxy */; - }; - AF1A6AB9112D553B0D8E4E2D43DC6939 /* PBXTargetDependency */ = { + 28CC479EE161CE3A27B1C58E66AF301B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GTMAppAuth; target = 8627999EF1D5E93E13DAFF580DA8CDCF /* GTMAppAuth */; - targetProxy = 8DB32F5DDB4695C8826310E70CEB8C46 /* PBXContainerItemProxy */; + targetProxy = F48741B7F3F2719F1BB35CBF9FEDC5EE /* PBXContainerItemProxy */; }; - AF8FAD9A303954745FAA7E4126F95EC4 /* PBXTargetDependency */ = { + 2DBEA32B40AB7C4668952773D12D4D23 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SNESDeltaCore; + target = 141E2D29C29A1BC1ABA3483321DF3C88 /* SNESDeltaCore */; + targetProxy = AD914BDF1FDDBF134A1F8AC6CED822CB /* PBXContainerItemProxy */; + }; + 311FBCB7E90F2E4A3B65F28053D7DFF2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GTMSessionFetcher; target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; - targetProxy = 0B4362D4D771234C25BF4182333EBA27 /* PBXContainerItemProxy */; + targetProxy = C13FD5C503C3ED9D98E24CA79374892C /* PBXContainerItemProxy */; }; - B0ABB225835C4739C77D5D340F58FD3D /* PBXTargetDependency */ = { + 3227034E8C5CDFD9DF5E69C843C0768B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = FE01F049C6AFDE91DA7D16B6985805F6 /* PBXContainerItemProxy */; + }; + 3389309C644A37C83925A4F5B0EC5211 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 46074D0E5628C047E2834B866A22A0EB /* PBXContainerItemProxy */; + }; + 3696B4F9B924CB9E1AC1AC6B0DC9C5AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = 756107E29EF3586648DA24F14D909B6F /* PBXContainerItemProxy */; + }; + 3A38A7E2104ADA24BB73D6C79B3EBD68 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = ECA72EFD1C5967F359FF8F2F46D5F90D /* PBXContainerItemProxy */; + }; + 3ADDA99249FD2CA1AD7A9BA3BC22B8AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DSDeltaCore; + target = DCBC8D45C727B1472F26E79661AF11B0 /* DSDeltaCore */; + targetProxy = 4E51D9BBC3744D3E447A83BAA78B3D08 /* PBXContainerItemProxy */; + }; + 3C89AB1D5258B4FCB85863A1270CEB01 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DSDeltaCore-DSDeltaCore"; + target = E5449403CBE67599315B4D26019FA175 /* DSDeltaCore-DSDeltaCore */; + targetProxy = 8D905395D17C4A5C012A6C9B6623735C /* PBXContainerItemProxy */; + }; + 41CC31C58F25AD1C62AE5CE82D57EEB1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MelonDSDeltaCore-melonDS"; + target = 5B32FEE5AD13CB944235C9158BECB929 /* MelonDSDeltaCore-melonDS */; + targetProxy = B4F24B06C298824276367D8B66A7F852 /* PBXContainerItemProxy */; + }; + 45BB372A9633D3CC56CA8207104A1A2A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = 5E82CF674FB61C3FFB5C8C2DDC91B30C /* PBXContainerItemProxy */; + }; + 46944BEA3AFF78429E6415C5F40B2EDE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MelonDSDeltaCore; + target = 38A7AA32705A9662332E76FA75B50858 /* MelonDSDeltaCore */; + targetProxy = 5261A3AC96AD3D43860987AE7D866B55 /* PBXContainerItemProxy */; + }; + 48029227EB3771F131744EADDB7974F3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Roxas; target = B5D1BA64AC676FF46408FCDE19A05767 /* Roxas */; - targetProxy = 0FF4B359A54F4A019A9B60F7E7202181 /* PBXContainerItemProxy */; + targetProxy = E3A50B924916F94C71517E5C25611342 /* PBXContainerItemProxy */; }; - B50EB0F12594D6E9CC95A3EA6584BD60 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "DeltaCore-DeltaCore"; - target = 1B47E46598F87113B00B3B25BBF51B32 /* DeltaCore-DeltaCore */; - targetProxy = BBD4D9EEF3D12953FA8FD9EBB4BC3DF0 /* PBXContainerItemProxy */; - }; - BE0B85135CB7D0FB9A7FB5C6165496EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = 2AD64A064D20EA992D88F18403BB706D /* PBXContainerItemProxy */; - }; - CA7473E84B6F084BCB504A66EE0E395B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DeltaCore; - target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; - targetProxy = 7FDA171CC4A8FB21B67609E8817B26A4 /* PBXContainerItemProxy */; - }; - DF98CE5F573107254A69460E2EF0002C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAPIClientForREST; - target = D7958E869B6C0073DB3025514393D7A3 /* GoogleAPIClientForREST */; - targetProxy = E427CE05BC23B065BF3B635A2510F223 /* PBXContainerItemProxy */; - }; - E06B3C892296EE79A1F1F923F5CA70C6 /* PBXTargetDependency */ = { + 488A5CDC16D8AA50CC1390E5B3C69A95 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "NESDeltaCore-NESDeltaCore"; target = 7F839870ECBE0065B4BCC02E5F98F48A /* NESDeltaCore-NESDeltaCore */; - targetProxy = 7DA56E5F8131E059DA2933129C9DF085 /* PBXContainerItemProxy */; + targetProxy = 5E870E6B2C9807F33074DAE7482678BB /* PBXContainerItemProxy */; }; - E280D454B5C15099E9D25A6C26F088C1 /* PBXTargetDependency */ = { + 489B8C7623BA5796E64A567CD0AD6E06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GBCDeltaCore; - target = DB59C68809324297BEDAF0CC3F931B27 /* GBCDeltaCore */; - targetProxy = CF07E349DDAAC1756AB0D6FBE2799FBD /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 9CBB70348BF05AD2F08EED2426923A62 /* PBXContainerItemProxy */; }; - E8C7514A5B23AE6BA86B464E8FB216FE /* PBXTargetDependency */ = { + 4B99F08537C3C30FA4F1CC25DB46376A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyDropbox; + target = FF39B7A1D9F00620D9F56635ABBB2C03 /* SwiftyDropbox */; + targetProxy = A15AD429B78517A650213B17F4F4F9F1 /* PBXContainerItemProxy */; + }; + 4F9AFA1DC3088ABFDA8BC626C64FC1F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZIPFoundation; + target = AA15C8469D67684160CC2A7098EB841C /* ZIPFoundation */; + targetProxy = 6F08F7078C02797F149B3C2D44E6AB5C /* PBXContainerItemProxy */; + }; + 52DB1433E7520A51C5B6DDE9379DAA04 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Roxas; + target = B5D1BA64AC676FF46408FCDE19A05767 /* Roxas */; + targetProxy = B7AB2D42D89B4E6321E4B8395C665D7C /* PBXContainerItemProxy */; + }; + 54ADD906F8AD5DFE362236C4F0D6F197 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = NESDeltaCore; + target = 0FAC8C4777DBD31221FE57848CB5F759 /* NESDeltaCore */; + targetProxy = 4DAA465BDB6DE523F53CA2C81F679CB0 /* PBXContainerItemProxy */; + }; + 55C06ED20B478D16D64C40304655AAC8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AppAuth; target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; - targetProxy = BC2C1ADE9016D63CA659129B239F154C /* PBXContainerItemProxy */; + targetProxy = 0EE236EBB17C6BAFABCFE277B02B20EF /* PBXContainerItemProxy */; }; - F1643819D22AF1455410BB9450D994AB /* PBXTargetDependency */ = { + 5ACD42202DA881DA24603ABB09C4897D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = E8E0F60873F100A8646A2D9BC986745B /* PBXContainerItemProxy */; + }; + 5E0F8044CABE39E1025CA53F1C763CE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "SNESDeltaCore-SNESDeltaCore"; + target = 6538136F848A07F507372CCFB40CEB88 /* SNESDeltaCore-SNESDeltaCore */; + targetProxy = FCDAC5561C66BF0919A76ED71E886F93 /* PBXContainerItemProxy */; + }; + 66496ED0A46D66CF098DD4A7E4893A40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "GBADeltaCore-GBADeltaCore"; target = 890229DC8DCC9C43917568A0C4502FCA /* GBADeltaCore-GBADeltaCore */; - targetProxy = F1BDF79FFF3F74BE1A9C7E0E5D172387 /* PBXContainerItemProxy */; + targetProxy = 358DA5305638896620E62BB774214813 /* PBXContainerItemProxy */; + }; + 6BA35C53BA58A8594936DB541DB8018C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = N64DeltaCore; + target = 126073BF5D2BF3A4BDD22FE9062C9D20 /* N64DeltaCore */; + targetProxy = 85F38331CC275A309EA0A749B6766C37 /* PBXContainerItemProxy */; + }; + 6BC6DE894E2CFC238130EB93FA83C034 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = 54F7F4365C83C8B52CCEF2D968EADA45 /* PBXContainerItemProxy */; + }; + 7288A8D79D0B717BB85314FA3122B38D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AppAuth; + target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; + targetProxy = 3F0CF419A36ECF3A7ACEB1F2C5236288 /* PBXContainerItemProxy */; + }; + 79B51E999351143FF63B14B079747F19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = 9F8B5E10BF7EEE9C71336B92A2C5A69C /* PBXContainerItemProxy */; + }; + 8857DC5EEF290A63DD75AAA87AEBE331 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Roxas; + target = B5D1BA64AC676FF46408FCDE19A05767 /* Roxas */; + targetProxy = 42A7784D9ABB3B8B2B248E3E3DE74306 /* PBXContainerItemProxy */; + }; + 8C4AE86B15DA260D6F9353AE0A74F324 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = 67EE0B2017DFFF713874A48F76734195 /* PBXContainerItemProxy */; + }; + 8D6AE4795798F1B3E27961911AE8C687 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAPIClientForREST; + target = D7958E869B6C0073DB3025514393D7A3 /* GoogleAPIClientForREST */; + targetProxy = C6EB00688C6A43AE4C277CA76AD5F927 /* PBXContainerItemProxy */; + }; + 9E17DE998EBD784867412A1E88C9547D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = 62C9AA0C9A9C628CC64AEB70DF98C41F /* PBXContainerItemProxy */; + }; + AEDD51659B0FA98DF0F727F2B8FBA39D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GTMSessionFetcher; + target = D676E21115185671D7258A56944ABE98 /* GTMSessionFetcher */; + targetProxy = 6DED09335126DA032F8AE9CED95F7E3F /* PBXContainerItemProxy */; + }; + B83D446192551DD8D91A1C2BD9147125 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleSignIn; + target = CAD3534FC55B0333104E5117C0A9A324 /* GoogleSignIn */; + targetProxy = 8006BC0044670C07071D915458B4944F /* PBXContainerItemProxy */; + }; + BFC8A46FF219405F66BDBE148E08D7BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZIPFoundation; + target = AA15C8469D67684160CC2A7098EB841C /* ZIPFoundation */; + targetProxy = 05253BB77E57C3290731AE3AE57414A1 /* PBXContainerItemProxy */; + }; + D61EE86D7F3FEB2529CCDD76835B5CBE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SQLite.swift; + target = 3F2C1776D90B62B156DB52C41A5C419C /* SQLite.swift */; + targetProxy = 9EBBF1DB1E4F0D898573F4898F0E84D5 /* PBXContainerItemProxy */; + }; + D68DFB7CBF5785960EC7CA1A383160D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleSignIn; + target = CAD3534FC55B0333104E5117C0A9A324 /* GoogleSignIn */; + targetProxy = 2D15D418361462E204D9E33C9F19C82D /* PBXContainerItemProxy */; + }; + D97470176C6FCBF80133EB57FA6F714D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = A43C4D58C774104498E0DD4FE3C84FB0 /* PBXContainerItemProxy */; + }; + E18B7B482072D382CD9680D5AF67CDD3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZIPFoundation; + target = AA15C8469D67684160CC2A7098EB841C /* ZIPFoundation */; + targetProxy = 3762E9F7EA1CCD2D7261250D7E202450 /* PBXContainerItemProxy */; + }; + E1CBA9FF914061B93E49803E81B25E88 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "DeltaCore-DeltaCore"; + target = 1B47E46598F87113B00B3B25BBF51B32 /* DeltaCore-DeltaCore */; + targetProxy = 922B6749105AC105F3FFD2D7F31DAE78 /* PBXContainerItemProxy */; + }; + E28B0B670178100851712FA1218EE226 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GTMAppAuth; + target = 8627999EF1D5E93E13DAFF580DA8CDCF /* GTMAppAuth */; + targetProxy = B68FC6072BF23463505DBAE967E63A9A /* PBXContainerItemProxy */; + }; + EB2E022A71CA25005FA3502979D4061D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAPIClientForREST; + target = D7958E869B6C0073DB3025514393D7A3 /* GoogleAPIClientForREST */; + targetProxy = 674A93EFAA2A99C0CCB8D892E4536495 /* PBXContainerItemProxy */; + }; + ECE0DE08C76E66C6F2EB303ED841A467 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AppAuth; + target = 5C642AA10FB29936669CC269F42079C6 /* AppAuth */; + targetProxy = F69F7438CDAF5C7C7B3D3E4F2B9FB073 /* PBXContainerItemProxy */; + }; + F3366A743D49B5646F5790AECFEFAB39 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SMCalloutView; + target = D20492B6476142DCA0C455340876BB98 /* SMCalloutView */; + targetProxy = 394A5204B23FC1F2D09B99AF96CA7CB7 /* PBXContainerItemProxy */; + }; + F78FD7619F3E83105D22465CCC2CCBD7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DeltaCore; + target = 530F469AED058B94728C278CCA514500 /* DeltaCore */; + targetProxy = 3B21B20398AB0A1004AA5904EDF7AAAD /* PBXContainerItemProxy */; + }; + FA26B652F6607BE2CC848D12411E657D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GBADeltaCore; + target = 7056A67459B0B8B62FACACCE167546B8 /* GBADeltaCore */; + targetProxy = 8A7F3CAAD08D7826A5251F34B6E59067 /* PBXContainerItemProxy */; + }; + FA3DBCD31D733150942136734489CC81 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "GBCDeltaCore-GBCDeltaCore"; + target = 5C36E65AEF44273E4AF0CBFADD00C090 /* GBCDeltaCore-GBCDeltaCore */; + targetProxy = 641CCA587DFEAB3391600B9C85DA3294 /* PBXContainerItemProxy */; + }; + FCFCBC1ED647CE9C9A471DA20CEFA83F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GBCDeltaCore; + target = DB59C68809324297BEDAF0CC3F931B27 /* GBCDeltaCore */; + targetProxy = C3D53FB9D64AD5F5C3E42B38859069A7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 03ECFAC774A65027B30D59A14EAA5490 /* Release */ = { + 09474E1C4563C8250DA4127B3A657850 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77B25B584DEB91D5A2E01AF428205DF8 /* GBADeltaCore.release.xcconfig */; + baseConfigurationReference = 28382F5C12A6F8376FEFD601A04F351E /* GBADeltaCore.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GBADeltaCore"; @@ -12593,7 +12597,7 @@ TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; 17FFF880EFE637A10A5336E5C1DB693A /* Release */ = { isa = XCBuildConfiguration; @@ -12621,6 +12625,47 @@ }; name = Release; }; + 1B7ECC44548171F130BD94763BBE3574 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3878924447484A466599DC5D45CF9CAF /* DSDeltaCore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DSDeltaCore"; + IBSC_MODULE = DSDeltaCore; + INFOPLIST_FILE = "Target Support Files/DSDeltaCore/ResourceBundle-DSDeltaCore-DSDeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = DSDeltaCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 1CB432A1E6E78C7D200FCD1F829B03D4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3B2821BE0AF15BECA7CDBEBDE5872A8B /* GTMSessionFetcher.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/GTMSessionFetcher/GTMSessionFetcher.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GTMSessionFetcher; + PRODUCT_NAME = GTMSessionFetcher; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 2088A986D69A3A764B3B76BCC72DB4D1 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 4EE61EBF98E7402CD9E9AF4EFA7289D7 /* SMCalloutView.debug.xcconfig */; @@ -12670,6 +12715,23 @@ }; name = Debug; }; + 228B7C8A5EC8051A94C159C91AF86FBA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4A46C0ABE96F3E6D87318355F32F3A7 /* N64DeltaCore.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/N64DeltaCore"; + IBSC_MODULE = N64DeltaCore; + INFOPLIST_FILE = "Target Support Files/N64DeltaCore/ResourceBundle-Mupen64Plus-N64DeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = Mupen64Plus; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; 2438465B1FD55321DFF580218C83D611 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 01A53D5A2BCDF860331F5E6369F21C84 /* SDWebImage.release.xcconfig */; @@ -12695,31 +12757,6 @@ }; name = Release; }; - 26A28FF3B409A6DF708C31D70A7A82AF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C1FE760E558FC2D00F3FA074DAEBD50B /* Harmony.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Harmony/Harmony-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Harmony/Harmony.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Harmony; - PRODUCT_NAME = Harmony; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 283D753A5193C7528A6EBF93327602F0 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = F4A46C0ABE96F3E6D87318355F32F3A7 /* N64DeltaCore.release.xcconfig */; @@ -12745,6 +12782,23 @@ }; name = Release; }; + 2E8E5E4C53B22EEF8F489D88C1F24670 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 08084DF35F961C1DB3E9B2E8ED60EFB7 /* GBCDeltaCore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GBCDeltaCore"; + IBSC_MODULE = GBCDeltaCore; + INFOPLIST_FILE = "Target Support Files/GBCDeltaCore/ResourceBundle-GBCDeltaCore-GBCDeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = GBCDeltaCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 3312B6D3B835689CC7619671A911CF1F /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 14C688327822408CE66949114C33CC83 /* GoogleAPIClientForREST.release.xcconfig */; @@ -12770,65 +12824,6 @@ }; name = Release; }; - 38F6381D40659CD0FF1582F1A297E2AF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D7091B96BF497B2A08ABE8C94D16EA5A /* MelonDSDeltaCore.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MelonDSDeltaCore"; - IBSC_MODULE = MelonDSDeltaCore; - INFOPLIST_FILE = "Target Support Files/MelonDSDeltaCore/ResourceBundle-melonDS-MelonDSDeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = melonDS; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 3E595BE5E2ECD5F61B3A69D7DF977299 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 954ABDE364FCE24122E00A1B9A644CEA /* SNESDeltaCore.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SNESDeltaCore"; - IBSC_MODULE = SNESDeltaCore; - INFOPLIST_FILE = "Target Support Files/SNESDeltaCore/ResourceBundle-SNESDeltaCore-SNESDeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = SNESDeltaCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 464FC6A376971B2643E3543540E3A86F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 193A454157C8C6A24ACC9D99E499082F /* GTMSessionFetcher.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/GTMSessionFetcher/GTMSessionFetcher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GTMSessionFetcher; - PRODUCT_NAME = GTMSessionFetcher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 4BC7450F9457737EE3E637BA155B56F7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -12920,6 +12915,23 @@ }; name = Release; }; + 4DA0979731327BE2A16D929D419A546B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1DFD1D3FB89CFCF0208D414DDE2C3D83 /* NESDeltaCore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/NESDeltaCore"; + IBSC_MODULE = NESDeltaCore; + INFOPLIST_FILE = "Target Support Files/NESDeltaCore/ResourceBundle-NESDeltaCore-NESDeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = NESDeltaCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 4EDF1E715540C94B86E23E88DC440D75 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = FD2F697B1A15BE95A6A49DE449DC9880 /* GBCDeltaCore.release.xcconfig */; @@ -12998,48 +13010,47 @@ }; name = Release; }; - 5FDBA3A02A4B1A9AB7A8B9F6B75F2127 /* Release */ = { + 54CEC34AF5C74CE946F0F92440D71967 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F39C49879E468FDCAE9EF19598A5089 /* Harmony.release.xcconfig */; + baseConfigurationReference = E427909C72F63CEA1B0E907812DEA956 /* Roxas.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Harmony/Harmony-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Roxas/Roxas-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Harmony/Harmony.modulemap; + MODULEMAP_FILE = Headers/Public/Roxas/Roxas.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Harmony; - PRODUCT_NAME = Harmony; + PRODUCT_MODULE_NAME = Roxas; + PRODUCT_NAME = Roxas; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - 60019BD80CB4F166A08404AC903394B3 /* Debug */ = { + 5FC8938002304037A11D92301FD94728 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3FC5C25A1E62C26E9D6FAD2F32C223B9 /* N64DeltaCore.debug.xcconfig */; + baseConfigurationReference = FD2F697B1A15BE95A6A49DE449DC9880 /* GBCDeltaCore.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/N64DeltaCore"; - IBSC_MODULE = N64DeltaCore; - INFOPLIST_FILE = "Target Support Files/N64DeltaCore/ResourceBundle-Mupen64Plus-N64DeltaCore-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GBCDeltaCore"; + IBSC_MODULE = GBCDeltaCore; + INFOPLIST_FILE = "Target Support Files/GBCDeltaCore/ResourceBundle-GBCDeltaCore-GBCDeltaCore-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = Mupen64Plus; + PRODUCT_NAME = GBCDeltaCore; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; 6345E55CD0765D7D50B0D3910D447826 /* Release */ = { isa = XCBuildConfiguration; @@ -13113,30 +13124,6 @@ }; name = Debug; }; - 657B0C7E3A0624A2C981FCED1BAFD7D8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 10227D1539D1C1A46D5538C914C01097 /* ZIPFoundation.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ZIPFoundation/ZIPFoundation-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/ZIPFoundation/ZIPFoundation.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ZIPFoundation; - PRODUCT_NAME = ZIPFoundation; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 694A94EDD8C12380F1133E46D256DB5A /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = FB6D0784F1415219E6CEC00F4BEDEA9E /* Alamofire.release.xcconfig */; @@ -13178,48 +13165,6 @@ }; name = Debug; }; - 6B2DFE3B33F709AB240A2A17643ED8DD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1DFD1D3FB89CFCF0208D414DDE2C3D83 /* NESDeltaCore.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/NESDeltaCore"; - IBSC_MODULE = NESDeltaCore; - INFOPLIST_FILE = "Target Support Files/NESDeltaCore/ResourceBundle-NESDeltaCore-NESDeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = NESDeltaCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 6B635908D57F89FE70B95E99794A91AD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 28C3AE8E531857486855B0720133A73D /* SwiftyDropbox.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SwiftyDropbox/SwiftyDropbox-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SwiftyDropbox; - PRODUCT_NAME = SwiftyDropbox; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 6C9C2EFEFB896C5B26EA84126474EFCB /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = AB94D62B42FC053C786F2C18A135B20F /* AppAuth.release.xcconfig */; @@ -13245,31 +13190,47 @@ }; name = Release; }; - 722D579D3EB08EFA08066F031C10D826 /* Debug */ = { + 70A4CB2725CCD1E2F503C3C7287FA790 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E427909C72F63CEA1B0E907812DEA956 /* Roxas.debug.xcconfig */; + baseConfigurationReference = C8FC437A530BA95D0F767877742F52E8 /* SwiftyDropbox.debug.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Roxas/Roxas-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Roxas/Roxas.modulemap; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyDropbox/SwiftyDropbox-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Roxas; - PRODUCT_NAME = Roxas; + PRODUCT_MODULE_NAME = SwiftyDropbox; + PRODUCT_NAME = SwiftyDropbox; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; + 76A2452CF2676AF02FB36AB30376A645 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA54E632D567E615B08CD945946BA30C /* DeltaCore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DeltaCore"; + IBSC_MODULE = DeltaCore; + INFOPLIST_FILE = "Target Support Files/DeltaCore/ResourceBundle-DeltaCore-DeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = DeltaCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 78B14596BCCE0490AC3A00B219931076 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A0082D3F46835BE2D0939FDB289C6E65 /* Pods-Delta.debug.xcconfig */; @@ -13340,16 +13301,16 @@ }; name = Debug; }; - 7CD8031F868173D56EA3409C66325FF8 /* Release */ = { + 7D2082EB86DA19D80C7C6E01D33EB885 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B0765CD98C1CE1F2F85791B602FF2798 /* DeltaCore.release.xcconfig */; + baseConfigurationReference = 48B37C8C22C518C72C0677EACF6B53BB /* NESDeltaCore.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DeltaCore"; - IBSC_MODULE = DeltaCore; - INFOPLIST_FILE = "Target Support Files/DeltaCore/ResourceBundle-DeltaCore-DeltaCore-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/NESDeltaCore"; + IBSC_MODULE = NESDeltaCore; + INFOPLIST_FILE = "Target Support Files/NESDeltaCore/ResourceBundle-NESDeltaCore-NESDeltaCore-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = DeltaCore; + PRODUCT_NAME = NESDeltaCore; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -13357,20 +13318,28 @@ }; name = Release; }; - 8445EEC0C8C0A8D6B8EFE16BEAA48295 /* Release */ = { + 810C04EA830196881C48B74DC4595E4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FD2F697B1A15BE95A6A49DE449DC9880 /* GBCDeltaCore.release.xcconfig */; + baseConfigurationReference = B0765CD98C1CE1F2F85791B602FF2798 /* DeltaCore.release.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GBCDeltaCore"; - IBSC_MODULE = GBCDeltaCore; - INFOPLIST_FILE = "Target Support Files/GBCDeltaCore/ResourceBundle-GBCDeltaCore-GBCDeltaCore-Info.plist"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/DeltaCore/DeltaCore-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = GBCDeltaCore; + MODULEMAP_FILE = Headers/Public/DeltaCore/DeltaCore.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DeltaCore; + PRODUCT_NAME = DeltaCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; + VALIDATE_PRODUCT = YES; }; name = Release; }; @@ -13399,6 +13368,23 @@ }; name = Release; }; + 85A7C2287CDCB70122719ABB7C4A67B6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3FC5C25A1E62C26E9D6FAD2F32C223B9 /* N64DeltaCore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/N64DeltaCore"; + IBSC_MODULE = N64DeltaCore; + INFOPLIST_FILE = "Target Support Files/N64DeltaCore/ResourceBundle-Mupen64Plus-N64DeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = Mupen64Plus; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -13461,7 +13447,33 @@ }; name = Release; }; - 8D45177E87F78EE6B88B62BFF1CFDEB9 /* Debug */ = { + 90356B91C163F463440237F73F8FAED1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9751757B32305955DA6674D065A4EE46 /* Roxas.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Roxas/Roxas-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Roxas/Roxas.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Roxas; + PRODUCT_NAME = Roxas; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9175D232591CACE33E954E3945EC5DD6 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = EA54E632D567E615B08CD945946BA30C /* DeltaCore.debug.xcconfig */; buildSettings = { @@ -13485,47 +13497,22 @@ }; name = Debug; }; - 8DF57C7CDA98D1B89E161EE1C8C2D598 /* Release */ = { + 92DE9AEC20743A668216D99CEA273194 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = B0765CD98C1CE1F2F85791B602FF2798 /* DeltaCore.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DeltaCore/DeltaCore-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MODULEMAP_FILE = Headers/Public/DeltaCore/DeltaCore.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DeltaCore; - PRODUCT_NAME = DeltaCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 8F3277DEFA43486E4B089E633BACA046 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3878924447484A466599DC5D45CF9CAF /* DSDeltaCore.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DSDeltaCore"; - IBSC_MODULE = DSDeltaCore; - INFOPLIST_FILE = "Target Support Files/DSDeltaCore/ResourceBundle-DSDeltaCore-DSDeltaCore-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DeltaCore"; + IBSC_MODULE = DeltaCore; + INFOPLIST_FILE = "Target Support Files/DeltaCore/ResourceBundle-DeltaCore-DeltaCore-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = DSDeltaCore; + PRODUCT_NAME = DeltaCore; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; 99FB94707B9559CB88ACBC1B6D5AA3F1 /* Debug */ = { isa = XCBuildConfiguration; @@ -13551,23 +13538,6 @@ }; name = Debug; }; - 9F503AC19895E4AA4B6758B455A5C8FD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F4A46C0ABE96F3E6D87318355F32F3A7 /* N64DeltaCore.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/N64DeltaCore"; - IBSC_MODULE = N64DeltaCore; - INFOPLIST_FILE = "Target Support Files/N64DeltaCore/ResourceBundle-Mupen64Plus-N64DeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = Mupen64Plus; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; A007F0B433498BAF248DAC2BB2F35CB8 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1DFD1D3FB89CFCF0208D414DDE2C3D83 /* NESDeltaCore.debug.xcconfig */; @@ -13592,6 +13562,31 @@ }; name = Debug; }; + A3714F90F0F76A96C14ED4295FB95568 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ED35BD7CEBCA503A70D78F2DAB3349B6 /* ZIPFoundation.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/ZIPFoundation/ZIPFoundation-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/ZIPFoundation/ZIPFoundation.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ZIPFoundation; + PRODUCT_NAME = ZIPFoundation; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; B2D82D8390675204C44903B86B7977E7 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3B7FD5DF96760E0D16B8DD3B4CBD5A59 /* Pods-DeltaPreviews.release.xcconfig */; @@ -13639,43 +13634,26 @@ }; name = Debug; }; - B744CD368639AEAFFE212F74DEA1CA6F /* Debug */ = { + B402EF1125B76D52086CB3C6BE7FDB32 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 08084DF35F961C1DB3E9B2E8ED60EFB7 /* GBCDeltaCore.debug.xcconfig */; + baseConfigurationReference = 5CA49EC9478356DE77A7F75F21D362CA /* MelonDSDeltaCore.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GBCDeltaCore"; - IBSC_MODULE = GBCDeltaCore; - INFOPLIST_FILE = "Target Support Files/GBCDeltaCore/ResourceBundle-GBCDeltaCore-GBCDeltaCore-Info.plist"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MelonDSDeltaCore"; + IBSC_MODULE = MelonDSDeltaCore; + INFOPLIST_FILE = "Target Support Files/MelonDSDeltaCore/ResourceBundle-melonDS-MelonDSDeltaCore-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = GBCDeltaCore; + PRODUCT_NAME = melonDS; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; - B907D0D84EA8DD3265EBE5D2CDD275EA /* Debug */ = { + B7F73FB7F8B1941501E068A4EF467152 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EA54E632D567E615B08CD945946BA30C /* DeltaCore.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DeltaCore"; - IBSC_MODULE = DeltaCore; - INFOPLIST_FILE = "Target Support Files/DeltaCore/ResourceBundle-DeltaCore-DeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = DeltaCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - B97FB74446D5491A9CC0ADBCF0C13841 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 28382F5C12A6F8376FEFD601A04F351E /* GBADeltaCore.debug.xcconfig */; + baseConfigurationReference = 77B25B584DEB91D5A2E01AF428205DF8 /* GBADeltaCore.release.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/GBADeltaCore"; @@ -13688,7 +13666,7 @@ TARGETED_DEVICE_FAMILY = "1,2"; WRAPPER_EXTENSION = bundle; }; - name = Debug; + name = Release; }; B98970F608E92E30515B20D0E2FAD7B2 /* Debug */ = { isa = XCBuildConfiguration; @@ -13715,6 +13693,23 @@ }; name = Debug; }; + BDB296E33BB1B3C81F20FE50F9E5B931 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 954ABDE364FCE24122E00A1B9A644CEA /* SNESDeltaCore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SNESDeltaCore"; + IBSC_MODULE = SNESDeltaCore; + INFOPLIST_FILE = "Target Support Files/SNESDeltaCore/ResourceBundle-SNESDeltaCore-SNESDeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = SNESDeltaCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; BFD8847AA3CEFEE7CFDC1FEF0DBBCE0E /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 77B25B584DEB91D5A2E01AF428205DF8 /* GBADeltaCore.release.xcconfig */; @@ -13765,21 +13760,21 @@ }; name = Release; }; - C84640A2A8ABF659AF2783CF591BBD56 /* Release */ = { + C6CD7F2F0D02D843F1A260231B40116B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ED35BD7CEBCA503A70D78F2DAB3349B6 /* ZIPFoundation.release.xcconfig */; + baseConfigurationReference = 193A454157C8C6A24ACC9D99E499082F /* GTMSessionFetcher.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ZIPFoundation/ZIPFoundation-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/ZIPFoundation/ZIPFoundation.modulemap; + MODULEMAP_FILE = Headers/Public/GTMSessionFetcher/GTMSessionFetcher.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ZIPFoundation; - PRODUCT_NAME = ZIPFoundation; + PRODUCT_MODULE_NAME = GTMSessionFetcher; + PRODUCT_NAME = GTMSessionFetcher; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -13790,23 +13785,6 @@ }; name = Release; }; - CA401B8DE6DB62B31E5024B881EB87CF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 48B37C8C22C518C72C0677EACF6B53BB /* NESDeltaCore.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/NESDeltaCore"; - IBSC_MODULE = NESDeltaCore; - INFOPLIST_FILE = "Target Support Files/NESDeltaCore/ResourceBundle-NESDeltaCore-NESDeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = NESDeltaCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; CF643267D6E2BD9481247DC3C62FDC72 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3FC5C25A1E62C26E9D6FAD2F32C223B9 /* N64DeltaCore.debug.xcconfig */; @@ -13831,40 +13809,6 @@ }; name = Debug; }; - CFED382EC207ACE9AAE5D6F589EB553C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 68A5300F3188F31B9006F34795F04024 /* DSDeltaCore.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DSDeltaCore"; - IBSC_MODULE = DSDeltaCore; - INFOPLIST_FILE = "Target Support Files/DSDeltaCore/ResourceBundle-DSDeltaCore-DSDeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = DSDeltaCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - D14ECED8B69F849A1880F2C7ADBE25A8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 698A11ECCAF009BA9765514FEF63E5D2 /* SNESDeltaCore.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SNESDeltaCore"; - IBSC_MODULE = SNESDeltaCore; - INFOPLIST_FILE = "Target Support Files/SNESDeltaCore/ResourceBundle-SNESDeltaCore-SNESDeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = SNESDeltaCore; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; D99A25D85E0373E4BC96998F090FA60F /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = AEFAE3E9B343C1CDFF915B599F19CA1F /* GoogleSignIn.release.xcconfig */; @@ -13907,54 +13851,6 @@ }; name = Debug; }; - DC7F2034376156FE5F254CF78698872A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C8FC437A530BA95D0F767877742F52E8 /* SwiftyDropbox.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SwiftyDropbox/SwiftyDropbox-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SwiftyDropbox; - PRODUCT_NAME = SwiftyDropbox; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E1B18B7546A6F1D88DA01C24DC8D3F3E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3B2821BE0AF15BECA7CDBEBDE5872A8B /* GTMSessionFetcher.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GTMSessionFetcher/GTMSessionFetcher-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/GTMSessionFetcher/GTMSessionFetcher.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GTMSessionFetcher; - PRODUCT_NAME = GTMSessionFetcher; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; E2883DD59E5494A0B2B50F718382BC5B /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B4D38DC4943458B206CF968D39CC9F90 /* Alamofire.debug.xcconfig */; @@ -13979,22 +13875,22 @@ }; name = Debug; }; - ECE9E6617DE2E2851FAAF55769DEEAF2 /* Release */ = { + E403522E5132033AD0FF526EB2508646 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9751757B32305955DA6674D065A4EE46 /* Roxas.release.xcconfig */; + baseConfigurationReference = 1F39C49879E468FDCAE9EF19598A5089 /* Harmony.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Roxas/Roxas-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Harmony/Harmony-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 12.0; - MODULEMAP_FILE = Headers/Public/Roxas/Roxas.modulemap; + MODULEMAP_FILE = Headers/Public/Harmony/Harmony.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Roxas; - PRODUCT_NAME = Roxas; + PRODUCT_MODULE_NAME = Harmony; + PRODUCT_NAME = Harmony; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -14005,6 +13901,107 @@ }; name = Release; }; + E4BA2572CACCA15332028041FD596956 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D7091B96BF497B2A08ABE8C94D16EA5A /* MelonDSDeltaCore.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MelonDSDeltaCore"; + IBSC_MODULE = MelonDSDeltaCore; + INFOPLIST_FILE = "Target Support Files/MelonDSDeltaCore/ResourceBundle-melonDS-MelonDSDeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = melonDS; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + EA59FD7E3ABCCAF5150845E6A38DA856 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C1FE760E558FC2D00F3FA074DAEBD50B /* Harmony.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Harmony/Harmony-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MODULEMAP_FILE = Headers/Public/Harmony/Harmony.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Harmony; + PRODUCT_NAME = Harmony; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EDD4C5C7F6E8630A0E93497AFAFFAD31 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 698A11ECCAF009BA9765514FEF63E5D2 /* SNESDeltaCore.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/SNESDeltaCore"; + IBSC_MODULE = SNESDeltaCore; + INFOPLIST_FILE = "Target Support Files/SNESDeltaCore/ResourceBundle-SNESDeltaCore-SNESDeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = SNESDeltaCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + EE8D34A402FB8F129B5939D3D92076E7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 68A5300F3188F31B9006F34795F04024 /* DSDeltaCore.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/DSDeltaCore"; + IBSC_MODULE = DSDeltaCore; + INFOPLIST_FILE = "Target Support Files/DSDeltaCore/ResourceBundle-DSDeltaCore-DSDeltaCore-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + PRODUCT_NAME = DSDeltaCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + F0CEBF7F6A99EFD3162C0F2A7ADEC437 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 28C3AE8E531857486855B0720133A73D /* SwiftyDropbox.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SwiftyDropbox/SwiftyDropbox-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/SwiftyDropbox/SwiftyDropbox.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SwiftyDropbox; + PRODUCT_NAME = SwiftyDropbox; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; F1D3EE1C398FB791CF83F37B1D42CB72 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 87EA4ACE5DC858F69B49BB34E15E004E /* SQLite.swift.release.xcconfig */; @@ -14076,22 +14073,29 @@ }; name = Debug; }; - FD7F566170EB7BBCB25F43EBDEEA5B59 /* Release */ = { + FC9CEDF7267446DDDFE07A9F660488BF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5CA49EC9478356DE77A7F75F21D362CA /* MelonDSDeltaCore.release.xcconfig */; + baseConfigurationReference = 10227D1539D1C1A46D5538C914C01097 /* ZIPFoundation.debug.xcconfig */; buildSettings = { - CODE_SIGNING_ALLOWED = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MelonDSDeltaCore"; - IBSC_MODULE = MelonDSDeltaCore; - INFOPLIST_FILE = "Target Support Files/MelonDSDeltaCore/ResourceBundle-melonDS-MelonDSDeltaCore-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - PRODUCT_NAME = melonDS; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/ZIPFoundation/ZIPFoundation-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/ZIPFoundation/ZIPFoundation.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ZIPFoundation; + PRODUCT_NAME = ZIPFoundation; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; }; - name = Release; + name = Debug; }; /* End XCBuildConfiguration section */ @@ -14105,6 +14109,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 05C683F865943BFBCE8FEF6B8491579D /* Build configuration list for PBXNativeTarget "DeltaCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9175D232591CACE33E954E3945EC5DD6 /* Debug */, + 810C04EA830196881C48B74DC4595E4A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 07FCA5513B0EC4497E3BE9547647F95F /* Build configuration list for PBXNativeTarget "MelonDSDeltaCore" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14123,29 +14136,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 13FE90A7CCA8AF123680A727FBF684E7 /* Build configuration list for PBXNativeTarget "Harmony" */ = { + 0A36FBEADA77FDD7BB261CA597FF56E8 /* Build configuration list for PBXNativeTarget "SwiftyDropbox" */ = { isa = XCConfigurationList; buildConfigurations = ( - 26A28FF3B409A6DF708C31D70A7A82AF /* Debug */, - 5FDBA3A02A4B1A9AB7A8B9F6B75F2127 /* Release */, + 70A4CB2725CCD1E2F503C3C7287FA790 /* Debug */, + F0CEBF7F6A99EFD3162C0F2A7ADEC437 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 15C3984358646E5B8760B3E09E66E5BD /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */ = { + 1B7421B88F07747D9DA75CFD518D1CFB /* Build configuration list for PBXNativeTarget "N64DeltaCore-Mupen64Plus" */ = { isa = XCConfigurationList; buildConfigurations = ( - E1B18B7546A6F1D88DA01C24DC8D3F3E /* Debug */, - 464FC6A376971B2643E3543540E3A86F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1F54FE6953C101B149B8DD16DCB1CDE5 /* Build configuration list for PBXNativeTarget "ZIPFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 657B0C7E3A0624A2C981FCED1BAFD7D8 /* Debug */, - C84640A2A8ABF659AF2783CF591BBD56 /* Release */, + 85A7C2287CDCB70122719ABB7C4A67B6 /* Debug */, + 228B7C8A5EC8051A94C159C91AF86FBA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -14177,11 +14181,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D5A54FDED4A7179D9BEE211516C497A /* Build configuration list for PBXNativeTarget "SwiftyDropbox" */ = { + 31133316F9569002A7ACA39C6D6E2296 /* Build configuration list for PBXNativeTarget "NESDeltaCore-NESDeltaCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - DC7F2034376156FE5F254CF78698872A /* Debug */, - 6B635908D57F89FE70B95E99794A91AD /* Release */, + 4DA0979731327BE2A16D929D419A546B /* Debug */, + 7D2082EB86DA19D80C7C6E01D33EB885 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3ED9CFBB3968527AD07F671A214BC453 /* Build configuration list for PBXNativeTarget "MelonDSDeltaCore-melonDS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E4BA2572CACCA15332028041FD596956 /* Debug */, + B402EF1125B76D52086CB3C6BE7FDB32 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -14195,15 +14208,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 45FB004D28DF7713FCE05BABB08F0084 /* Build configuration list for PBXNativeTarget "DSDeltaCore-DSDeltaCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8F3277DEFA43486E4B089E633BACA046 /* Debug */, - CFED382EC207ACE9AAE5D6F589EB553C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14213,6 +14217,42 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 502A21FC00492EAB1CE819D9DD6DDDF1 /* Build configuration list for PBXNativeTarget "GBADeltaCore-GBADeltaCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 09474E1C4563C8250DA4127B3A657850 /* Debug */, + B7F73FB7F8B1941501E068A4EF467152 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5072655917BBB67F9801D0A8F62BD585 /* Build configuration list for PBXNativeTarget "ZIPFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FC9CEDF7267446DDDFE07A9F660488BF /* Debug */, + A3714F90F0F76A96C14ED4295FB95568 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 553484404B37367D745C6C18D7B67342 /* Build configuration list for PBXNativeTarget "GTMSessionFetcher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1CB432A1E6E78C7D200FCD1F829B03D4 /* Debug */, + C6CD7F2F0D02D843F1A260231B40116B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 587A188C2B419B8E0A32315261D68F93 /* Build configuration list for PBXNativeTarget "DSDeltaCore-DSDeltaCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1B7ECC44548171F130BD94763BBE3574 /* Debug */, + EE8D34A402FB8F129B5939D3D92076E7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5B5FED3C22EDD8397D3FB134C41BBF1C /* Build configuration list for PBXNativeTarget "AppAuth" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14222,15 +14262,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5B99F876C35088BD2F392C5D99DEF178 /* Build configuration list for PBXNativeTarget "MelonDSDeltaCore-melonDS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 38F6381D40659CD0FF1582F1A297E2AF /* Debug */, - FD7F566170EB7BBCB25F43EBDEEA5B59 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 62C3F3342AAC4D9F5A49440A45D6F8C1 /* Build configuration list for PBXNativeTarget "SMCalloutView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14285,47 +14316,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AE312531CB5FAF0A8F33EF44620D967F /* Build configuration list for PBXNativeTarget "DeltaCore" */ = { + AE4BD074638A3B64747B23CD8010A4CB /* Build configuration list for PBXNativeTarget "Harmony" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8D45177E87F78EE6B88B62BFF1CFDEB9 /* Debug */, - 8DF57C7CDA98D1B89E161EE1C8C2D598 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - BFAEFAA2022CF191FAB624BE10CC431D /* Build configuration list for PBXNativeTarget "GBCDeltaCore-GBCDeltaCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B744CD368639AEAFFE212F74DEA1CA6F /* Debug */, - 8445EEC0C8C0A8D6B8EFE16BEAA48295 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C1F673E86C26D6F7A50D5A9A14416F30 /* Build configuration list for PBXNativeTarget "GBADeltaCore-GBADeltaCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B97FB74446D5491A9CC0ADBCF0C13841 /* Debug */, - 03ECFAC774A65027B30D59A14EAA5490 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C253C82C10DBED14A31FAAB8EA68A31D /* Build configuration list for PBXNativeTarget "SNESDeltaCore-SNESDeltaCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3E595BE5E2ECD5F61B3A69D7DF977299 /* Debug */, - D14ECED8B69F849A1880F2C7ADBE25A8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C90348964A455391E864013C755AC9C5 /* Build configuration list for PBXNativeTarget "N64DeltaCore-Mupen64Plus" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 60019BD80CB4F166A08404AC903394B3 /* Debug */, - 9F503AC19895E4AA4B6758B455A5C8FD /* Release */, + EA59FD7E3ABCCAF5150845E6A38DA856 /* Debug */, + E403522E5132033AD0FF526EB2508646 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -14339,6 +14334,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + CF0F96418DCFA9CA2F51E9F990A7770D /* Build configuration list for PBXNativeTarget "DeltaCore-DeltaCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 76A2452CF2676AF02FB36AB30376A645 /* Debug */, + 92DE9AEC20743A668216D99CEA273194 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D584C13DB0F31BBF4E687A5EBAA136A2 /* Build configuration list for PBXNativeTarget "SQLite.swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -14348,29 +14352,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D8E4C08C5C524EA03C2FACF479A330C4 /* Build configuration list for PBXNativeTarget "NESDeltaCore-NESDeltaCore" */ = { + E29A7524B0D7A39B018F324E61B3328F /* Build configuration list for PBXNativeTarget "Roxas" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6B2DFE3B33F709AB240A2A17643ED8DD /* Debug */, - CA401B8DE6DB62B31E5024B881EB87CF /* Release */, + 54CEC34AF5C74CE946F0F92440D71967 /* Debug */, + 90356B91C163F463440237F73F8FAED1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED346A4A912D585AFE2BF0E8F4DF04D5 /* Build configuration list for PBXNativeTarget "DeltaCore-DeltaCore" */ = { + E79749B9272E2F0006E6A8D8A95DE51B /* Build configuration list for PBXNativeTarget "SNESDeltaCore-SNESDeltaCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - B907D0D84EA8DD3265EBE5D2CDD275EA /* Debug */, - 7CD8031F868173D56EA3409C66325FF8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EF12038FAA9FFCAB3D923BCBE37F118C /* Build configuration list for PBXNativeTarget "Roxas" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 722D579D3EB08EFA08066F031C10D826 /* Debug */, - ECE9E6617DE2E2851FAAF55769DEEAF2 /* Release */, + BDB296E33BB1B3C81F20FE50F9E5B931 /* Debug */, + EDD4C5C7F6E8630A0E93497AFAFFAD31 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -14384,6 +14379,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + FAEA4E85CAB6D85D4E2B76423F09B26B /* Build configuration list for PBXNativeTarget "GBCDeltaCore-GBCDeltaCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2E8E5E4C53B22EEF8F489D88C1F24670 /* Debug */, + 5FC8938002304037A11D92301FD94728 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ /* Begin XCVersionGroup section */