Skip to content

Commit

Permalink
Merge pull request #25 from susemi99/develop
Browse files Browse the repository at this point in the history
v2.11.1
  • Loading branch information
Changhoon, Jin committed Oct 30, 2016
2 parents 813396e + b2f8a00 commit a7b356e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions GPXTracker2/GPXTracker2/FileListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ class FileListViewController: UITableViewController {

let documentsUrl = fileManager.urls(for: .documentDirectory, in: .userDomainMask).first!
addFilesInDirectory(documentsUrl)

// received from iCloud Drive
let tempDirectoryURL = NSURL.fileURL(withPath: NSTemporaryDirectory(), isDirectory: true)
addFilesInDirectory(tempDirectoryURL)

tableView.reloadData()
HUD.hide()
}
Expand Down
4 changes: 2 additions & 2 deletions GPXTracker2/GPXTracker2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.11.0</string>
<string>2.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.11.0</string>
<string>2.11.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit a7b356e

Please sign in to comment.