Skip to content

Commit d51d56e

Browse files
committed
Fix paths
1 parent c2248f7 commit d51d56e

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

O2EM.xcodeproj/project.pbxproj

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,12 @@
9090
089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9191
089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
9292
1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
93-
82EC409E0FD9EC420017FC19 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
9493
8D5B49B6048680CD000E48DA /* O2EM.oecoreplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = O2EM.oecoreplugin; sourceTree = BUILT_PRODUCTS_DIR; };
9594
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
95+
9415A9C519B10FFE0063758C /* OEOdyssey2SystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEOdyssey2SystemResponderClient.h; path = ../OpenEmu/Odyssey2/OEOdyssey2SystemResponderClient.h; sourceTree = "<group>"; };
9696
941DFB2615B6425200C6552F /* OdysseyGameCore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OdysseyGameCore.m; sourceTree = "<group>"; };
97-
94404785199D621C002D805E /* OEOdyssey2SystemResponderClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OEOdyssey2SystemResponderClient.h; path = ../../../../Documents/OpenEmu/OpenEmu/Odyssey2/OEOdyssey2SystemResponderClient.h; sourceTree = "<group>"; };
9897
94AD8A37199AD89200E6520F /* wrapalleg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wrapalleg.c; sourceTree = "<group>"; };
9998
94AD8A38199AD89200E6520F /* wrapalleg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wrapalleg.h; sourceTree = "<group>"; };
100-
94AD8A3E199AD89200E6520F /* libretro-o2em.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "libretro-o2em.c"; sourceTree = "<group>"; };
101-
94AD8A3F199AD89200E6520F /* libretro-o2em.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "libretro-o2em.h"; sourceTree = "<group>"; };
102-
94AD8A40199AD89200E6520F /* libretro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libretro.h; sourceTree = "<group>"; };
103-
94AD8A41199AD89200E6520F /* link.T */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = link.T; sourceTree = "<group>"; };
104-
94AD8A42199AD89200E6520F /* o2em-mapper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "o2em-mapper.c"; sourceTree = "<group>"; };
105-
94AD8A43199AD89200E6520F /* vkbd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vkbd.c; sourceTree = "<group>"; };
106-
94AD8A44199AD89200E6520F /* vkbd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vkbd.h; sourceTree = "<group>"; };
107-
94AD8A45199AD89200E6520F /* vkbd_def.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vkbd_def.h; sourceTree = "<group>"; };
10899
94AD8A47199AD89200E6520F /* audio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = audio.c; sourceTree = "<group>"; };
109100
94AD8A48199AD89200E6520F /* audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio.h; sourceTree = "<group>"; };
110101
94AD8A49199AD89200E6520F /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
@@ -171,7 +162,6 @@
171162
089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
172163
isa = PBXGroup;
173164
children = (
174-
82EC409E0FD9EC420017FC19 /* libz.dylib */,
175165
1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
176166
1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
177167
);
@@ -190,7 +180,7 @@
190180
08FB77AFFE84173DC02AAC07 /* Classes */ = {
191181
isa = PBXGroup;
192182
children = (
193-
94404785199D621C002D805E /* OEOdyssey2SystemResponderClient.h */,
183+
9415A9C519B10FFE0063758C /* OEOdyssey2SystemResponderClient.h */,
194184
B5008DAD0E8BFB3E005AECAF /* OdysseyGameCore.h */,
195185
941DFB2615B6425200C6552F /* OdysseyGameCore.m */,
196186
);
@@ -228,7 +218,6 @@
228218
isa = PBXGroup;
229219
children = (
230220
94AD8A36199AD89200E6520F /* allegrowrapper */,
231-
94AD8A39199AD89200E6520F /* libretro */,
232221
94AD8A46199AD89200E6520F /* src */,
233222
);
234223
path = Core;
@@ -243,21 +232,6 @@
243232
path = allegrowrapper;
244233
sourceTree = SOURCE_ROOT;
245234
};
246-
94AD8A39199AD89200E6520F /* libretro */ = {
247-
isa = PBXGroup;
248-
children = (
249-
94AD8A3E199AD89200E6520F /* libretro-o2em.c */,
250-
94AD8A3F199AD89200E6520F /* libretro-o2em.h */,
251-
94AD8A40199AD89200E6520F /* libretro.h */,
252-
94AD8A41199AD89200E6520F /* link.T */,
253-
94AD8A42199AD89200E6520F /* o2em-mapper.c */,
254-
94AD8A43199AD89200E6520F /* vkbd.c */,
255-
94AD8A44199AD89200E6520F /* vkbd.h */,
256-
94AD8A45199AD89200E6520F /* vkbd_def.h */,
257-
);
258-
path = libretro;
259-
sourceTree = SOURCE_ROOT;
260-
};
261235
94AD8A46199AD89200E6520F /* src */ = {
262236
isa = PBXGroup;
263237
children = (

0 commit comments

Comments
 (0)