Skip to content

Commit 5ad36cc

Browse files
authored
Release 2.0.0 (#361)
* Update dependency managers * Address deprecation warnings. Address #349. * Re-check test target in scheme * Remove Quick and Nimble * Modify Travis configuration: --use-xcframeworks * Re-add test target * Build Settings: Toggle 'Validate Workspace' * Embed QuickLayout * Update Travis script * Completely remove QuickLayout dependency * Update travis
1 parent cf1cde7 commit 5ad36cc

File tree

181 files changed

+755
-15682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+755
-15682
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "Carthage/Checkouts/QuickLayout"]
2-
path = Carthage/Checkouts/QuickLayout
3-
url = https://github.com/huri000/QuickLayout.git

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode11.6
2+
osx_image: xcode12.5
33
cache: cocoapods
44
podfile: Example/Podfile
55

@@ -12,11 +12,11 @@ env:
1212
before_install:
1313
- rvm use system
1414
- sudo gem install xcpretty
15-
- sudo gem install cocoapods -v '1.9.3'
15+
- sudo gem install cocoapods -v '1.11.2'
1616
- pod repo update
1717

1818
script:
1919
- set -o pipefail
20-
- carthage update --use-submodules
20+
- carthage update --use-xcframeworks
2121
- xcodebuild clean build test -workspace "$WORKSPACE" -scheme "$SCHEME" -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.6,name=iPhone 11' -configuration Debug | xcpretty
2222
- bash <(curl -s https://codecov.io/bash) -J 'SwiftEntryKit'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
Any notable changes to this project will be documented in this file.
33

4+
## 2.0.0
5+
6+
- Embed QuickLayout's source files within SwiftEntryKit
7+
48
## 1.2.7
59

610
### Fixes

Cartfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cartfile.resolved

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/QuickLayout

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ target 'SwiftEntryKitTests' do
88
platform :ios, '9.0'
99
use_frameworks!
1010
pod 'SwiftEntryKit', :path => '../'
11-
pod 'Quick', '2.0.0'
12-
pod 'Nimble', '8.0.1'
1311
end

Example/Podfile.lock

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
11
PODS:
2-
- Nimble (8.0.1)
3-
- Quick (2.0.0)
4-
- QuickLayout (3.0.0)
5-
- SwiftEntryKit (1.2.7):
6-
- QuickLayout (= 3.0.0)
2+
- SwiftEntryKit (2.0.0)
73

84
DEPENDENCIES:
9-
- Nimble (= 8.0.1)
10-
- Quick (= 2.0.0)
115
- SwiftEntryKit (from `../`)
126

13-
SPEC REPOS:
14-
https://github.com/CocoaPods/Specs.git:
15-
- Nimble
16-
- Quick
17-
- QuickLayout
18-
197
EXTERNAL SOURCES:
208
SwiftEntryKit:
219
:path: "../"
2210

2311
SPEC CHECKSUMS:
24-
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
25-
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
26-
QuickLayout: 07b45a72b10083fee3f095990cfed1c1e7b27f0a
27-
SwiftEntryKit: 537c92699d6034efb1ef9c32b11e0b37c97aa589
12+
SwiftEntryKit: 61b5fa36f34a97dd8013e48a7345bc4c4720be9a
2813

29-
PODFILE CHECKSUM: cfefcd17a3b135cb5b254a0b85e280fd33f2919e
14+
PODFILE CHECKSUM: 4a9dcc9519c6952cf55c5e7ca9ec3d298a97d96d
3015

31-
COCOAPODS: 1.10.0
16+
COCOAPODS: 1.11.2

Example/Pods/Local Podspecs/SwiftEntryKit.podspec.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 4 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift

Lines changed: 0 additions & 35 deletions
This file was deleted.

Example/Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m

Lines changed: 0 additions & 37 deletions
This file was deleted.

Example/Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h

Lines changed: 0 additions & 32 deletions
This file was deleted.

Example/Pods/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m

Lines changed: 0 additions & 50 deletions
This file was deleted.

Example/Pods/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)