Brad King
2bc22bdaac
Xcode: Add frameworks search paths from link dependeny closure ( #13397 )
...
The Xcode generator produces FRAMEWORK_SEARCH_PATHS from:
(1) Include directories of the form /path/to/Foo.framework become
-F/path/to so '#include <Foo/H>' can find H in the framework.
(2) Linked frameworks of the form /path/to/Foo.framework become
-F/path/to -framework Foo so the linker can find the framework.
Originally commit 82bb6fae (add framework support to FIND_FILE,
2005-12-27) added these and used the (then current) old-style link
dependency analysis results to get the frameworks. Later a second
setting was added by commit 2ed6191f (add initial xcode framework stuff,
2007-05-08) to transform -F/path/to linker options produced by the old
link line generation into entries appended to FRAMEWORK_SEARCH_PATHS.
Then commit 96fd5909 (Implement linking with paths to library files,
2008-01-22) updated the second setting to directly use the results of
full modern link dependency analysis, but forgot to remove the use of
old-style link results from the original setting location.
The two settings worked together for a while, with the second one
appending to the first. Then commit f33a27ab (Generate native Xcode 3.0
and 3.1 projects, 2009-06-29) changed the internal representation format
produced by the first setting but did not update the second setting to
append to the new representation. As a result, if the first setting
added any paths (usually via the old-style link analysis) then the
second setting containing the modern link analysis results would not be
applied at all.
Fix this by removing use of the old-style link analysis results.
Replace it using the modern link dependencies and remove the second
setting altogether. Now all values for FRAMEWORK_SEARCH_PATHS are
collected in one place so no special append logic is needed.
2012-12-07 15:14:19 -05:00
..
2012-12-04 14:37:41 -05:00
2012-11-21 00:56:36 +01:00
2012-11-13 13:44:33 -05:00
2012-11-09 08:24:08 -05:00
2012-09-23 20:13:06 +02:00
2012-11-06 11:54:58 -05:00
2012-08-13 14:18:39 -04:00
2012-02-29 13:27:04 -05:00
2012-08-13 14:18:39 -04:00
2012-01-25 14:42:31 -05:00
2012-02-29 13:27:04 -05:00
2012-06-11 08:40:11 -04:00
2012-08-31 07:36:05 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-09-28 08:49:21 -04:00
2012-11-30 07:59:25 -05:00
2012-11-30 07:59:25 -05:00
2012-12-03 11:00:31 -05:00
2012-06-21 23:06:08 +02:00
2012-08-14 08:25:51 -04:00
2012-12-06 00:01:05 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-06-06 07:29:19 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-02-21 15:33:40 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-02-29 13:27:04 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-13 13:26:10 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-02-21 15:33:40 -05:00
2012-03-13 14:37:32 -04:00
2012-01-13 14:22:24 -05:00
2012-10-26 08:28:16 -04:00
2012-10-26 08:28:16 -04:00
2012-02-29 14:07:50 -05:00
2012-08-13 14:18:39 -04:00
2012-11-07 14:30:46 -05:00
2012-06-12 15:38:48 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-02-29 14:07:50 -05:00
2012-08-13 14:18:39 -04:00
2012-11-06 14:14:13 -05:00
2012-11-06 14:14:13 -05:00
2012-09-18 17:03:08 -04:00
2012-08-13 14:18:39 -04:00
2012-11-06 11:54:39 -05:00
2012-11-06 11:54:39 -05:00
2012-11-06 11:54:39 -05:00
2012-11-06 11:54:39 -05:00
2012-11-06 11:54:39 -05:00
2012-11-06 11:54:39 -05:00
2012-05-22 14:07:24 -04:00
2012-05-22 14:07:24 -04:00
2012-05-22 14:07:24 -04:00
2012-05-22 14:07:24 -04:00
2012-05-22 14:07:24 -04:00
2012-05-22 14:07:24 -04:00
2012-11-06 11:54:39 -05:00
2012-11-06 11:54:39 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-05 08:44:03 -05:00
2012-06-21 23:19:55 +02:00
2012-08-13 14:18:39 -04:00
2012-09-10 09:41:37 -04:00
2012-09-09 10:55:49 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-06-21 23:06:08 +02:00
2012-06-21 23:06:08 +02:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-09-29 18:42:55 +02:00
2012-10-22 13:59:04 -04:00
2012-10-26 08:28:16 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-03-01 21:20:48 +01:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-02-29 13:27:04 -05:00
2012-08-13 14:18:39 -04:00
2012-11-30 09:51:17 +01:00
2012-09-30 10:26:10 -04:00
2012-03-13 14:37:32 -04:00
2012-02-29 13:27:04 -05:00
2012-11-30 09:51:17 +01:00
2012-11-30 09:51:17 +01:00
2012-11-30 09:51:17 +01:00
2012-09-30 10:26:10 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-09-28 17:00:52 -04:00
2012-09-28 17:00:52 -04:00
2012-09-28 09:21:39 -04:00
2012-09-28 09:21:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-10-17 16:44:53 -04:00
2012-04-09 14:53:47 +02:00
2012-11-06 14:13:55 -05:00
2012-10-17 23:45:02 +02:00
2012-11-02 17:10:06 +01:00
2012-11-07 14:10:56 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-26 16:46:04 -05:00
2012-09-25 17:08:08 -04:00
2012-08-13 14:18:39 -04:00
2012-09-25 17:08:08 -04:00
2012-09-25 17:08:08 -04:00
2012-09-30 10:26:54 -04:00
2012-05-06 16:32:10 +02:00
2012-11-26 16:46:04 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-07 14:10:56 -05:00
2012-08-13 14:18:39 -04:00
2012-11-21 00:11:54 +01:00
2012-11-21 00:11:54 +01:00
2012-09-28 08:49:21 -04:00
2012-09-28 08:49:21 -04:00
2012-11-27 13:35:02 -05:00
2012-11-27 13:35:02 -05:00
2012-09-18 17:02:23 -04:00
2012-09-18 17:02:23 -04:00
2012-11-27 09:12:39 -05:00
2012-09-18 17:02:23 -04:00
2012-11-21 15:49:37 +01:00
2012-11-21 15:49:37 +01:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-12-03 13:53:43 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-08-13 14:18:39 -04:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:18 -05:00
2012-11-27 08:31:17 -05:00
2012-11-26 09:33:26 -05:00
2012-11-19 14:56:29 -05:00
2012-12-03 13:53:43 -05:00
2012-12-03 13:53:43 -05:00
2012-11-27 08:31:20 -05:00
2012-11-27 08:31:20 -05:00
2012-11-26 09:33:26 -05:00
2012-11-26 09:33:28 -05:00
2012-11-19 12:54:50 -05:00
2012-11-19 12:54:50 -05:00
2012-12-07 15:14:19 -05:00
2012-11-19 12:54:50 -05:00
2012-11-21 00:56:36 +01:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-10-26 10:16:45 -04:00
2012-10-26 10:16:45 -04:00
2012-09-11 15:59:16 -04:00
2012-10-05 15:14:29 -04:00
2012-07-10 11:05:04 -04:00
2012-02-29 13:27:04 -05:00
2012-09-28 08:50:10 -04:00
2012-11-07 14:10:56 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-09-28 09:21:39 -04:00
2012-08-14 20:15:22 +02:00
2012-07-11 15:10:40 -04:00
2012-07-11 15:10:40 -04:00
2012-02-27 13:19:57 -05:00
2012-09-28 09:21:39 -04:00
2012-09-28 09:21:42 -04:00
2012-05-14 22:19:12 +02:00
2012-08-13 14:18:39 -04:00
2012-02-27 13:19:57 -05:00
2012-05-20 17:28:54 +02:00
2012-02-27 13:19:57 -05:00
2012-05-14 22:19:12 +02:00
2012-08-13 14:18:39 -04:00
2012-11-21 15:49:37 +01:00
2012-11-21 15:49:37 +01:00
2012-05-14 22:19:12 +02:00
2012-08-13 14:18:39 -04:00
2012-02-27 13:19:57 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-02 17:09:55 +01:00
2012-02-29 13:27:04 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-07 09:24:05 -05:00
2012-11-07 09:24:05 -05:00
2012-11-27 13:34:36 -05:00
2012-10-17 16:24:14 -04:00
2012-07-18 11:27:49 +02:00
2012-07-19 07:32:03 +02:00
2012-11-21 00:56:36 +01:00
2012-11-06 11:54:58 -05:00
2012-11-21 15:49:37 +01:00
2012-10-17 16:24:14 -04:00
2012-11-28 08:49:56 -05:00
2012-11-26 09:33:28 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-07 13:45:30 +01:00
2012-03-28 14:07:51 -04:00
2012-03-06 13:20:17 -05:00
2012-03-06 13:20:17 -05:00
2012-08-13 14:18:39 -04:00
2012-11-07 14:10:56 -05:00
2012-10-17 16:23:32 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-16 08:17:14 -05:00
2012-10-22 14:01:35 -04:00
2012-10-02 10:07:32 -04:00
2012-07-17 14:03:10 +02:00
2012-11-21 00:56:36 +01:00
2012-07-17 14:03:10 +02:00
2012-11-21 15:49:37 +01:00
2012-07-18 13:39:14 +02:00
2012-07-22 15:36:05 +02:00
2012-07-22 15:36:05 +02:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-07 13:51:50 -05:00
2012-11-07 14:10:56 -05:00
2012-11-20 22:00:09 +01:00
2012-07-17 14:03:09 +02:00
2012-11-30 03:46:55 +01:00
2012-09-19 15:31:29 +02:00
2012-02-02 23:40:21 +00:00
2012-03-17 23:16:40 +00:00
2012-02-02 23:40:21 +00:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-06-20 17:43:37 -04:00
2012-07-18 13:11:27 +02:00
2012-07-18 12:17:39 +02:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-22 11:12:32 -04:00
2012-11-07 13:51:50 -05:00
2012-06-12 15:38:48 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-20 11:48:09 -05:00
2012-09-05 22:13:30 +02:00
2012-08-13 14:18:39 -04:00
2012-08-28 11:24:55 +02:00
2012-08-13 14:18:39 -04:00
2012-08-28 11:24:55 +02:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-02-29 13:27:04 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-13 09:08:44 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-07 13:51:50 -05:00
2012-08-13 14:18:39 -04:00
2012-11-23 10:57:13 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-07 13:51:50 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-10-08 09:32:15 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-27 13:34:25 -05:00
2012-09-04 08:52:06 -06:00
2012-11-21 15:49:37 +01:00
2012-11-21 15:49:37 +01:00
2012-09-28 09:21:39 -04:00
2012-09-29 18:44:10 +02:00
2012-11-07 13:51:50 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-09-18 17:03:08 -04:00
2012-02-29 13:27:04 -05:00
2012-11-07 13:51:50 -05:00
2012-02-29 13:27:04 -05:00
2012-08-13 14:18:39 -04:00
2012-02-29 13:27:04 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-11-21 15:49:37 +01:00
2012-10-26 10:16:45 -04:00
2012-08-13 14:18:39 -04:00
2012-02-17 11:30:23 -05:00
2012-11-30 07:59:25 -05:00
2012-11-30 07:59:25 -05:00
2012-10-26 11:02:42 -04:00
2012-08-22 11:12:32 -04:00
2012-08-22 11:12:32 -04:00
2012-08-22 11:12:32 -04:00
2012-11-13 13:26:10 -05:00
2012-02-21 15:33:31 -05:00
2012-08-13 14:18:39 -04:00
2012-11-13 13:26:10 -05:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-08-13 14:18:39 -04:00
2012-06-24 08:03:24 -04:00