transmission/tests
Mike Gelfand 43acd7e3e4
Remove Xcode project in favor of CMake (#4147)
* Compile images into an assets catalog

* Optionally sign resulting Mac bundle

* Move 3rd-party/utility/test targets to their own folders

* Enable ARC via compile options unconditionally

* Install base and localized resources into correct directory

This seems like a Xcode quirk: if subdirectory containing the resource file
matches the destination directory name (and probably if there's more than one
resource file being installed there), the resulting folder structure then
contains an extra subdirectory, i.e. Resources/dirname/dirname/resname.

* Group source files for better structure in IDEs (Xcode, VS)

* Remove Xcode project

Using Xcode is still possible via "Xcode" CMake generator.

* Use ad-hoc signature if one is not specified

* Always use ad-hoc signature on link, leave proper signing to CPack

* Install localized resources into correct directory (QL plugin)

* Don't include CTest (we don't use additional targets it provides)

* Revert "Remove Xcode project"

This reverts commit dc069f654f.
2022-11-12 20:01:57 +00:00
..
gtest Remove Xcode project in favor of CMake (#4147) 2022-11-12 20:01:57 +00:00
libtransmission Remove Xcode project in favor of CMake (#4147) 2022-11-12 20:01:57 +00:00
utils Fix #3444, support single file hybrid torrents. (#3446) 2022-07-14 13:53:00 -05:00
CMakeLists.txt refactor: use fmt (#2758) 2022-03-13 23:43:35 -05:00