forked from jjochen/JJFloatingActionButton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and circleci configuration (jjochen#148)
* update dependencies * remove CODE_SIGNING_REQUIRED=NO for tests * reintegrate cocoapods * add device agnostic snapshot for iPhone X on iOS 11.4 * use xcode 9.4 and iOS 11.4 on circle ci * upgrade to recommended project settings * hr in readme * swiftformat, resolve linter warnings * improve tests for JJCircleView (does not fix problem with coverage: http://www.openradar.me/40734694)
- Loading branch information
Showing
16 changed files
with
183 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
173 changes: 81 additions & 92 deletions
173
Example/JJFloatingActionButton.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Example/JJFloatingActionButton.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,42 @@ | ||
PODS: | ||
- FBSnapshotTestCase (2.1.4): | ||
- FBSnapshotTestCase/SwiftSupport (= 2.1.4) | ||
- FBSnapshotTestCase/Core (2.1.4) | ||
- FBSnapshotTestCase/SwiftSupport (2.1.4): | ||
- FBSnapshotTestCase/Core | ||
- iOSSnapshotTestCase (3.0.0): | ||
- iOSSnapshotTestCase/SwiftSupport (= 3.0.0) | ||
- iOSSnapshotTestCase/Core (3.0.0) | ||
- iOSSnapshotTestCase/SwiftSupport (3.0.0): | ||
- iOSSnapshotTestCase/Core | ||
- JJFloatingActionButton (0.9.2) | ||
- Nimble (7.0.3) | ||
- Nimble-Snapshots (6.3.0): | ||
- Nimble-Snapshots/Core (= 6.3.0) | ||
- Nimble-Snapshots/Core (6.3.0): | ||
- FBSnapshotTestCase (~> 2.0) | ||
- Nimble (7.1.2) | ||
- Nimble-Snapshots (6.7.1): | ||
- Nimble-Snapshots/Core (= 6.7.1) | ||
- Nimble-Snapshots/Core (6.7.1): | ||
- iOSSnapshotTestCase (~> 3.0) | ||
- Nimble (~> 7.0) | ||
- Quick (1.2.0) | ||
- Quick (1.3.0) | ||
|
||
DEPENDENCIES: | ||
- JJFloatingActionButton (from `../`) | ||
- Nimble | ||
- Nimble-Snapshots | ||
- Quick | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- iOSSnapshotTestCase | ||
- Nimble | ||
- Nimble-Snapshots | ||
- Quick | ||
|
||
EXTERNAL SOURCES: | ||
JJFloatingActionButton: | ||
:path: ../ | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a | ||
iOSSnapshotTestCase: 23984ffe05289728d646cbb6a7a10b4fb1c93440 | ||
JJFloatingActionButton: 15cdcbef3c733b6b103484e64066b99f07ad486f | ||
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac | ||
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52 | ||
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08 | ||
Nimble: 3835ba9f459daa6b347f8a8e110aaae8ca1920a8 | ||
Nimble-Snapshots: 7ab1d5fd4a794b983805c6f6b8091fb00d772754 | ||
Quick: 03278013f71aa05fe9ecabc94fbcc6835f1ee76f | ||
|
||
PODFILE CHECKSUM: 8c19971bc03b1102942bae8dc764247c0986032d | ||
|
||
COCOAPODS: 1.4.0 | ||
COCOAPODS: 1.5.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+63.7 KB
...nButton__looks_correct_when_placed_in_view_controller_iPhone11_4_375x812@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters