Browse Source

Version bumps.

pull/92/head
Abhishek 5 years ago
parent
commit
7a41e863ad
  1. 4
      Clocker/Clocker/Clocker-Info.plist
  2. 2
      Clocker/ClockerUITests/AboutUsTests.swift

4
Clocker/Clocker/Clocker-Info.plist

@ -13,11 +13,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.6.10</string> <string>1.6.13</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>65</string> <string>68</string>
<key>Fabric</key> <key>Fabric</key>
<dict> <dict>
<key>APIKey</key> <key>APIKey</key>

2
Clocker/ClockerUITests/AboutUsTests.swift

@ -32,7 +32,7 @@ class AboutUsTests: XCTestCase {
tapAboutTab() tapAboutTab()
let expectedVersion = "Clocker 1.6.12 (67)" let expectedVersion = "Clocker 1.6.13 (68)"
guard let presentVersion = app.windows["Clocker"].staticTexts["ClockerVersion"].value as? String else { guard let presentVersion = app.windows["Clocker"].staticTexts["ClockerVersion"].value as? String else {
XCTFail("Present version not present") XCTFail("Present version not present")
return return

Loading…
Cancel
Save