Browse Source

Logging changes + version bump

pull/92/head
Abhishek 5 years ago
parent
commit
85f69d91f4
  1. 4
      Clocker/Clocker/Clocker-Info.plist
  2. 3
      Clocker/Preferences/General/SearchDataSource.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.13</string> <string>1.6.14</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>68</string> <string>69</string>
<key>Fabric</key> <key>Fabric</key>
<dict> <dict>
<key>APIKey</key> <key>APIKey</key>

3
Clocker/Preferences/General/SearchDataSource.swift

@ -76,9 +76,6 @@ class SearchDataSource: NSObject {
abbreviation: abbreviation) abbreviation: abbreviation)
timezoneArray.append(timezoneMetadata) timezoneArray.append(timezoneMetadata)
} }
print(TimeZone.knownTimeZoneIdentifiers.count)
print(timezoneArray.count)
} }
func calculateArray() { func calculateArray() {

Loading…
Cancel
Save