Skip to content

Commit dc933f5

Browse files
committed
Update libraries
1 parent b4768ab commit dc933f5

File tree

8 files changed

+65
-50
lines changed

8 files changed

+65
-50
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby-2.7.0

Gemfile.lock

Lines changed: 44 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,90 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
5-
activesupport (4.2.10)
4+
CFPropertyList (3.0.2)
5+
activesupport (4.2.11.3)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
atomos (0.1.2)
11-
claide (1.0.2)
10+
algoliasearch (1.27.3)
11+
httpclient (~> 2.8, >= 2.8.3)
12+
json (>= 1.5.1)
13+
atomos (0.1.3)
14+
claide (1.0.3)
1215
clamp (0.6.5)
13-
cocoapods (1.5.3)
16+
cocoapods (1.9.3)
1417
activesupport (>= 4.0.2, < 5)
1518
claide (>= 1.0.2, < 2.0)
16-
cocoapods-core (= 1.5.3)
17-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
18-
cocoapods-downloader (>= 1.2.0, < 2.0)
19+
cocoapods-core (= 1.9.3)
20+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
21+
cocoapods-downloader (>= 1.2.2, < 2.0)
1922
cocoapods-plugins (>= 1.0.0, < 2.0)
2023
cocoapods-search (>= 1.0.0, < 2.0)
2124
cocoapods-stats (>= 1.0.0, < 2.0)
22-
cocoapods-trunk (>= 1.3.0, < 2.0)
25+
cocoapods-trunk (>= 1.4.0, < 2.0)
2326
cocoapods-try (>= 1.1.0, < 2.0)
2427
colored2 (~> 3.1)
2528
escape (~> 0.0.4)
26-
fourflusher (~> 2.0.1)
29+
fourflusher (>= 2.3.0, < 3.0)
2730
gh_inspector (~> 1.0)
28-
molinillo (~> 0.6.5)
31+
molinillo (~> 0.6.6)
2932
nap (~> 1.0)
30-
ruby-macho (~> 1.1)
31-
xcodeproj (>= 1.5.7, < 2.0)
32-
cocoapods-core (1.5.3)
33+
ruby-macho (~> 1.4)
34+
xcodeproj (>= 1.14.0, < 2.0)
35+
cocoapods-core (1.9.3)
3336
activesupport (>= 4.0.2, < 6)
37+
algoliasearch (~> 1.0)
38+
concurrent-ruby (~> 1.1)
3439
fuzzy_match (~> 2.0.4)
3540
nap (~> 1.0)
36-
cocoapods-deintegrate (1.0.2)
37-
cocoapods-downloader (1.2.1)
41+
netrc (~> 0.11)
42+
typhoeus (~> 1.0)
43+
cocoapods-deintegrate (1.0.4)
44+
cocoapods-downloader (1.4.0)
3845
cocoapods-plugins (1.0.0)
3946
nap
4047
cocoapods-search (1.0.0)
41-
cocoapods-stats (1.0.0)
42-
cocoapods-trunk (1.3.0)
48+
cocoapods-stats (1.1.0)
49+
cocoapods-trunk (1.5.0)
4350
nap (>= 0.8, < 2.0)
4451
netrc (~> 0.11)
45-
cocoapods-try (1.1.0)
52+
cocoapods-try (1.2.0)
4653
colored2 (3.1.2)
4754
colorize (0.8.1)
48-
concurrent-ruby (1.0.5)
55+
concurrent-ruby (1.1.7)
4956
escape (0.0.4)
50-
fourflusher (2.0.1)
57+
ethon (0.12.0)
58+
ffi (>= 1.3.0)
59+
ffi (1.13.1)
60+
fourflusher (2.3.1)
5161
fuzzy_match (2.0.4)
5262
gh_inspector (1.1.3)
63+
httpclient (2.8.3)
5364
i18n (0.9.5)
5465
concurrent-ruby (~> 1.0)
55-
minitest (5.11.3)
56-
molinillo (0.6.5)
57-
nanaimo (0.2.5)
66+
json (2.3.1)
67+
minitest (5.14.1)
68+
molinillo (0.6.6)
69+
nanaimo (0.3.0)
5870
nap (1.1.0)
5971
netrc (0.11.0)
60-
ruby-macho (1.1.0)
72+
ruby-macho (1.4.0)
6173
synx (0.2.1)
6274
clamp (~> 0.6)
6375
colorize (~> 0.7)
6476
xcodeproj (~> 1.0)
6577
thread_safe (0.3.6)
66-
tzinfo (1.2.5)
78+
typhoeus (1.4.0)
79+
ethon (>= 0.9.0)
80+
tzinfo (1.2.7)
6781
thread_safe (~> 0.1)
68-
xcodeproj (1.5.9)
82+
xcodeproj (1.18.0)
6983
CFPropertyList (>= 2.3.3, < 4.0)
70-
atomos (~> 0.1.2)
84+
atomos (~> 0.1.3)
7185
claide (>= 1.0.2, < 2.0)
7286
colored2 (~> 3.1)
73-
nanaimo (~> 0.2.5)
87+
nanaimo (~> 0.3.0)
7488

7589
PLATFORMS
7690
ruby
@@ -80,4 +94,4 @@ DEPENDENCIES
8094
synx
8195

8296
BUNDLED WITH
83-
1.16.1
97+
2.1.2

LayoutFrameworkBenchmark.xcodeproj/project.pbxproj

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@
241241
TargetAttributes = {
242242
24661CFB1F4EFFF5002CB883 = {
243243
CreatedOnToolsVersion = 8.3.2;
244-
DevelopmentTeam = ZYH5WDPX24;
245244
LastSwiftMigration = 1010;
246245
ProvisioningStyle = Automatic;
247246
};
@@ -252,6 +251,7 @@
252251
developmentRegion = English;
253252
hasScannedForEncodings = 0;
254253
knownRegions = (
254+
English,
255255
en,
256256
Base,
257257
);
@@ -284,7 +284,7 @@
284284
files = (
285285
);
286286
inputPaths = (
287-
"${SRCROOT}/Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh",
287+
"${PODS_ROOT}/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh",
288288
"${BUILT_PRODUCTS_DIR}/FlexLayout/FlexLayout.framework",
289289
"${BUILT_PRODUCTS_DIR}/LayoutKit/LayoutKit.framework",
290290
"${BUILT_PRODUCTS_DIR}/NKFrameLayoutKit/NKFrameLayoutKit.framework",
@@ -303,7 +303,7 @@
303303
);
304304
runOnlyForDeploymentPostprocessing = 0;
305305
shellPath = /bin/sh;
306-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh\"\n";
306+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LayoutFrameworkBenchmark/Pods-LayoutFrameworkBenchmark-frameworks.sh\"\n";
307307
showEnvVarsInLog = 0;
308308
};
309309
FB2DF4C2068AD4C560959816 /* [CP] Check Pods Manifest.lock */ = {
@@ -480,11 +480,13 @@
480480
baseConfigurationReference = 73BD901DE3512A23A7603899 /* Pods-LayoutFrameworkBenchmark.debug.xcconfig */;
481481
buildSettings = {
482482
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
483+
CODE_SIGN_IDENTITY = "Apple Development";
483484
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
484-
DEVELOPMENT_TEAM = ZYH5WDPX24;
485+
CODE_SIGN_STYLE = Automatic;
486+
DEVELOPMENT_TEAM = "";
485487
INFOPLIST_FILE = LayoutFrameworkBenchmark/Info.plist;
486488
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
487-
PRODUCT_BUNDLE_IDENTIFIER = com.mirego.test.dev;
489+
PRODUCT_BUNDLE_IDENTIFIER = com.layoutbox.LayoutFrameworkBenchmark;
488490
PRODUCT_NAME = "$(TARGET_NAME)";
489491
PROVISIONING_PROFILE_SPECIFIER = "";
490492
SWIFT_VERSION = 4.2;
@@ -496,11 +498,13 @@
496498
baseConfigurationReference = 1A3C4D1FF88A9395CE622CF2 /* Pods-LayoutFrameworkBenchmark.release.xcconfig */;
497499
buildSettings = {
498500
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
501+
CODE_SIGN_IDENTITY = "Apple Development";
499502
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
500-
DEVELOPMENT_TEAM = ZYH5WDPX24;
503+
CODE_SIGN_STYLE = Automatic;
504+
DEVELOPMENT_TEAM = "";
501505
INFOPLIST_FILE = LayoutFrameworkBenchmark/Info.plist;
502506
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
503-
PRODUCT_BUNDLE_IDENTIFIER = com.mirego.test.dev;
507+
PRODUCT_BUNDLE_IDENTIFIER = com.layoutbox.LayoutFrameworkBenchmark;
504508
PRODUCT_NAME = "$(TARGET_NAME)";
505509
PROVISIONING_PROFILE_SPECIFIER = "";
506510
SWIFT_VERSION = 4.2;

LayoutFrameworkBenchmark.xcodeproj/xcshareddata/xcschemes/LayoutFrameworkBenchmark.xcscheme

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:LayoutFrameworkBenchmark.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Release"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:LayoutFrameworkBenchmark.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"

LayoutFrameworkBenchmark/Benchmarks/BenchmarkViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class BenchmarkViewController: UITableViewController {
4949
return CollectionViewControllerFeedItemNotAutoLayoutView(data: data)
5050
}),
5151

52-
ViewControllerData(title: "PinLayout 1.8", factoryBlock: { viewCount in
52+
ViewControllerData(title: "PinLayout 1.9", factoryBlock: { viewCount in
5353
let data = FeedItemData.generate(count: viewCount)
5454
return CollectionViewControllerFeedItemPinLayoutView(data: data)
5555
}),

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- FlexLayout (1.3.11)
2+
- FlexLayout (1.3.20)
33
- LayoutKit (10.0.1)
44
- NKFrameLayoutKit (2.4)
55
- NotAutoLayout (3.2.0)
6-
- PinLayout (1.8.6)
6+
- PinLayout (1.9.2)
77
- Reveal-SDK (19)
88

99
DEPENDENCIES:
@@ -15,7 +15,7 @@ DEPENDENCIES:
1515
- Reveal-SDK
1616

1717
SPEC REPOS:
18-
https://github.com/cocoapods/specs.git:
18+
https://github.com/CocoaPods/Specs.git:
1919
- FlexLayout
2020
- LayoutKit
2121
- NKFrameLayoutKit
@@ -24,13 +24,13 @@ SPEC REPOS:
2424
- Reveal-SDK
2525

2626
SPEC CHECKSUMS:
27-
FlexLayout: b008184d23aae0c56e1c916e803445a13a6f4e5a
27+
FlexLayout: 025dd153bd5618dcc9f93ef914106d7dc2a86fdc
2828
LayoutKit: 4e69fb0f1cc3e9c2a764b58f99e88004f5da861c
2929
NKFrameLayoutKit: c119f04a6ac305c7db5e29e1b856cee0e8a661bb
3030
NotAutoLayout: 4723ad82a21a7c6c60c823fff7f7c29467811b92
31-
PinLayout: fe2a2432d6982588e208572005c941aeeae417ab
31+
PinLayout: 0d96022e46e8b80468d819f182a393b97ca038da
3232
Reveal-SDK: 9f0d2c6c12eb7507921e5454ac165b7aa21140a4
3333

3434
PODFILE CHECKSUM: 3e63d42365b39b217c5809f0c7ebad9865d228e2
3535

36-
COCOAPODS: 1.5.3
36+
COCOAPODS: 1.9.3
1.23 KB
Loading
-514 Bytes
Loading

0 commit comments

Comments
 (0)