Skip to content

Commit 50ee826

Browse files
committed
Lowered deployment target + documented that
1 parent e1c2279 commit 50ee826

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This repository serves as an **example** on how to use [Codecov Global][4] for X
99
# Setup
1010

1111
* Create a shared scheme for your test target https://i.imgur.com/JKNFq0G.png
12+
* At the highest, your deployment target can be 8.1 or earlier. This will update as Travis supports more simulators.
1213
* Write unit tests
1314
* Setup your CI
1415

example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
300300
GCC_WARN_UNUSED_FUNCTION = YES;
301301
GCC_WARN_UNUSED_VARIABLE = YES;
302-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
302+
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
303303
MTL_ENABLE_DEBUG_INFO = YES;
304304
ONLY_ACTIVE_ARCH = YES;
305305
SDKROOT = iphoneos;
@@ -337,7 +337,7 @@
337337
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
338338
GCC_WARN_UNUSED_FUNCTION = YES;
339339
GCC_WARN_UNUSED_VARIABLE = YES;
340-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
340+
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
341341
MTL_ENABLE_DEBUG_INFO = NO;
342342
SDKROOT = iphoneos;
343343
TARGETED_DEVICE_FAMILY = "1,2";
@@ -350,6 +350,7 @@
350350
buildSettings = {
351351
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
352352
INFOPLIST_FILE = example/Info.plist;
353+
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
353354
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
354355
PRODUCT_NAME = "$(TARGET_NAME)";
355356
};
@@ -360,6 +361,7 @@
360361
buildSettings = {
361362
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
362363
INFOPLIST_FILE = example/Info.plist;
364+
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
363365
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
364366
PRODUCT_NAME = "$(TARGET_NAME)";
365367
};
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
6+
<false/>
7+
<key>IDESourceControlProjectIdentifier</key>
8+
<string>AC194396-9BD0-446D-AB14-BD42A6E45646</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>example</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>6F421AF47AA2F3FF7F5102434F9B94882A706864</key>
14+
<string>https://github.com/codecov/example-objective-c.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>example.xcodeproj</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>6F421AF47AA2F3FF7F5102434F9B94882A706864</key>
21+
<string>../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>https://github.com/codecov/example-objective-c.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>111</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>6F421AF47AA2F3FF7F5102434F9B94882A706864</string>
29+
<key>IDESourceControlProjectWCConfigurations</key>
30+
<array>
31+
<dict>
32+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
33+
<string>public.vcs.git</string>
34+
<key>IDESourceControlWCCIdentifierKey</key>
35+
<string>6F421AF47AA2F3FF7F5102434F9B94882A706864</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>example-objective-c</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy