]> granicus.if.org Git - transmission/commit
Fix build with Xcode 10
authorMike Gelfand <mikedld@mikedld.com>
Sun, 30 Sep 2018 10:37:30 +0000 (13:37 +0300)
committerMike Gelfand <mikedld@mikedld.com>
Sun, 30 Sep 2018 10:37:30 +0000 (13:37 +0300)
commit8863e885707ad42ed2c2e028e1fbe8c505bb9db0
tree9296a1e6b96fa1c3bd9e3e5da589491118477e2e
parenta53bae2849f5709ffafec8ab6505ca4002ca5309
Fix build with Xcode 10

For some reason, Mac client is the only project that references
libtransmission files as if they were a part of its own project, and
inconsistently so. Make the include/import style uniform an in line with
other projects.

Adjust Mac client include directory settings a bit along the way.
46 files changed:
Transmission.xcodeproj/project.pbxproj
macosx/AboutWindowController.m
macosx/AddMagnetWindowController.h
macosx/AddWindowController.h
macosx/BadgeView.h
macosx/Badger.h
macosx/BlocklistDownloaderViewController.h
macosx/CMakeLists.txt
macosx/Controller.h
macosx/Controller.m
macosx/CreatorWindowController.h
macosx/CreatorWindowController.m
macosx/DragOverlayWindow.h
macosx/FileNameCell.m
macosx/FileOutlineController.m
macosx/FilePriorityCell.h
macosx/GlobalOptionsPopoverViewController.h
macosx/InfoActivityViewController.h
macosx/InfoActivityViewController.m
macosx/InfoFileViewController.h
macosx/InfoGeneralViewController.h
macosx/InfoOptionsViewController.h
macosx/InfoPeersViewController.h
macosx/InfoPeersViewController.m
macosx/InfoTrackersViewController.h
macosx/InfoViewController.h
macosx/MessageWindowController.m
macosx/NSStringAdditions.m
macosx/PiecesView.m
macosx/PrefsController.h
macosx/PrefsController.m
macosx/QuickLookPlugin/GeneratePreviewForURL.m
macosx/QuickLookPlugin/GenerateThumbnailForURL.m
macosx/QuickLookPlugin/main.c
macosx/StatsWindowController.h
macosx/StatusBarController.h
macosx/StatusBarController.m
macosx/StatusBarView.m
macosx/Torrent.h
macosx/Torrent.m
macosx/TorrentGroup.m
macosx/TorrentTableView.h
macosx/TrackerCell.m
macosx/TrackerNode.h
macosx/VDKQueue/VDKQueue.h
macosx/VDKQueue/VDKQueue.m