Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1989)

Side by Side Diff: XcodeConfig/subconfig/iPhone32.xcconfig

Issue 838049: Change the iPhone 3.2 config file to target iPad devices. Base URL: http://google-toolbox-for-mac.googlecode.com/svn/trunk/
Patch Set: Created 13 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // 1 //
2 // iPhone32.xcconfig 2 // iPhone32.xcconfig
3 // 3 //
4 // Xcode configuration file for building a Debug target on iPhone OS 3.2 4 // Xcode configuration file for building a Debug target on iPhone OS 3.2
5 // 5 //
6 // Copyright 2010 Google Inc. 6 // Copyright 2010 Google Inc.
7 // 7 //
8 // Licensed under the Apache License, Version 2.0 (the "License"); you may not 8 // Licensed under the Apache License, Version 2.0 (the "License"); you may not
9 // use this file except in compliance with the License. You may obtain a copy 9 // use this file except in compliance with the License. You may obtain a copy
10 // of the License at 10 // of the License at
11 //· 11 //·
12 // http://www.apache.org/licenses/LICENSE-2.0 12 // http://www.apache.org/licenses/LICENSE-2.0
13 //· 13 //·
14 // Unless required by applicable law or agreed to in writing, software 14 // Unless required by applicable law or agreed to in writing, software
15 // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 15 // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 16 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
17 // License for the specific language governing permissions and limitations unde r 17 // License for the specific language governing permissions and limitations unde r
18 // the License. 18 // the License.
19 19
20 // Set default SDK. 20 // Set default SDK.
21 SDKROOT = iphoneos3.2 21 SDKROOT = iphoneos3.2
22 22
23 // iPhone currently deploys on 10.5 only 23 // iPhone currently deploys on 10.5 only
24 MACOSX_DEPLOYMENT_TARGET = 10.5 24 MACOSX_DEPLOYMENT_TARGET = 10.5
25
26 // iPhone OS 3.2 SDK only targets iPad
27 TARGETED_DEVICE_FAMILY = 2
28
29 // iPad device supports armv7, not armv6
30 ARCHS[sdk=iphoneos*] = armv7
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b