Skip to content

Commit c8b70f9

Browse files
authored
Merge pull request #182 from layoutBox/update_travis_brew_addon
Update to Xcode 10.1
2 parents b2aad72 + 860c27b commit c8b70f9

File tree

10 files changed

+44
-44
lines changed

10 files changed

+44
-44
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode10
2+
osx_image: xcode10.1
33

44
cache:
55
- bundler

Example/PinLayoutSample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,9 @@
617617
files = (
618618
);
619619
inputPaths = (
620-
"${SRCROOT}/../Pods/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample-frameworks.sh",
620+
"${PODS_ROOT}/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample-frameworks.sh",
621621
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
622-
"${PODS_ROOT}/Reveal-SDK/RevealServer-18/iOS/RevealServer.framework",
622+
"${PODS_ROOT}/Reveal-SDK/RevealServer-20/iOS/RevealServer.framework",
623623
);
624624
name = "[CP] Embed Pods Frameworks";
625625
outputPaths = (
@@ -628,7 +628,7 @@
628628
);
629629
runOnlyForDeploymentPostprocessing = 0;
630630
shellPath = /bin/sh;
631-
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample-frameworks.sh\"\n";
631+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample-frameworks.sh\"\n";
632632
showEnvVarsInLog = 0;
633633
};
634634
DDE1EE639E8C959FEBC41FDC /* [CP] Check Pods Manifest.lock */ = {

Example/PinLayoutSample.xcodeproj/xcshareddata/xcschemes/PinLayoutSample.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

PinLayout.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
files = (
764764
);
765765
inputPaths = (
766-
"${SRCROOT}/Pods/Target Support Files/Pods-PinLayoutTests-tvOS/Pods-PinLayoutTests-tvOS-frameworks.sh",
766+
"${PODS_ROOT}/Target Support Files/Pods-PinLayoutTests-tvOS/Pods-PinLayoutTests-tvOS-frameworks.sh",
767767
"${BUILT_PRODUCTS_DIR}/Nimble-tvOS/Nimble.framework",
768768
"${BUILT_PRODUCTS_DIR}/Quick-tvOS/Quick.framework",
769769
);
@@ -774,7 +774,7 @@
774774
);
775775
runOnlyForDeploymentPostprocessing = 0;
776776
shellPath = /bin/sh;
777-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PinLayoutTests-tvOS/Pods-PinLayoutTests-tvOS-frameworks.sh\"\n";
777+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PinLayoutTests-tvOS/Pods-PinLayoutTests-tvOS-frameworks.sh\"\n";
778778
showEnvVarsInLog = 0;
779779
};
780780
41F720B3B7874CC3847A48CC /* [CP] Check Pods Manifest.lock */ = {
@@ -801,7 +801,7 @@
801801
files = (
802802
);
803803
inputPaths = (
804-
"${SRCROOT}/Pods/Target Support Files/Pods-PinLayoutTests-iOS/Pods-PinLayoutTests-iOS-frameworks.sh",
804+
"${PODS_ROOT}/Target Support Files/Pods-PinLayoutTests-iOS/Pods-PinLayoutTests-iOS-frameworks.sh",
805805
"${BUILT_PRODUCTS_DIR}/Nimble-iOS/Nimble.framework",
806806
"${BUILT_PRODUCTS_DIR}/Quick-iOS/Quick.framework",
807807
);
@@ -812,7 +812,7 @@
812812
);
813813
runOnlyForDeploymentPostprocessing = 0;
814814
shellPath = /bin/sh;
815-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PinLayoutTests-iOS/Pods-PinLayoutTests-iOS-frameworks.sh\"\n";
815+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PinLayoutTests-iOS/Pods-PinLayoutTests-iOS-frameworks.sh\"\n";
816816
showEnvVarsInLog = 0;
817817
};
818818
A143968F873D85D48BABCDBF /* [CP] Embed Pods Frameworks */ = {
@@ -821,7 +821,7 @@
821821
files = (
822822
);
823823
inputPaths = (
824-
"${SRCROOT}/Pods/Target Support Files/Pods-PinLayoutTests-macOS/Pods-PinLayoutTests-macOS-frameworks.sh",
824+
"${PODS_ROOT}/Target Support Files/Pods-PinLayoutTests-macOS/Pods-PinLayoutTests-macOS-frameworks.sh",
825825
"${BUILT_PRODUCTS_DIR}/Nimble-macOS/Nimble.framework",
826826
"${BUILT_PRODUCTS_DIR}/Quick-macOS/Quick.framework",
827827
);
@@ -832,7 +832,7 @@
832832
);
833833
runOnlyForDeploymentPostprocessing = 0;
834834
shellPath = /bin/sh;
835-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PinLayoutTests-macOS/Pods-PinLayoutTests-macOS-frameworks.sh\"\n";
835+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PinLayoutTests-macOS/Pods-PinLayoutTests-macOS-frameworks.sh\"\n";
836836
showEnvVarsInLog = 0;
837837
};
838838
C13A14974C1425B4B67ECF64 /* [CP] Check Pods Manifest.lock */ = {
@@ -1274,7 +1274,7 @@
12741274
isa = XCBuildConfiguration;
12751275
baseConfigurationReference = C8BDEE8FC7F6D6F36D69AE89 /* Pods-PinLayoutTests-iOS.debug.xcconfig */;
12761276
buildSettings = {
1277-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1277+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
12781278
DEVELOPMENT_TEAM = 4Q596JWQC5;
12791279
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
12801280
INFOPLIST_FILE = Tests/Common/Info.plist;
@@ -1289,7 +1289,7 @@
12891289
isa = XCBuildConfiguration;
12901290
baseConfigurationReference = A02D58138C6BA063EB3E8E66 /* Pods-PinLayoutTests-iOS.release.xcconfig */;
12911291
buildSettings = {
1292-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1292+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
12931293
DEVELOPMENT_TEAM = 4Q596JWQC5;
12941294
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
12951295
INFOPLIST_FILE = Tests/Common/Info.plist;

PinLayout.xcodeproj/xcshareddata/xcschemes/PinLayout-iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

PinLayout.xcodeproj/xcshareddata/xcschemes/PinLayout-macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

PinLayout.xcodeproj/xcshareddata/xcschemes/PinLayout-tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PODS:
22
- Nimble (7.3.1)
33
- PinLayout (1.8.6)
44
- Quick (1.3.2)
5-
- Reveal-SDK (18)
6-
- SwiftLint (0.27.0)
5+
- Reveal-SDK (20)
6+
- SwiftLint (0.29.1)
77

88
DEPENDENCIES:
99
- Nimble
@@ -25,11 +25,11 @@ EXTERNAL SOURCES:
2525

2626
SPEC CHECKSUMS:
2727
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
28-
PinLayout: c943d39ac8391850c10720646373a253b7e3b226
28+
PinLayout: fe2a2432d6982588e208572005c941aeeae417ab
2929
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
30-
Reveal-SDK: cce79388da3fd0bbb6ae19d769b906cfc3a33a89
31-
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
30+
Reveal-SDK: 43206a57f575632fd304e85385cc259b5d359e32
31+
SwiftLint: 6772320e40b52049053a518c17db9b0634a0b45a
3232

3333
PODFILE CHECKSUM: 62618887f8155abc1ed3348d9b676cf6915137e2
3434

35-
COCOAPODS: 1.5.3
35+
COCOAPODS: 1.6.0.beta.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Extremely Fast views layouting without auto layout. No magic, pure code, full co
3434

3535
### Requirements
3636
* iOS 8.0+ / tvOS 9.0+ / macOS 10.9+
37-
* Swift 4.* / Swift 3.* / Objective-C
38-
* Xcode 10 / Xcode 9.* / Xcode 8.*
37+
* Swift 4.x / Swift 3.x / Objective-C
38+
* Xcode 10.x / Xcode 9.x / Xcode 8.x
3939

4040
### Recent changes/features
4141
* :star: Add methods to position a view between two other views. See [Layout between other views](#layout_between).

build-ci.sh

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ echo "===============================" &&
88
echo "PinLayout-iOS" &&
99
echo "===============================" &&
1010
time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-iOS \
11-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
11+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.1 \
1212
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' \
1313
| xcpretty &&
1414

1515
echo "===============================" &&
1616
echo "PinLayout-tvOS" &&
1717
echo "===============================" &&
1818
time xcodebuild build -project PinLayout.xcodeproj -scheme PinLayout-tvOS \
19-
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.0 \
20-
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=12.0' \
19+
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.1 \
20+
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=12.1' \
2121
| xcpretty &&
2222

2323
echo "===============================" &&
@@ -31,7 +31,7 @@ echo "===============================" &&
3131
echo "PinLayoutSample" &&
3232
echo "===============================" &&
3333
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
34-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
34+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.1 \
3535
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' \
3636
| xcpretty &&
3737

@@ -40,36 +40,36 @@ echo "===============================" &&
4040
echo "iOS unit test" &&
4141
echo "===============================" &&
4242
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
43-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
43+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.1 \
4444
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' \
4545
| xcpretty &&
4646

4747
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
48-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
48+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.1 \
4949
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.2' \
5050
| xcpretty &&
5151

5252
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
53-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
53+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.1 \
5454
-destination 'platform=iOS Simulator,name=iPhone 8,OS=11.4' \
5555
| xcpretty &&
5656

5757
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
58-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.0 \
59-
-destination 'platform=iOS Simulator,name=iPhone XS,OS=12.0' \
58+
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator12.1 \
59+
-destination 'platform=iOS Simulator,name=iPhone XS,OS=12.1' \
6060
| xcpretty &&
6161

6262
echo "===============================" &&
6363
echo "tvOS unit test" &&
6464
echo "===============================" &&
6565
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
66-
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.0 \
66+
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.1 \
6767
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=11.4' \
6868
| xcpretty &&
6969

7070
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
71-
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.0 \
72-
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=12.0' \
71+
-derivedDataPath $DERIVED_DATA -sdk appletvsimulator12.1 \
72+
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=12.1' \
7373
| xcpretty &&
7474

7575
echo "===============================" &&
@@ -87,8 +87,8 @@ cd TestProjects/cocoapods/ios &&
8787
rm -rf $DERIVED_DATA &&
8888
pod install &&
8989
time xcodebuild clean build -workspace PinLayout-iOS.xcworkspace -scheme PinLayout-iOS \
90-
-sdk iphonesimulator12.0 -derivedDataPath $DERIVED_DATA \
91-
-destination 'platform=iOS Simulator,name=iPhone 8,OS=12.0' \
90+
-sdk iphonesimulator12.1 -derivedDataPath $DERIVED_DATA \
91+
-destination 'platform=iOS Simulator,name=iPhone 8,OS=12.1' \
9292
| xcpretty &&
9393
cd ../../.. &&
9494

@@ -112,8 +112,8 @@ cd TestProjects/cocoapods/tvos &&
112112
rm -rf $DERIVED_DATA &&
113113
pod install &&
114114
time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
115-
-sdk appletvsimulator12.0 -derivedDataPath $DERIVED_DATA \
116-
-destination 'platform=tvOS Simulator,name=Apple TV,OS=12.0' \
115+
-sdk appletvsimulator12.1 -derivedDataPath $DERIVED_DATA \
116+
-destination 'platform=tvOS Simulator,name=Apple TV,OS=12.1' \
117117
| xcpretty &&
118118
cd ../../.. &&
119119

@@ -127,9 +127,9 @@ rm Cartfile &&
127127
echo "git \"$TRAVIS_BUILD_DIR\" \"$TRAVIS_BRANCH\"" > Cartfile &&
128128
carthage update --use-ssh --platform iOS &&
129129
time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj \
130-
-scheme PinLayout-Carthage-iOS -sdk iphonesimulator12.0 \
130+
-scheme PinLayout-Carthage-iOS -sdk iphonesimulator12.1 \
131131
-derivedDataPath $DERIVED_DATA \
132-
-destination 'platform=iOS Simulator,name=iPhone 7,OS=12.0' \
132+
-destination 'platform=iOS Simulator,name=iPhone 7,OS=12.1' \
133133
| xcpretty &&
134134
cd ../../..
135135

@@ -146,8 +146,8 @@ time bundle exec pod lib lint --allow-warnings
146146
# rm -rf .build &&
147147
# rm Package.pins
148148
# swift package show-dependencies --format json &&
149-
# time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator12.0 -derivedDataPath $DERIVED_DATA \
150-
# -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.0' \
149+
# time xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj -scheme PinLayout-Carthage-iOS -sdk iphonesimulator12.1 -derivedDataPath $DERIVED_DATA \
150+
# -destination 'platform=iOS Simulator,name=iPhone 7,OS=12.1' \
151151
# | xcpretty &&
152152
# cd ../../..
153153
#

0 commit comments

Comments
 (0)