Skip to content

Commit 69605ab

Browse files
JoeMattSeiRyu
authored andcommitted
AppStore remove 3ds, fix other refs
1 parent fde7921 commit 69605ab

1 file changed

Lines changed: 23 additions & 11 deletions

File tree

Provenance.xcodeproj/project.pbxproj

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,6 @@
15211521
B37CE7C1293F287D0010B746 /* PVFreeIntv.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37CE7C0293F287D0010B746 /* PVFreeIntv.framework */; };
15221522
B37CE7C2293F287D0010B746 /* PVFreeIntv.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B37CE7C0293F287D0010B746 /* PVFreeIntv.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
15231523
B37D30B527BCD82B00C01114 /* Moveable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B37D30B427BCD82B00C01114 /* Moveable.swift */; };
1524-
B37F6A742BE7613200B499E3 /* PVEmuThree.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37F6A732BE7613200B499E3 /* PVEmuThree.framework */; platformFilter = ios; };
1525-
B37F6A752BE7613200B499E3 /* PVEmuThree.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B37F6A732BE7613200B499E3 /* PVEmuThree.framework */; platformFilter = ios; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
15261524
B381A27C292639E400305322 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B381A27B292639E200305322 /* UIKit.framework */; };
15271525
B382C635278E5055007E61FE /* PVEmulatorViewController+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = B382C632278E5054007E61FE /* PVEmulatorViewController+Audio.swift */; };
15281526
B382C636278E5055007E61FE /* PVEmulatorViewController+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = B382C632278E5054007E61FE /* PVEmulatorViewController+Audio.swift */; };
@@ -1846,9 +1844,9 @@
18461844
B394CDD52BDEE53A006B63E8 /* Scale4x.fsh in Resources */ = {isa = PBXBuildFile; fileRef = B36703582896314200F75595 /* Scale4x.fsh */; };
18471845
B394CDD72BDEE53A006B63E8 /* OmniScaleLegacy.fsh in Resources */ = {isa = PBXBuildFile; fileRef = B36703592896314200F75595 /* OmniScaleLegacy.fsh */; };
18481846
B394CDD92BDEE53A006B63E8 /* GLES in Resources */ = {isa = PBXBuildFile; fileRef = B3427C0C287EA5030054C1B5 /* GLES */; };
1849-
B394CDEA2BDF7018006B63E8 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */; };
1850-
B394CDEB2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */; };
1851-
B394CDEC2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */; };
1847+
B394CDEA2BDF7018006B63E8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */; };
1848+
B394CDEB2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */; };
1849+
B394CDEC2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */; };
18521850
B3976927285A020800558958 /* PVDOSControllerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3976926285A020800558958 /* PVDOSControllerViewController.swift */; };
18531851
B3976928285A020800558958 /* PVDOSControllerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3976926285A020800558958 /* PVDOSControllerViewController.swift */; };
18541852
B398800D27A521AC004DEFCA /* ConflictsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B398800C27A521AC004DEFCA /* ConflictsController.swift */; };
@@ -2006,6 +2004,7 @@
20062004
B3EF26EC2BE7F8DD0066D4B6 /* libxml2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF26EB2BE7F8DD0066D4B6 /* libxml2.tbd */; };
20072005
B3EF26EE2BE7F8EC0066D4B6 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF26ED2BE7F8EC0066D4B6 /* libc++.tbd */; };
20082006
B3EF26F02BE7F9690066D4B6 /* libc.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF26EF2BE7F9690066D4B6 /* libc.tbd */; };
2007+
B3EF26112BE7678E0066D4B6 /* TopShelf.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = BE9FDCB71C210B9E0046DF0E /* TopShelf.appex */; platformFilters = (tvos, ); settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
20092008
B3F43DCF2168075200CDD40A /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B3F43DCE2168075200CDD40A /* Settings.bundle */; };
20102009
B3F43DD02168075200CDD40A /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B3F43DCE2168075200CDD40A /* Settings.bundle */; };
20112010
B3F43DE22169DB4000CDD40A /* SystemsSettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F43DE12169DB4000CDD40A /* SystemsSettingsTableViewController.swift */; };
@@ -2925,6 +2924,13 @@
29252924
remoteGlobalIDString = BE9FDCB61C210B9E0046DF0E;
29262925
remoteInfo = TopShelf;
29272926
};
2927+
B3EF26122BE7678E0066D4B6 /* PBXContainerItemProxy */ = {
2928+
isa = PBXContainerItemProxy;
2929+
containerPortal = 1A3D408C17B2DCE4004DFFFC /* Project object */;
2930+
proxyType = 1;
2931+
remoteGlobalIDString = BE9FDCB61C210B9E0046DF0E;
2932+
remoteInfo = TopShelf;
2933+
};
29282934
B3F7E297297736BE00362B92 /* PBXContainerItemProxy */ = {
29292935
isa = PBXContainerItemProxy;
29302936
containerPortal = 1A3D408C17B2DCE4004DFFFC /* Project object */;
@@ -3250,7 +3256,6 @@
32503256
B394CD652BDEE53A006B63E8 /* PVMupen64PlusVideoGlideN64.framework in Embed Frameworks */,
32513257
B394CD662BDEE53A006B63E8 /* PVGBA.framework in Embed Frameworks */,
32523258
B394CD672BDEE53A006B63E8 /* PVMupen64PlusVideoRice.framework in Embed Frameworks */,
3253-
B37F6A752BE7613200B499E3 /* PVEmuThree.framework in Embed Frameworks */,
32543259
B394CD682BDEE53A006B63E8 /* PVBliss.framework in Embed Frameworks */,
32553260
B394CD692BDEE53A006B63E8 /* PVMupen64Plus.framework in Embed Frameworks */,
32563261
);
@@ -3517,7 +3522,7 @@
35173522
37EEA29927BC7E610070E222 /* ConsoleGamesView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConsoleGamesView.swift; sourceTree = "<group>"; };
35183523
423BB97A17DD35B10048F457 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
35193524
42BC83A817E6775E00E9A607 /* PVGameLibrarySectionHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PVGameLibrarySectionHeaderView.swift; sourceTree = "<group>"; };
3520-
551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
3525+
551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
35213526
551DA2FD2ABF8006004BA3E9 /* LaunchImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LaunchImage.png; sourceTree = "<group>"; };
35223527
5525388625574D48004B00B6 /* PVTGBDual.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = PVTGBDual.framework; sourceTree = BUILT_PRODUCTS_DIR; };
35233528
555454412AC09997006A065F /* LaunchImageTV.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LaunchImageTV.png; sourceTree = "<group>"; };
@@ -4608,7 +4613,6 @@
46084613
B394CD8E2BDEE53A006B63E8 /* Security.framework in Frameworks */,
46094614
B394CD8F2BDEE53A006B63E8 /* PVTGBDual.framework in Frameworks */,
46104615
B394CD902BDEE53A006B63E8 /* PVBliss.framework in Frameworks */,
4611-
B37F6A742BE7613200B499E3 /* PVEmuThree.framework in Frameworks */,
46124616
B394CD912BDEE53A006B63E8 /* PVFCEU.framework in Frameworks */,
46134617
B394CD922BDEE53A006B63E8 /* PVStella.framework in Frameworks */,
46144618
B394CD932BDEE53A006B63E8 /* PVAtari800.framework in Frameworks */,
@@ -7200,7 +7204,7 @@
72007204
files = (
72017205
930499C92A93073800BF257F /* modules in Resources */,
72027206
930499CA2A93073800BF257F /* InfoPlist.strings in Resources */,
7203-
B394CDEC2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */,
7207+
B394CDEC2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */,
72047208
930499CB2A93073800BF257F /* Strings.strings in Resources */,
72057209
930499CC2A93073800BF257F /* HQ2x.fsh in Resources */,
72067210
930499CD2A93073800BF257F /* AAScale2x.fsh in Resources */,
@@ -7470,7 +7474,7 @@
74707474
files = (
74717475
9368551E2A8956220087FE6B /* modules in Resources */,
74727476
B3F7E3C5297736BE00362B92 /* InfoPlist.strings in Resources */,
7473-
B394CDEB2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */,
7477+
B394CDEB2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */,
74747478
B3F7E3C6297736BE00362B92 /* Strings.strings in Resources */,
74757479
B3F7E3C7297736BE00362B92 /* HQ2x.fsh in Resources */,
74767480
B3F7E3C8297736BE00362B92 /* AAScale2x.fsh in Resources */,
@@ -7511,7 +7515,7 @@
75117515
files = (
75127516
B3F7E551297736C200362B92 /* modules in Resources */,
75137517
B3F7E552297736C200362B92 /* InfoPlist.strings in Resources */,
7514-
B394CDEA2BDF7018006B63E8 /* Launch Screen.storyboard in Resources */,
7518+
B394CDEA2BDF7018006B63E8 /* LaunchScreen.storyboard in Resources */,
75157519
B3F7E553297736C200362B92 /* Strings.strings in Resources */,
75167520
B3F7E554297736C200362B92 /* HQ2x.fsh in Resources */,
75177521
B3F7E555297736C200362B92 /* AAScale2x.fsh in Resources */,
@@ -10046,6 +10050,14 @@
1004610050
target = B3C8A6BB2878238C0037A946 /* CoresRetro */;
1004710051
targetProxy = B3C8A6B628781EBC0037A946 /* PBXContainerItemProxy */;
1004810052
};
10053+
B3EF26132BE7678E0066D4B6 /* PBXTargetDependency */ = {
10054+
isa = PBXTargetDependency;
10055+
platformFilters = (
10056+
tvos,
10057+
);
10058+
target = BE9FDCB61C210B9E0046DF0E /* TopShelf */;
10059+
targetProxy = B3EF26122BE7678E0066D4B6 /* PBXContainerItemProxy */;
10060+
};
1004910061
B3F7E296297736BE00362B92 /* PBXTargetDependency */ = {
1005010062
isa = PBXTargetDependency;
1005110063
target = B383225D26ED9C530029D12F /* Check Git Submodules */;

0 commit comments

Comments
 (0)