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
=== modified file 'U1Music.xcodeproj/project.pbxproj'
--- U1Music.xcodeproj/project.pbxproj 2013-02-13 19:51:23 +0000
+++ U1Music.xcodeproj/project.pbxproj 2013-02-15 23:05:25 +0000
@@ -1718,7 +1718,7 @@
1718 isa = XCBuildConfiguration;1718 isa = XCBuildConfiguration;
1719 buildSettings = {1719 buildSettings = {
1720 ALWAYS_SEARCH_USER_PATHS = NO;1720 ALWAYS_SEARCH_USER_PATHS = NO;
1721 ARCHS = "$(ARCHS_STANDARD_32_BIT)";1721 ARCHS = armv7;
1722 CLANG_ENABLE_OBJC_ARC = YES;1722 CLANG_ENABLE_OBJC_ARC = YES;
1723 CODE_SIGN_ENTITLEMENTS = "";1723 CODE_SIGN_ENTITLEMENTS = "";
1724 CODE_SIGN_IDENTITY = "iPhone Developer";1724 CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -1755,6 +1755,7 @@
1755 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";1755 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
1756 RUN_CLANG_STATIC_ANALYZER = NO;1756 RUN_CLANG_STATIC_ANALYZER = NO;
1757 SDKROOT = iphoneos;1757 SDKROOT = iphoneos;
1758 VALID_ARCHS = armv7;
1758 };1759 };
1759 name = Debug;1760 name = Debug;
1760 };1761 };
@@ -1762,7 +1763,7 @@
1762 isa = XCBuildConfiguration;1763 isa = XCBuildConfiguration;
1763 buildSettings = {1764 buildSettings = {
1764 ALWAYS_SEARCH_USER_PATHS = NO;1765 ALWAYS_SEARCH_USER_PATHS = NO;
1765 ARCHS = "$(ARCHS_STANDARD_32_BIT)";1766 ARCHS = armv7;
1766 CLANG_ENABLE_OBJC_ARC = YES;1767 CLANG_ENABLE_OBJC_ARC = YES;
1767 CODE_SIGN_ENTITLEMENTS = Entitlements.plist;1768 CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
1768 CODE_SIGN_IDENTITY = "iPhone Distribution";1769 CODE_SIGN_IDENTITY = "iPhone Distribution";
@@ -1795,6 +1796,7 @@
1795 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";1796 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
1796 RUN_CLANG_STATIC_ANALYZER = NO;1797 RUN_CLANG_STATIC_ANALYZER = NO;
1797 SDKROOT = iphoneos;1798 SDKROOT = iphoneos;
1799 VALID_ARCHS = armv7;
1798 };1800 };
1799 name = Release;1801 name = Release;
1800 };1802 };

Subscribers

People subscribed via source and target branches