Skip to content

Commit

Permalink
Merge pull request #14 from PGSSoft/release-version-1.6.0
Browse files Browse the repository at this point in the history
Release version 1.6.0
  • Loading branch information
dzoanb authored Oct 27, 2018
2 parents c86d6bc + cd5acf6 commit b02c5e2
Show file tree
Hide file tree
Showing 129 changed files with 3,781 additions and 6,522 deletions.
2 changes: 1 addition & 1 deletion AutoMate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AutoMate"
s.version = "1.5.0"
s.version = "1.6.0"
s.summary = "Swift framework containing set of helpful XCTest extensions for writing UI automation tests."
s.homepage = "https://github.com/PGSSoft/AutoMate"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions AutoMate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.5.0;
CURRENT_PROJECT_VERSION = 1.6.0;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -736,7 +736,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.5.0;
CURRENT_PROJECT_VERSION = 1.6.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
2 changes: 1 addition & 1 deletion AutoMate/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions AutoMate/LaunchArgumentProtocols.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ extension LaunchArgumentWithSingleValue where Self: LaunchArgumentValue {
/// let magicNumbers = UserDefaults.standard.stringArray(forKey: "MagicNumbers")
/// ```
public protocol LaunchArgumentWithMultipleValues: LaunchArgument, ExpressibleByArrayLiteral {
/// `LaunchArgumentValue` holds a set of requirements for the values a launch arguments can hold.
associatedtype Value: LaunchArgumentValue

/// Array of values associated to the launch argument.
Expand All @@ -140,6 +141,9 @@ public protocol LaunchArgumentWithMultipleValues: LaunchArgument, ExpressibleByA
init(_ values: [Value])

// MARK: ArrayLiteralConvertible
/// An argument that can hold multiple values uses an array as a storage.
/// For convienence client can initialize it with and array literal
/// containing element's of type `Value`.
associatedtype Element = Value
}

Expand Down
6 changes: 3 additions & 3 deletions AutoMateExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AutoMate-AppBuddy (1.3.0)
- AutoMate-AppBuddy (1.4.0)

DEPENDENCIES:
- AutoMate-AppBuddy (from `https://github.com/PGSSoft/AutoMate-AppBuddy`)
Expand All @@ -10,11 +10,11 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
AutoMate-AppBuddy:
:commit: 71790922db85220d910f184e4dc33ae0a369e986
:commit: a6601a707454e7aa5df977d76c4b6b43c5461ee4
:git: https://github.com/PGSSoft/AutoMate-AppBuddy

SPEC CHECKSUMS:
AutoMate-AppBuddy: ffa2000b5bd5df20449eeb79d2f41ca892ec6954
AutoMate-AppBuddy: 8b5401eb02fef53dc6721ff81fb8d6b726f85dc7

PODFILE CHECKSUM: 5dbd87bb043c48c4b92a48aec735ac21ab8272b1

Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://github.com/PGSSoft/AutoMate/releases/tag/1.5.0)
Released on 2018-10-27.

#### Added
- Support for Xcode 10, iOS 12 and new devices
- Compatibility with Swift 4.2 (#11) via David Seek

## [1.5.0](https://github.com/PGSSoft/AutoMate/releases/tag/1.5.0)
Released on 2018-01-11.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

source "https://rubygems.org"

gem 'cocoapods'
gem 'cocoapods', '~> 1.6.0.beta.2'
gem 'danger'
gem 'danger-conflict_checker'
gem 'danger-swiftlint'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@ GEM
cork
nap
open4 (~> 1.3)
cocoapods (1.5.3)
cocoapods (1.6.0.beta.2)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.5.3)
cocoapods-core (= 1.6.0.beta.2)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.0, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.0, < 2.0)
cocoapods-trunk (>= 1.3.1, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.6.5)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.1)
xcodeproj (>= 1.5.7, < 2.0)
cocoapods-core (1.5.3)
ruby-macho (~> 1.3, >= 1.3.1)
xcodeproj (>= 1.7.0, < 2.0)
cocoapods-core (1.6.0.beta.2)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.2.1)
cocoapods-downloader (1.2.2)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
git (~> 1.3.0)
danger-plugin-api (1.0.0)
danger (> 2.0)
danger-swiftlint (0.17.3)
danger-swiftlint (0.17.4)
danger
rake (> 10)
thor (~> 0.19)
Expand All @@ -99,7 +99,7 @@ GEM
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.4)
fastlane (2.105.2)
fastlane (2.107.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -154,10 +154,10 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.9)
googleauth (0.6.6)
googleauth (0.6.7)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.12)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
Expand Down Expand Up @@ -199,7 +199,7 @@ GEM
naturally (2.2.0)
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (4.12.0)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
os (1.0.0)
Expand Down Expand Up @@ -227,7 +227,7 @@ GEM
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
security (0.1.3)
signet (0.10.0)
signet (0.11.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
word_wrap (1.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.6.0)
xcodeproj (1.7.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand All @@ -275,7 +275,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods
cocoapods (~> 1.6.0.beta.2)
danger
danger-conflict_checker
danger-swiftlint
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/AppUITestCase.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<a href="../Other Functions.html">Other Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Other Functions.html#/s:8AutoMate2eeoiSbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
<a href="../Other Functions.html#/s:8AutoMate2eeoiySbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -416,7 +416,7 @@
<h1>AppUITestCase</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AppUITestCase</span><span class="p">:</span> <span class="kt">XCTestCase</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AppUITestCase</span> <span class="p">:</span> <span class="kt">XCTestCase</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -545,8 +545,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-01-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-10-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
16 changes: 8 additions & 8 deletions docs/Classes/BaseAppPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<a href="../Other Functions.html">Other Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Other Functions.html#/s:8AutoMate2eeoiSbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
<a href="../Other Functions.html#/s:8AutoMate2eeoiySbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -416,7 +416,7 @@
<h1>BaseAppPage</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">BaseAppPage</span><span class="p">:</span> <span class="kt"><a href="../Protocols/BaseAppPageProtocol.html">BaseAppPageProtocol</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">BaseAppPage</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/BaseAppPageProtocol.html">BaseAppPageProtocol</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -450,9 +450,9 @@ <h3 class="section-name">Properties</h3>
<li class="item">
<div>
<code>
<a name="/s:8AutoMate11BaseAppPageC4viewSo11XCUIElementCv"></a>
<a name="/s:8AutoMate11BaseAppPageC4viewSo11XCUIElementCvp"></a>
<a name="//apple_ref/swift/Property/view" class="dashAnchor"></a>
<a class="token" href="#/s:8AutoMate11BaseAppPageC4viewSo11XCUIElementCv">view</a>
<a class="token" href="#/s:8AutoMate11BaseAppPageC4viewSo11XCUIElementCvp">view</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -493,9 +493,9 @@ <h3 class="section-name">Initialization</h3>
<li class="item">
<div>
<code>
<a name="/s:8AutoMate11BaseAppPageCACSo11XCUIElementC2in_tcfc"></a>
<a name="/s:8AutoMate11BaseAppPageC2inACSo11XCUIElementC_tcfc"></a>
<a name="//apple_ref/swift/Method/init(in:)" class="dashAnchor"></a>
<a class="token" href="#/s:8AutoMate11BaseAppPageCACSo11XCUIElementC2in_tcfc">init(in:)</a>
<a class="token" href="#/s:8AutoMate11BaseAppPageC2inACSo11XCUIElementC_tcfc">init(in:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -546,8 +546,8 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-01-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-10-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
20 changes: 17 additions & 3 deletions docs/Classes/HealthPermissionPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<a href="../Other Functions.html">Other Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Other Functions.html#/s:8AutoMate2eeoiSbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
<a href="../Other Functions.html#/s:8AutoMate2eeoiySbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -489,6 +489,13 @@ <h3 class="section-name">Elements</h3>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/IdentifiableByElement"></a>
<a name="//apple_ref/swift/Section/IdentifiableByElement" class="dashAnchor"></a>
<a href="#/IdentifiableByElement">
<h3 class="section-name">IdentifiableByElement</h3>
</a>
</div>
<ul>
<li class="item">
<div>
Expand All @@ -514,6 +521,13 @@ <h3 class="section-name">Elements</h3>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Locators"></a>
<a name="//apple_ref/swift/Section/Locators" class="dashAnchor"></a>
<a href="#/Locators">
<h3 class="section-name">Locators</h3>
</a>
</div>
<ul>
<li class="item">
<div>
Expand Down Expand Up @@ -544,8 +558,8 @@ <h3 class="section-name">Elements</h3>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-01-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-10-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/HealthPermissionPage/Locators.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<a href="../../Other Functions.html">Other Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../../Other Functions.html#/s:8AutoMate2eeoiSbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
<a href="../../Other Functions.html#/s:8AutoMate2eeoiySbAA16LaunchOptionsSetV_ADtF">==(_:_:)</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -448,8 +448,8 @@ <h1>Locators</h1>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-01-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://github.com/PGSSoft/AutoMate" target="_blank" rel="external">Joanna Bednarz, Paweł Szot, Bartosz Janda, Paweł Kania, Michał Myśliwiec, Ewelina Cyło, and Mateusz Nicpoń</a>. All rights reserved. (Last updated: 2018-10-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit b02c5e2

Please sign in to comment.