Skip to content

Commit 184b38c

Browse files
committed
Use local pvsupport for linkage
1 parent 93be393 commit 184b38c

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

Core-VirtualJaguar.xcodeproj/project.pbxproj

+24-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
B33141662060CE21001D3526 /* joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = B33141152060CE21001D3526 /* joystick.c */; };
8888
B33141672060CE21001D3526 /* op.h in Headers */ = {isa = PBXBuildFile; fileRef = B33141162060CE21001D3526 /* op.h */; };
8989
B33141692060DEB3001D3526 /* Core.plist in Resources */ = {isa = PBXBuildFile; fileRef = B33141682060DEB3001D3526 /* Core.plist */; };
90-
B366480621799430004FDDAD /* PVSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B33140C32060CC66001D3526 /* PVSupport.framework */; };
90+
B35D663F218019200005A992 /* PVSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35D663E218019200005A992 /* PVSupport.framework */; };
91+
B35D6641218019350005A992 /* PVSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B35D6640218019350005A992 /* PVSupport.framework */; };
9192
B394C99B2060CAB80014A65D /* PVVirtualJaguar.h in Headers */ = {isa = PBXBuildFile; fileRef = B394C9992060CAB80014A65D /* PVVirtualJaguar.h */; settings = {ATTRIBUTES = (Public, ); }; };
9293
B3A683B0206AF9410051AEE4 /* libretro.h in Headers */ = {isa = PBXBuildFile; fileRef = B3A68351206AF9380051AEE4 /* libretro.h */; };
93-
B3C8993E206B7BA4005E7033 /* PVSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C8993F206B7BA4005E7033 /* PVSupport.framework */; };
9494
B3C89960206B7BCF005E7033 /* memtrack.c in Sources */ = {isa = PBXBuildFile; fileRef = B33141072060CE1F001D3526 /* memtrack.c */; };
9595
B3C89961206B7BCF005E7033 /* op.c in Sources */ = {isa = PBXBuildFile; fileRef = B33140F62060CE1D001D3526 /* op.c */; };
9696
B3C89962206B7BCF005E7033 /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = B33140ED2060CE1C001D3526 /* log.c */; };
@@ -261,6 +261,8 @@
261261
B33141152060CE21001D3526 /* joystick.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = joystick.c; sourceTree = "<group>"; };
262262
B33141162060CE21001D3526 /* op.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = op.h; sourceTree = "<group>"; };
263263
B33141682060DEB3001D3526 /* Core.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Core.plist; sourceTree = "<group>"; };
264+
B35D663E218019200005A992 /* PVSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PVSupport.framework; path = Carthage/Build/iOS/PVSupport.framework; sourceTree = "<group>"; };
265+
B35D6640218019350005A992 /* PVSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PVSupport.framework; path = Carthage/Build/tvOS/PVSupport.framework; sourceTree = "<group>"; };
264266
B394C9962060CAB80014A65D /* PVVirtualJaguar.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PVVirtualJaguar.framework; sourceTree = BUILT_PRODUCTS_DIR; };
265267
B394C9992060CAB80014A65D /* PVVirtualJaguar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PVVirtualJaguar.h; sourceTree = "<group>"; };
266268
B394C99A2060CAB80014A65D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -290,15 +292,15 @@
290292
isa = PBXFrameworksBuildPhase;
291293
buildActionMask = 2147483647;
292294
files = (
293-
B366480621799430004FDDAD /* PVSupport.framework in Frameworks */,
295+
B35D663F218019200005A992 /* PVSupport.framework in Frameworks */,
294296
);
295297
runOnlyForDeploymentPostprocessing = 0;
296298
};
297299
B3C89932206B7AF1005E7033 /* Frameworks */ = {
298300
isa = PBXFrameworksBuildPhase;
299301
buildActionMask = 2147483647;
300302
files = (
301-
B3C8993E206B7BA4005E7033 /* PVSupport.framework in Frameworks */,
303+
B35D6641218019350005A992 /* PVSupport.framework in Frameworks */,
302304
);
303305
runOnlyForDeploymentPostprocessing = 0;
304306
};
@@ -388,6 +390,8 @@
388390
B33140C12060CC66001D3526 /* Frameworks */ = {
389391
isa = PBXGroup;
390392
children = (
393+
B35D6640218019350005A992 /* PVSupport.framework */,
394+
B35D663E218019200005A992 /* PVSupport.framework */,
391395
B3C8993F206B7BA4005E7033 /* PVSupport.framework */,
392396
B33140C32060CC66001D3526 /* PVSupport.framework */,
393397
);
@@ -942,6 +946,10 @@
942946
DYLIB_COMPATIBILITY_VERSION = 1;
943947
DYLIB_CURRENT_VERSION = 1;
944948
DYLIB_INSTALL_NAME_BASE = "@rpath";
949+
FRAMEWORK_SEARCH_PATHS = (
950+
"$(inherited)",
951+
"$(PROJECT_DIR)/Carthage/Build/iOS",
952+
);
945953
GCC_PREPROCESSOR_DEFINITIONS = (
946954
"INLINE=inline",
947955
"USE_STRUCTS=1",
@@ -975,6 +983,10 @@
975983
DYLIB_COMPATIBILITY_VERSION = 1;
976984
DYLIB_CURRENT_VERSION = 1;
977985
DYLIB_INSTALL_NAME_BASE = "@rpath";
986+
FRAMEWORK_SEARCH_PATHS = (
987+
"$(inherited)",
988+
"$(PROJECT_DIR)/Carthage/Build/iOS",
989+
);
978990
GCC_PREPROCESSOR_DEFINITIONS = (
979991
"INLINE=inline",
980992
"USE_STRUCTS=1",
@@ -1009,6 +1021,10 @@
10091021
DYLIB_COMPATIBILITY_VERSION = 1;
10101022
DYLIB_CURRENT_VERSION = 1;
10111023
DYLIB_INSTALL_NAME_BASE = "@rpath";
1024+
FRAMEWORK_SEARCH_PATHS = (
1025+
"$(inherited)",
1026+
"$(PROJECT_DIR)/Carthage/Build/tvOS",
1027+
);
10121028
GCC_C_LANGUAGE_STANDARD = gnu11;
10131029
GCC_PREPROCESSOR_DEFINITIONS = (
10141030
"INLINE=inline",
@@ -1041,6 +1057,10 @@
10411057
DYLIB_COMPATIBILITY_VERSION = 1;
10421058
DYLIB_CURRENT_VERSION = 1;
10431059
DYLIB_INSTALL_NAME_BASE = "@rpath";
1060+
FRAMEWORK_SEARCH_PATHS = (
1061+
"$(inherited)",
1062+
"$(PROJECT_DIR)/Carthage/Build/tvOS",
1063+
);
10441064
GCC_C_LANGUAGE_STANDARD = gnu11;
10451065
GCC_PREPROCESSOR_DEFINITIONS = (
10461066
"INLINE=inline",

0 commit comments

Comments
 (0)