Merge lp:~rockstar/ubuntuone-ios-music/fix-header-search into lp:ubuntuone-ios-music

Proposed by Paul Hummer on 2012-09-27
Status: Rejected
Rejected by: Paul Hummer on 2013-01-02
Proposed branch: lp:~rockstar/ubuntuone-ios-music/fix-header-search
Merge into: lp:ubuntuone-ios-music
Prerequisite: lp:~rockstar/ubuntuone-ios-music/kill-deps
Diff against target: 27 lines (+8/-2)
1 file modified
U1Music.xcodeproj/project.pbxproj (+8/-2)
To merge this branch: bzr merge lp:~rockstar/ubuntuone-ios-music/fix-header-search
Reviewer Review Type Date Requested Status
dobey (community) 2012-09-27 Approve on 2012-10-19
Review via email: mp+126811@code.launchpad.net

Description of the Change

I *think* this will fix the Archive problem.

To post a comment you must log in.
dobey (dobey) :
review: Approve

Unmerged revisions

240. By Paul Hummer on 2012-09-27

Fix the archive problem

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'U1Music.xcodeproj/project.pbxproj'
2--- U1Music.xcodeproj/project.pbxproj 2012-09-27 21:48:25 +0000
3+++ U1Music.xcodeproj/project.pbxproj 2012-09-27 21:48:25 +0000
4@@ -1536,7 +1536,10 @@
5 GCC_PREFIX_HEADER = U1Music_Prefix.pch;
6 GCC_THUMB_SUPPORT = NO;
7 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
8- HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/usr/local/include";
9+ HEADER_SEARCH_PATHS = (
10+ "$(BUILT_PRODUCTS_DIR)/usr/local/include",
11+ "$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/**",
12+ );
13 INFOPLIST_FILE = "U1Music-Info.plist";
14 IPHONEOS_DEPLOYMENT_TARGET = 5.0;
15 LIBRARY_SEARCH_PATHS = (
16@@ -1569,7 +1572,10 @@
17 GCC_PREFIX_HEADER = U1Music_Prefix.pch;
18 GCC_THUMB_SUPPORT = NO;
19 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
20- HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/usr/local/include";
21+ HEADER_SEARCH_PATHS = (
22+ "$(BUILT_PRODUCTS_DIR)/usr/local/include",
23+ "$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/**",
24+ );
25 INFOPLIST_FILE = "U1Music-Info.plist";
26 IPHONEOS_DEPLOYMENT_TARGET = 5.0;
27 LIBRARY_SEARCH_PATHS = (

Subscribers

People subscribed via source and target branches