Skip to content

Commit 8f00d06

Browse files
author
Luc Dion
committed
Update pods
1 parent 67eb69f commit 8f00d06

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: objective-c
2-
osx_image: xcode9.4
2+
osx_image: xcode10.0
33

44
before_install:
55
- gem install xcpretty-travis-formatter;
66
- gem install cocoapods --no-document --quiet;
77
- pod install --repo-update;
88

99
script:
10-
- set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator11.4 -destination 'platform=iOS Simulator,name=iPhone 8' build | xcpretty -f `xcpretty-travis-formatter`
10+
- set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator12.0 -destination 'platform=iOS Simulator,name=iPhone 8' build | xcpretty -f `xcpretty-travis-formatter`

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"${BUILT_PRODUCTS_DIR}/NKFrameLayoutKit/NKFrameLayoutKit.framework",
291291
"${BUILT_PRODUCTS_DIR}/NotAutoLayout/NotAutoLayout.framework",
292292
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
293-
"${PODS_ROOT}/Reveal-SDK/RevealServer-16/iOS/RevealServer.framework",
293+
"${PODS_ROOT}/Reveal-SDK/RevealServer-19/iOS/RevealServer.framework",
294294
);
295295
name = "[CP] Embed Pods Frameworks";
296296
outputPaths = (

Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
2-
- FlexLayout (1.3.9)
3-
- LayoutKit (8.0.1)
4-
- NKFrameLayoutKit (2.1)
5-
- NotAutoLayout (3.1.1)
6-
- PinLayout (1.7.9)
7-
- Reveal-SDK (16)
2+
- FlexLayout (1.3.11)
3+
- LayoutKit (10.0.1)
4+
- NKFrameLayoutKit (2.4)
5+
- NotAutoLayout (3.2.0)
6+
- PinLayout (1.8.6)
7+
- Reveal-SDK (19)
88

99
DEPENDENCIES:
1010
- FlexLayout
@@ -24,12 +24,12 @@ SPEC REPOS:
2424
- Reveal-SDK
2525

2626
SPEC CHECKSUMS:
27-
FlexLayout: dbe4b2da72ee63d7145cf32bb5bfba375aeeb9e6
28-
LayoutKit: dab1c2eea7a0bf9d8d755a8a793f87a929768455
29-
NKFrameLayoutKit: 6a2f6ac34f85d495e683ea0f7f1605903a4d3e00
30-
NotAutoLayout: 2e6e82146dcb556cb61fcfd638b202639c167e84
31-
PinLayout: 21ce87a865407a7a3c8a38a326611c476095fedf
32-
Reveal-SDK: ed36bdbb3cbf90b94ae5da0dbcb3c7ae6738c51f
27+
FlexLayout: b008184d23aae0c56e1c916e803445a13a6f4e5a
28+
LayoutKit: 4e69fb0f1cc3e9c2a764b58f99e88004f5da861c
29+
NKFrameLayoutKit: c119f04a6ac305c7db5e29e1b856cee0e8a661bb
30+
NotAutoLayout: 4723ad82a21a7c6c60c823fff7f7c29467811b92
31+
PinLayout: fe2a2432d6982588e208572005c941aeeae417ab
32+
Reveal-SDK: 9f0d2c6c12eb7507921e5454ac165b7aa21140a4
3333

3434
PODFILE CHECKSUM: 7f58ddd1b9687b031aeb33d986faeaf19ed0e225
3535

0 commit comments

Comments
 (0)