Skip to content

Commit

Permalink
Resolve Xcode warnings. Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
babbage committed Mar 2, 2019
1 parent 53e7e4a commit 0c74e07
Show file tree
Hide file tree
Showing 9 changed files with 392 additions and 392 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* [#68](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/68): Fix error and add step to contributor text. - [@babbage](https://github.com/babbage).
* [#69](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/69): Replace Swap with Accept and Accept All. - [@babbage](https://github.com/babbage).
* [#70](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/70): Remove accepted images from failed image path. - [@babbage](https://github.com/babbage).
* [#76](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/71): Update for Xcode 10 .xcresult file format. - [@babbage](https://github.com/babbage).
* [#76](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/76): Update for Xcode 10 .xcresult file format. - [@babbage](https://github.com/babbage).
* [#78](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/78): Resolve Xcode warnings. Update dependencies. - [@babbage](https://github.com/babbage).

### 0.8.0 (11.10.2017)

Expand Down
6 changes: 4 additions & 2 deletions FBSnapshotsViewer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 1000;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = "Anton Domashnev";
TargetAttributes = {
6D4724B81E3E9F2300F38161 = {
Expand Down Expand Up @@ -954,12 +954,14 @@
"${BUILT_PRODUCTS_DIR}/KZFileWatchers/KZFileWatchers.framework",
"${BUILT_PRODUCTS_DIR}/Nuke/Nuke.framework",
"${PODS_ROOT}/Sparkle/Sparkle.framework",
"${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KZFileWatchers.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nuke.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework",
"${DWARF_DSYM_FOLDER_PATH}/Sparkle.framework.dSYM",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -1374,7 +1376,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_TEAM = Y4283X45U8;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protocol FolderEventsListenerOutput: class, AutoMockable {
protocol FolderEventsListener: AutoMockable {

/// Handler for `FolderEventsListener` output
weak var output: FolderEventsListenerOutput? { get set }
var output: FolderEventsListenerOutput? { get set }

/// Designated initializer to create new instance of FolderEventsListener
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,19 @@ class TestResultCell: NSCollectionViewItem {

// MARK: - Actions

@objc @IBAction func copySnapshotButtonClicked(_ sender: NSButton) {
@IBAction func copySnapshotButtonClicked(_ sender: NSButton) {
delegate?.testResultCell(self, copySnapshotButtonClicked: sender)
}

@objc @IBAction func viewInXcodeButtonClicked(_ sender: NSButton) {
@IBAction func viewInXcodeButtonClicked(_ sender: NSButton) {
delegate?.testResultCell(self, viewInXcodeButtonClicked: sender)
}

@objc @IBAction func viewInKaleidoscopeButtonClicked(_ sender: NSButton) {
@IBAction func viewInKaleidoscopeButtonClicked(_ sender: NSButton) {
delegate?.testResultCell(self, viewInKaleidoscopeButtonClicked: sender)
}

@objc @IBAction func acceptSnapshotsButtonClicked(_ sender: NSButton) {
@IBAction func acceptSnapshotsButtonClicked(_ sender: NSButton) {
delegate?.testResultCell(self, acceptSnapshotsButtonClicked: sender)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class TestResultsHeader: NSView, NSCollectionViewSectionHeaderView {

// MARK: - Actions

@objc @IBAction func acceptSnapshotsButtonClicked(_ sender: NSButton) {
@IBAction func acceptSnapshotsButtonClicked(_ sender: NSButton) {
delegate?.testResultsHeader(self, acceptSnapshotsButtonClicked: sender)
}
}
43 changes: 27 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
atomos (0.1.3)
babosa (1.0.2)
Expand Down Expand Up @@ -52,36 +52,38 @@ GEM
concurrent-ruby (1.0.5)
declarative (0.0.10)
declarative-option (0.1.0)
digest-crc (0.4.1)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.5.0)
emoji_regex (0.1.1)
dotenv (2.7.1)
emoji_regex (1.0.1)
escape (0.0.4)
excon (0.62.0)
faraday (0.15.3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.12.2)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.4)
fastlane (2.107.0)
fastimage (2.1.5)
fastlane (2.117.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
bundler (>= 1.12.0, < 2.0.0)
bundler (>= 1.12.0, < 3.0.0)
colored
commander-fastlane (>= 4.4.6, < 5.0.0)
dotenv (>= 2.1.1, < 3.0.0)
emoji_regex (~> 0.1)
emoji_regex (>= 0.1, < 2.0)
excon (>= 0.45.0, < 1.0.0)
faraday (~> 0.9)
faraday-cookie_jar (~> 0.0.6)
faraday_middleware (~> 0.9)
fastimage (>= 2.1.0, < 3.0.0)
gh_inspector (>= 1.1.2, < 2.0.0)
google-api-client (>= 0.21.2, < 0.24.0)
google-cloud-storage (>= 1.15.0, < 2.0.0)
highline (>= 1.7.2, < 2.0.0)
json (< 3.0.0)
mini_magick (~> 4.5.1)
Expand Down Expand Up @@ -113,6 +115,15 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.9)
google-cloud-core (1.3.0)
google-cloud-env (~> 1.0)
google-cloud-env (1.0.5)
faraday (~> 0.11)
google-cloud-storage (1.16.0)
digest-crc (~> 0.4)
google-api-client (~> 0.23)
google-cloud-core (~> 1.2)
googleauth (>= 0.6.2, < 0.10.0)
googleauth (0.6.7)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
Expand All @@ -126,7 +137,7 @@ GEM
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.1.0)
json (2.2.0)
jwt (2.1.0)
kramdown (1.17.0)
memoist (0.16.0)
Expand All @@ -144,7 +155,7 @@ GEM
naturally (2.2.0)
netrc (0.11.0)
os (1.0.0)
plist (3.4.0)
plist (3.5.0)
public_suffix (2.0.5)
representable (3.0.4)
declarative (< 0.1.0)
Expand All @@ -168,19 +179,19 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tty-cursor (0.6.0)
tty-cursor (0.6.1)
tty-screen (0.6.5)
tty-spinner (0.8.0)
tty-cursor (>= 0.5.0)
tty-spinner (0.9.0)
tty-cursor (~> 0.6.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.4.0)
unicode-display_width (1.4.1)
word_wrap (1.0.0)
xcodeproj (1.7.0)
xcodeproj (1.8.1)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down
22 changes: 11 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- KZFileWatchers (1.0.5)
- Nimble (7.3.1)
- KZFileWatchers (1.0.6)
- Nimble (7.3.4)
- Nuke (5.2)
- Quick (1.3.2)
- Quick (1.3.4)
- Sourcery (0.15.0)
- Sparkle (1.20.0)
- Sparkle (1.21.3)
- SwiftGen (4.2.1)
- SwiftLint (0.27.0)
- SwiftLint (0.31.0)

DEPENDENCIES:
- KZFileWatchers (~> 1.0)
Expand All @@ -30,15 +30,15 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
KZFileWatchers: cdb033e4120fbe61c8e0f4df3613d5894741653d
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
KZFileWatchers: 029e57c853bed7e6703786937135df5cb993fead
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
Nuke: 5f420c4637415f979c83afb35e73176dd03232d9
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
Quick: f4f7f063c524394c73ed93ac70983c609805d481
Sourcery: 5895672cae353cdbfa95f3f4aaeb75a664d76f6a
Sparkle: 48999e7ee032f05ca05e28451eadf4af8ede6b44
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
SwiftGen: 2ba2a88fc6130b96e38e2baa0029e4bd222ffd85
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3

PODFILE CHECKSUM: f2aa312bd89688aa16287520141fb963f25369df

COCOAPODS: 1.6.0.beta.2
COCOAPODS: 1.6.0
24 changes: 5 additions & 19 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,11 @@ Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
```

## Choose your installation method:

<table width="100%" >
<tr>
<th width="33%"><a href="http://brew.sh">Homebrew</a></td>
<th width="33%">Installer Script</td>
<th width="33%">Rubygems</td>
</tr>
<tr>
<td width="33%" align="center">macOS</td>
<td width="33%" align="center">macOS</td>
<td width="33%" align="center">macOS or Linux with Ruby 2.0.0 or above</td>
</tr>
<tr>
<td width="33%"><code>brew cask install fastlane</code></td>
<td width="33%"><a href="https://download.fastlane.tools">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
</tr>
</table>
Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`

# Available Actions
## Mac
Expand Down
Loading

0 comments on commit 0c74e07

Please sign in to comment.