Skip to content

Commit 7f81366

Browse files
author
dsward2
committed
Remove references to several unneeded executables in the project, and the unneeded librtlsdr.0.dylib which was causing a build failure.
1 parent ad63f1c commit 7f81366

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

LocalRadio.xcodeproj/project.pbxproj

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
0E05631C1F1A44510093B473 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E05631B1F1A44510093B473 /* WebKit.framework */; };
1414
0E0A95641F129E01002E2E5B /* UDPListener in Copy Tools */ = {isa = PBXBuildFile; fileRef = 0E0A953D1F129401002E2E5B /* UDPListener */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
1515
0E0C69391F1C913200A7EE5E /* rtl_fm_localradio in Copy Tools */ = {isa = PBXBuildFile; fileRef = 0E0C69251F1C8C9000A7EE5E /* rtl_fm_localradio */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
16-
0E0FD9F61EF4C79A00FEEA06 /* librtlsdr.0.dylib in Copy Libraries */ = {isa = PBXBuildFile; fileRef = 0E0FD9F41EF4C71200FEEA06 /* librtlsdr.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
1716
0E0FDA031EF76AF800FEEA06 /* IcecastController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0FDA021EF76AF800FEEA06 /* IcecastController.m */; };
1817
0E0FDA061EF786BE00FEEA06 /* SQLiteController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0FDA051EF786BE00FEEA06 /* SQLiteController.m */; };
1918
0E106895211019DE000EF74A /* stereodemux in Copy Tools */ = {isa = PBXBuildFile; fileRef = 0ECAD580210C57E3005F4BB1 /* stereodemux */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
@@ -824,7 +823,6 @@
824823
dstPath = "";
825824
dstSubfolderSpec = 10;
826825
files = (
827-
0E0FD9F61EF4C79A00FEEA06 /* librtlsdr.0.dylib in Copy Libraries */,
828826
0E274F0921DDCCE600337560 /* libao.4.dylib in Copy Libraries */,
829827
0E274F0A21DDCCE600337560 /* libev.4.dylib in Copy Libraries */,
830828
0E274F0B21DDCCE600337560 /* libfftw3f.3.dylib in Copy Libraries */,
@@ -994,14 +992,6 @@
994992
0E0FD9DE1EF4A43700FEEA06 /* tuner_fc0013.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tuner_fc0013.c; sourceTree = "<group>"; };
995993
0E0FD9DF1EF4A43700FEEA06 /* tuner_fc2580.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tuner_fc2580.c; sourceTree = "<group>"; };
996994
0E0FD9E01EF4A43700FEEA06 /* tuner_r82xx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tuner_r82xx.c; sourceTree = "<group>"; };
997-
0E0FD9E41EF4C70700FEEA06 /* rtl_adsb */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = rtl_adsb; path = "rtl-sdr-master/build/src/rtl_adsb"; sourceTree = "<group>"; };
998-
0E0FD9E51EF4C70700FEEA06 /* rtl_eeprom */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = rtl_eeprom; path = "rtl-sdr-master/build/src/rtl_eeprom"; sourceTree = "<group>"; };
999-
0E0FD9E61EF4C70700FEEA06 /* rtl_fm */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = rtl_fm; path = "rtl-sdr-master/build/src/rtl_fm"; sourceTree = "<group>"; };
1000-
0E0FD9E81EF4C70700FEEA06 /* rtl_power */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = rtl_power; path = "rtl-sdr-master/build/src/rtl_power"; sourceTree = "<group>"; };
1001-
0E0FD9E91EF4C70700FEEA06 /* rtl_sdr */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = rtl_sdr; path = "rtl-sdr-master/build/src/rtl_sdr"; sourceTree = "<group>"; };
1002-
0E0FD9EA1EF4C70700FEEA06 /* rtl_tcp */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = rtl_tcp; path = "rtl-sdr-master/build/src/rtl_tcp"; sourceTree = "<group>"; };
1003-
0E0FD9EB1EF4C70700FEEA06 /* rtl_test */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = rtl_test; path = "rtl-sdr-master/build/src/rtl_test"; sourceTree = "<group>"; };
1004-
0E0FD9F41EF4C71200FEEA06 /* librtlsdr.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = librtlsdr.0.dylib; path = "rtl-sdr-master/build/src/librtlsdr.0.dylib"; sourceTree = "<group>"; };
1005995
0E0FD9FF1EF658F600FEEA06 /* editfavorite.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = editfavorite.html; sourceTree = "<group>"; };
1006996
0E0FDA011EF76AF800FEEA06 /* IcecastController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IcecastController.h; sourceTree = "<group>"; };
1007997
0E0FDA021EF76AF800FEEA06 /* IcecastController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IcecastController.m; sourceTree = "<group>"; };
@@ -2364,21 +2354,6 @@
23642354
path = getopt;
23652355
sourceTree = "<group>";
23662356
};
2367-
0E0FD9E31EF4C6D800FEEA06 /* RTL-SDR tools */ = {
2368-
isa = PBXGroup;
2369-
children = (
2370-
0E0FD9F41EF4C71200FEEA06 /* librtlsdr.0.dylib */,
2371-
0E0FD9E41EF4C70700FEEA06 /* rtl_adsb */,
2372-
0E0FD9E51EF4C70700FEEA06 /* rtl_eeprom */,
2373-
0E0FD9E61EF4C70700FEEA06 /* rtl_fm */,
2374-
0E0FD9E81EF4C70700FEEA06 /* rtl_power */,
2375-
0E0FD9E91EF4C70700FEEA06 /* rtl_sdr */,
2376-
0E0FD9EA1EF4C70700FEEA06 /* rtl_tcp */,
2377-
0E0FD9EB1EF4C70700FEEA06 /* rtl_test */,
2378-
);
2379-
name = "RTL-SDR tools";
2380-
sourceTree = "<group>";
2381-
};
23822357
0E127494211CD4B30051B2C7 /* Modules */ = {
23832358
isa = PBXGroup;
23842359
children = (
@@ -3277,7 +3252,6 @@
32773252
0E84C9BB1ED935E00065864B /* SQLiteLibrary-master */,
32783253
0EA212701ED72D17004DE453 /* icecast */,
32793254
0E1BA0EF1EC8929800130DB9 /* MacPorts_Tools */,
3280-
0E0FD9E31EF4C6D800FEEA06 /* RTL-SDR tools */,
32813255
0E0FD9A91EF4A43700FEEA06 /* rtl-sdr-master */,
32823256
0E5C52441F09B65A005CA515 /* stereo */,
32833257
0E35F2DB20AA392A00154E4E /* CocoaAsyncSocket-7.6.3 */,

0 commit comments

Comments
 (0)