Skip to content

Commit b23251e

Browse files
committed
AppStore remove 3ds, fix other refs
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
1 parent 9137012 commit b23251e

1 file changed

Lines changed: 25 additions & 11 deletions

File tree

Provenance.xcodeproj/project.pbxproj

Lines changed: 25 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 */; };
@@ -1847,9 +1845,9 @@
18471845
B394CDD52BDEE53A006B63E8 /* Scale4x.fsh in Resources */ = {isa = PBXBuildFile; fileRef = B36703582896314200F75595 /* Scale4x.fsh */; };
18481846
B394CDD72BDEE53A006B63E8 /* OmniScaleLegacy.fsh in Resources */ = {isa = PBXBuildFile; fileRef = B36703592896314200F75595 /* OmniScaleLegacy.fsh */; };
18491847
B394CDD92BDEE53A006B63E8 /* GLES in Resources */ = {isa = PBXBuildFile; fileRef = B3427C0C287EA5030054C1B5 /* GLES */; };
1850-
B394CDEA2BDF7018006B63E8 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */; };
1851-
B394CDEB2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */; };
1852-
B394CDEC2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */; };
1848+
B394CDEA2BDF7018006B63E8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */; };
1849+
B394CDEB2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */; };
1850+
B394CDEC2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */; };
18531851
B3976927285A020800558958 /* PVDOSControllerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3976926285A020800558958 /* PVDOSControllerViewController.swift */; };
18541852
B3976928285A020800558958 /* PVDOSControllerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3976926285A020800558958 /* PVDOSControllerViewController.swift */; };
18551853
B398800D27A521AC004DEFCA /* ConflictsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B398800C27A521AC004DEFCA /* ConflictsController.swift */; };
@@ -2003,6 +2001,7 @@
20032001
B3EEEDB42920B0D5008E2603 /* QuickLookThumbnailing.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B355DFFF2920AA2100E4C858 /* QuickLookThumbnailing.framework */; };
20042002
B3EEEDB52920B0D5008E2603 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EEED9F2920B099008E2603 /* Quartz.framework */; };
20052003
B3EEEDB82920B0DB008E2603 /* ThumbnailProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3EEEDB72920B0DB008E2603 /* ThumbnailProvider.swift */; };
2004+
B3EF26112BE7678E0066D4B6 /* TopShelf.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = BE9FDCB71C210B9E0046DF0E /* TopShelf.appex */; platformFilters = (tvos, ); settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
20062005
B3F43DCF2168075200CDD40A /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B3F43DCE2168075200CDD40A /* Settings.bundle */; };
20072006
B3F43DD02168075200CDD40A /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B3F43DCE2168075200CDD40A /* Settings.bundle */; };
20082007
B3F43DE22169DB4000CDD40A /* SystemsSettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F43DE12169DB4000CDD40A /* SystemsSettingsTableViewController.swift */; };
@@ -2915,6 +2914,13 @@
29152914
remoteGlobalIDString = BE9FDCB61C210B9E0046DF0E;
29162915
remoteInfo = TopShelf;
29172916
};
2917+
B3EF26122BE7678E0066D4B6 /* PBXContainerItemProxy */ = {
2918+
isa = PBXContainerItemProxy;
2919+
containerPortal = 1A3D408C17B2DCE4004DFFFC /* Project object */;
2920+
proxyType = 1;
2921+
remoteGlobalIDString = BE9FDCB61C210B9E0046DF0E;
2922+
remoteInfo = TopShelf;
2923+
};
29182924
B3F7E297297736BE00362B92 /* PBXContainerItemProxy */ = {
29192925
isa = PBXContainerItemProxy;
29202926
containerPortal = 1A3D408C17B2DCE4004DFFFC /* Project object */;
@@ -3240,7 +3246,6 @@
32403246
B394CD652BDEE53A006B63E8 /* PVMupen64PlusVideoGlideN64.framework in Embed Frameworks */,
32413247
B394CD662BDEE53A006B63E8 /* PVGBA.framework in Embed Frameworks */,
32423248
B394CD672BDEE53A006B63E8 /* PVMupen64PlusVideoRice.framework in Embed Frameworks */,
3243-
B37F6A752BE7613200B499E3 /* PVEmuThree.framework in Embed Frameworks */,
32443249
B394CD682BDEE53A006B63E8 /* PVBliss.framework in Embed Frameworks */,
32453250
B394CD692BDEE53A006B63E8 /* PVMupen64Plus.framework in Embed Frameworks */,
32463251
);
@@ -3254,6 +3259,7 @@
32543259
dstSubfolderSpec = 13;
32553260
files = (
32563261
B394CD6B2BDEE53A006B63E8 /* Spotlight.appex in Embed App Extensions */,
3262+
B3EF26112BE7678E0066D4B6 /* TopShelf.appex in Embed App Extensions */,
32573263
);
32583264
name = "Embed App Extensions";
32593265
runOnlyForDeploymentPostprocessing = 1;
@@ -3506,7 +3512,7 @@
35063512
37EEA29927BC7E610070E222 /* ConsoleGamesView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConsoleGamesView.swift; sourceTree = "<group>"; };
35073513
423BB97A17DD35B10048F457 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
35083514
42BC83A817E6775E00E9A607 /* PVGameLibrarySectionHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PVGameLibrarySectionHeaderView.swift; sourceTree = "<group>"; };
3509-
551DA2FB2ABF7E98004BA3E9 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
3515+
551DA2FB2ABF7E98004BA3E9 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
35103516
551DA2FD2ABF8006004BA3E9 /* LaunchImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LaunchImage.png; sourceTree = "<group>"; };
35113517
5525388625574D48004B00B6 /* PVTGBDual.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = PVTGBDual.framework; sourceTree = BUILT_PRODUCTS_DIR; };
35123518
555454412AC09997006A065F /* LaunchImageTV.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LaunchImageTV.png; sourceTree = "<group>"; };
@@ -4593,7 +4599,6 @@
45934599
B394CD8E2BDEE53A006B63E8 /* Security.framework in Frameworks */,
45944600
B394CD8F2BDEE53A006B63E8 /* PVTGBDual.framework in Frameworks */,
45954601
B394CD902BDEE53A006B63E8 /* PVBliss.framework in Frameworks */,
4596-
B37F6A742BE7613200B499E3 /* PVEmuThree.framework in Frameworks */,
45974602
B394CD912BDEE53A006B63E8 /* PVFCEU.framework in Frameworks */,
45984603
B394CD922BDEE53A006B63E8 /* PVStella.framework in Frameworks */,
45994604
B394CD932BDEE53A006B63E8 /* PVAtari800.framework in Frameworks */,
@@ -6686,6 +6691,7 @@
66866691
B394CC572BDEE53A006B63E8 /* PBXTargetDependency */,
66876692
B394CC592BDEE53A006B63E8 /* PBXTargetDependency */,
66886693
B394CC5B2BDEE53A006B63E8 /* PBXTargetDependency */,
6694+
B3EF26132BE7678E0066D4B6 /* PBXTargetDependency */,
66896695
);
66906696
name = "Provenance (AppStore)";
66916697
packageProductDependencies = (
@@ -7180,7 +7186,7 @@
71807186
files = (
71817187
930499C92A93073800BF257F /* modules in Resources */,
71827188
930499CA2A93073800BF257F /* InfoPlist.strings in Resources */,
7183-
B394CDEC2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */,
7189+
B394CDEC2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */,
71847190
930499CB2A93073800BF257F /* Strings.strings in Resources */,
71857191
930499CC2A93073800BF257F /* HQ2x.fsh in Resources */,
71867192
930499CD2A93073800BF257F /* AAScale2x.fsh in Resources */,
@@ -7448,7 +7454,7 @@
74487454
files = (
74497455
9368551E2A8956220087FE6B /* modules in Resources */,
74507456
B3F7E3C5297736BE00362B92 /* InfoPlist.strings in Resources */,
7451-
B394CDEB2BDF701A006B63E8 /* Launch Screen.storyboard in Resources */,
7457+
B394CDEB2BDF701A006B63E8 /* LaunchScreen.storyboard in Resources */,
74527458
B3F7E3C6297736BE00362B92 /* Strings.strings in Resources */,
74537459
B3F7E3C7297736BE00362B92 /* HQ2x.fsh in Resources */,
74547460
B3F7E3C8297736BE00362B92 /* AAScale2x.fsh in Resources */,
@@ -7489,7 +7495,7 @@
74897495
files = (
74907496
B3F7E551297736C200362B92 /* modules in Resources */,
74917497
B3F7E552297736C200362B92 /* InfoPlist.strings in Resources */,
7492-
B394CDEA2BDF7018006B63E8 /* Launch Screen.storyboard in Resources */,
7498+
B394CDEA2BDF7018006B63E8 /* LaunchScreen.storyboard in Resources */,
74937499
B3F7E553297736C200362B92 /* Strings.strings in Resources */,
74947500
B3F7E554297736C200362B92 /* HQ2x.fsh in Resources */,
74957501
B3F7E555297736C200362B92 /* AAScale2x.fsh in Resources */,
@@ -10016,6 +10022,14 @@
1001610022
target = B3C8A6BB2878238C0037A946 /* CoresRetro */;
1001710023
targetProxy = B3C8A6B628781EBC0037A946 /* PBXContainerItemProxy */;
1001810024
};
10025+
B3EF26132BE7678E0066D4B6 /* PBXTargetDependency */ = {
10026+
isa = PBXTargetDependency;
10027+
platformFilters = (
10028+
tvos,
10029+
);
10030+
target = BE9FDCB61C210B9E0046DF0E /* TopShelf */;
10031+
targetProxy = B3EF26122BE7678E0066D4B6 /* PBXContainerItemProxy */;
10032+
};
1001910033
B3F7E296297736BE00362B92 /* PBXTargetDependency */ = {
1002010034
isa = PBXTargetDependency;
1002110035
target = B383225D26ED9C530029D12F /* Check Git Submodules */;

0 commit comments

Comments
 (0)