Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Desmume2015 into appstore builds #2335

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 19 additions & 21 deletions Cores/Desmume2015/PVDesmume2015.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 55;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -118,11 +118,12 @@
B393138628710F9100372EBB /* arm_gen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B31B2E46272E2C9800FF72B9 /* arm_gen.cpp */; };
B3AFCF922977A7B100A01010 /* PVLogging in Frameworks */ = {isa = PBXBuildFile; productRef = B3AFCF912977A7B100A01010 /* PVLogging */; };
B3C7621520783162009950E4 /* PVDesmume2015.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C7621320783162009950E4 /* PVDesmume2015.h */; settings = {ATTRIBUTES = (Public, ); }; };
B3C7621D20783243009950E4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621C20783243009950E4 /* OpenGLES.framework */; platformFilter = ios; };
B3C7621D20783243009950E4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621C20783243009950E4 /* OpenGLES.framework */; platformFilters = (ios, tvos, xros, ); };
B3C7621F2078325C009950E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7621E2078325C009950E4 /* Foundation.framework */; };
B3C7622220783297009950E4 /* PVSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C7622120783297009950E4 /* PVSupport.framework */; };
B3C76225207833DE009950E4 /* PVDesmume2015Core.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C76223207833DE009950E4 /* PVDesmume2015Core.h */; settings = {ATTRIBUTES = (Public, ); }; };
B3C76226207833DE009950E4 /* PVDesmume2015Core.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3C76224207833DE009950E4 /* PVDesmume2015Core.mm */; };
B3EF26A02BE772890066D4B6 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF269F2BE772890066D4B6 /* OpenGL.framework */; platformFilters = (maccatalyst, macos, ); };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -695,6 +696,7 @@
B3C76223207833DE009950E4 /* PVDesmume2015Core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVDesmume2015Core.h; sourceTree = "<group>"; };
B3C76224207833DE009950E4 /* PVDesmume2015Core.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PVDesmume2015Core.mm; sourceTree = "<group>"; };
B3C7622720783510009950E4 /* Core.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Core.plist; sourceTree = "<group>"; };
B3EF269F2BE772890066D4B6 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -714,6 +716,7 @@
B3AFCF922977A7B100A01010 /* PVLogging in Frameworks */,
B35E6BF2207CD2680040709A /* AudioToolbox.framework in Frameworks */,
B339468B20783F48008DBAB4 /* libz.tbd in Frameworks */,
B3EF26A02BE772890066D4B6 /* OpenGL.framework in Frameworks */,
B39313802870FB9A00372EBB /* libdesmume2015.a in Frameworks */,
B339468920783F41008DBAB4 /* libpthread.tbd in Frameworks */,
B364D4B72870E7D300B93A4B /* PVLibRetro.framework in Frameworks */,
Expand Down Expand Up @@ -2243,6 +2246,7 @@
B3C7621B20783242009950E4 /* Frameworks */ = {
isa = PBXGroup;
children = (
B3EF269F2BE772890066D4B6 /* OpenGL.framework */,
B364D4BA2870E7DE00B93A4B /* PVLibRetro.framework */,
B364D4B62870E7D300B93A4B /* PVLibRetro.framework */,
B35E6BF1207CD2670040709A /* AudioToolbox.framework */,
Expand Down Expand Up @@ -2506,7 +2510,6 @@
B30178DA207C901D0051B93D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
Expand All @@ -2523,7 +2526,6 @@
PRODUCT_NAME = desmume2015;
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -2532,7 +2534,6 @@
B30178DB207C901D0051B93D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
Expand All @@ -2549,7 +2550,6 @@
PRODUCT_NAME = desmume2015;
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -2559,6 +2559,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2621,7 +2622,9 @@
);
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
SYMROOT = "${SRCROOT}/build";
TVOS_DEPLOYMENT_TARGET = 13.0;
VALIDATE_PRODUCT = YES;
Expand All @@ -2634,7 +2637,6 @@
B324C5022191A2A2009F4EDC /* Archive */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
DEAD_CODE_STRIPPING = NO;
Expand All @@ -2648,7 +2650,6 @@
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
INFOPLIST_FILE = PVDesmume2015/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -2668,7 +2669,6 @@
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_SWIFT_SYMBOLS = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -2677,7 +2677,6 @@
B324C5042191A2A2009F4EDC /* Archive */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
Expand All @@ -2694,7 +2693,6 @@
PRODUCT_NAME = desmume2015;
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -2704,6 +2702,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2769,7 +2768,9 @@
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
SYMROOT = "${SRCROOT}/build";
TVOS_DEPLOYMENT_TARGET = 13.0;
VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGLES;
Expand All @@ -2782,6 +2783,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B3447EBF218BE9DA00557ACE /* BuildFlags.xcconfig */;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -2844,8 +2846,10 @@
);
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
SYMROOT = "${SRCROOT}/build";
TVOS_DEPLOYMENT_TARGET = 13.0;
VALIDATE_PRODUCT = YES;
Expand All @@ -2858,7 +2862,6 @@
B3C7621920783162009950E4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
DEAD_CODE_STRIPPING = NO;
Expand All @@ -2872,7 +2875,6 @@
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
INFOPLIST_FILE = PVDesmume2015/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -2892,7 +2894,6 @@
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_SWIFT_SYMBOLS = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -2901,7 +2902,6 @@
B3C7621A20783162009950E4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
DEAD_CODE_STRIPPING = NO;
Expand All @@ -2915,7 +2915,6 @@
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
INFOPLIST_FILE = PVDesmume2015/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -2935,7 +2934,6 @@
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_SWIFT_SYMBOLS = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
14 changes: 13 additions & 1 deletion Provenance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@
B394CDA82BDEE53A006B63E8 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B33625FB26EDF88200DC41EA /* Metal.framework */; };
B394CDA92BDEE53A006B63E8 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A3D431D17B2F01F004DFFFC /* OpenGLES.framework */; platformFilters = (ios, tvos, ); };
B394CDAC2BDEE53A006B63E8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A3D409917B2DCE4004DFFFC /* Foundation.framework */; };
B394CDAD2BDEE53A006B63E8 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3271BDA276B8B2E0031AECC /* OpenGL.framework */; platformFilters = (macos, ); };
B394CDAD2BDEE53A006B63E8 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3271BDA276B8B2E0031AECC /* OpenGL.framework */; platformFilters = (maccatalyst, macos, ); };
B394CDAE2BDEE53A006B63E8 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A3D409B17B2DCE4004DFFFC /* CoreGraphics.framework */; };
B394CDB02BDEE53A006B63E8 /* PVPicoDrive.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3AEDE27293F34B30050BDB6 /* PVPicoDrive.framework */; };
B394CDB12BDEE53A006B63E8 /* Introspect in Frameworks */ = {isa = PBXBuildFile; productRef = B394CC612BDEE53A006B63E8 /* Introspect */; };
Expand Down Expand Up @@ -1997,6 +1997,10 @@
B3EEEDB42920B0D5008E2603 /* QuickLookThumbnailing.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B355DFFF2920AA2100E4C858 /* QuickLookThumbnailing.framework */; };
B3EEEDB52920B0D5008E2603 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EEED9F2920B099008E2603 /* Quartz.framework */; };
B3EEEDB82920B0DB008E2603 /* ThumbnailProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3EEEDB72920B0DB008E2603 /* ThumbnailProvider.swift */; };
B3EF269D2BE770570066D4B6 /* PVDesmume2015.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF269C2BE770570066D4B6 /* PVDesmume2015.framework */; };
B3EF269E2BE770580066D4B6 /* PVDesmume2015.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF269C2BE770570066D4B6 /* PVDesmume2015.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
B3EF26A22BE772C40066D4B6 /* PVLibRetro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF26A12BE772C40066D4B6 /* PVLibRetro.framework */; };
B3EF26A32BE772C40066D4B6 /* PVLibRetro.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3EF26A12BE772C40066D4B6 /* PVLibRetro.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
B3F43DCF2168075200CDD40A /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B3F43DCE2168075200CDD40A /* Settings.bundle */; };
B3F43DD02168075200CDD40A /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B3F43DCE2168075200CDD40A /* Settings.bundle */; };
B3F43DE22169DB4000CDD40A /* SystemsSettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F43DE12169DB4000CDD40A /* SystemsSettingsTableViewController.swift */; };
Expand Down Expand Up @@ -3230,8 +3234,10 @@
B394CD5E2BDEE53A006B63E8 /* PVProSystem.framework in Embed Frameworks */,
B394CD602BDEE53A006B63E8 /* PVFreeIntv.framework in Embed Frameworks */,
B394CD612BDEE53A006B63E8 /* PVVirtualJaguar.framework in Embed Frameworks */,
B3EF269E2BE770580066D4B6 /* PVDesmume2015.framework in Embed Frameworks */,
B394CD622BDEE53A006B63E8 /* PVStella.framework in Embed Frameworks */,
B394CD652BDEE53A006B63E8 /* PVMupen64PlusVideoGlideN64.framework in Embed Frameworks */,
B3EF26A32BE772C40066D4B6 /* PVLibRetro.framework in Embed Frameworks */,
B394CD662BDEE53A006B63E8 /* PVGBA.framework in Embed Frameworks */,
B394CD672BDEE53A006B63E8 /* PVMupen64PlusVideoRice.framework in Embed Frameworks */,
B394CD682BDEE53A006B63E8 /* PVBliss.framework in Embed Frameworks */,
Expand Down Expand Up @@ -4155,6 +4161,8 @@
B3EEEDD22920B56A008E2603 /* BackgroundDownloadExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = BackgroundDownloadExtension.entitlements; sourceTree = "<group>"; };
B3EEEDDA2920BC3B008E2603 /* SpotlightImportExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SpotlightImportExtension.entitlements; sourceTree = "<group>"; };
B3EEEDDB2920BCE0008E2603 /* ControllerDriver.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ControllerDriver.entitlements; sourceTree = "<group>"; };
B3EF269C2BE770570066D4B6 /* PVDesmume2015.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVDesmume2015.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B3EF26A12BE772C40066D4B6 /* PVLibRetro.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = PVLibRetro.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B3F43DCE2168075200CDD40A /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
B3F43DE12169DB4000CDD40A /* SystemsSettingsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemsSettingsTableViewController.swift; sourceTree = "<group>"; };
B3F64ECB205CD1D600C273C7 /* JSDPad.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSDPad.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4573,10 +4581,12 @@
B394CD7F2BDEE53A006B63E8 /* PVRSPCXD4.framework in Frameworks */,
B394CD802BDEE53A006B63E8 /* libc++.dylib in Frameworks */,
B394CD862BDEE53A006B63E8 /* PVCrabEmu.framework in Frameworks */,
B3EF26A22BE772C40066D4B6 /* PVLibRetro.framework in Frameworks */,
B394CD872BDEE53A006B63E8 /* AVFoundation.framework in Frameworks */,
B394CD882BDEE53A006B63E8 /* PVMupen64Plus.framework in Frameworks */,
B394CD892BDEE53A006B63E8 /* CFNetwork.framework in Frameworks */,
B394CD8A2BDEE53A006B63E8 /* PVMupen64PlusVideoRice.framework in Frameworks */,
B3EF269D2BE770570066D4B6 /* PVDesmume2015.framework in Frameworks */,
B394CD8D2BDEE53A006B63E8 /* PVPokeMini.framework in Frameworks */,
B394CD8E2BDEE53A006B63E8 /* Security.framework in Frameworks */,
B394CD8F2BDEE53A006B63E8 /* PVTGBDual.framework in Frameworks */,
Expand Down Expand Up @@ -4923,6 +4933,8 @@
1A3D409617B2DCE4004DFFFC /* Frameworks */ = {
isa = PBXGroup;
children = (
B3EF26A12BE772C40066D4B6 /* PVLibRetro.framework */,
B3EF269C2BE770570066D4B6 /* PVDesmume2015.framework */,
B32987D62B661C7A00728996 /* TVUIKit.framework */,
B347B39D2BC4CD9E006A3B2D /* PVLibRetro.framework */,
B347B3972BC4CD80006A3B2D /* CoreData.framework */,
Expand Down
Loading