Merge lp:~rockstar/ubuntuone-ios-music/remove-armv7s into lp:ubuntuone-ios-music

Proposed by Paul Hummer
Status: Merged
Approved by: Paul Hummer
Approved revision: 256
Merged at revision: 257
Proposed branch: lp:~rockstar/ubuntuone-ios-music/remove-armv7s
Merge into: lp:ubuntuone-ios-music
Diff against target: 37 lines (+4/-2)
1 file modified
U1Music.xcodeproj/project.pbxproj (+4/-2)
To merge this branch: bzr merge lp:~rockstar/ubuntuone-ios-music/remove-armv7s
Reviewer Review Type Date Requested Status
Mike McCracken (community) Approve
Review via email: mp+148834@code.launchpad.net

Commit message

Remove support for armv7s

Description of the change

Remove support for armv7s (temporarily)

To post a comment you must log in.
Revision history for this message
Mike McCracken (mikemc) :
review: Approve

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 2013-02-13 19:51:23 +0000
3+++ U1Music.xcodeproj/project.pbxproj 2013-02-15 23:05:25 +0000
4@@ -1718,7 +1718,7 @@
5 isa = XCBuildConfiguration;
6 buildSettings = {
7 ALWAYS_SEARCH_USER_PATHS = NO;
8- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
9+ ARCHS = armv7;
10 CLANG_ENABLE_OBJC_ARC = YES;
11 CODE_SIGN_ENTITLEMENTS = "";
12 CODE_SIGN_IDENTITY = "iPhone Developer";
13@@ -1755,6 +1755,7 @@
14 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
15 RUN_CLANG_STATIC_ANALYZER = NO;
16 SDKROOT = iphoneos;
17+ VALID_ARCHS = armv7;
18 };
19 name = Debug;
20 };
21@@ -1762,7 +1763,7 @@
22 isa = XCBuildConfiguration;
23 buildSettings = {
24 ALWAYS_SEARCH_USER_PATHS = NO;
25- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
26+ ARCHS = armv7;
27 CLANG_ENABLE_OBJC_ARC = YES;
28 CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
29 CODE_SIGN_IDENTITY = "iPhone Distribution";
30@@ -1795,6 +1796,7 @@
31 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
32 RUN_CLANG_STATIC_ANALYZER = NO;
33 SDKROOT = iphoneos;
34+ VALID_ARCHS = armv7;
35 };
36 name = Release;
37 };

Subscribers

People subscribed via source and target branches