Skip to content

Commit

Permalink
print rom url
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel O'Flaherty-Chan committed Mar 21, 2017
1 parent 1d2d82b commit f196043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions giovanni_iOS/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ class ViewController: UIViewController {
super.viewDidLoad()

prepareSession()

if let documentsDirectory = documentsDirectory {
print("ROM URL: \(documentsDirectory)")
}
}

override var preferredStatusBarStyle: UIStatusBarStyle {
Expand Down

0 comments on commit f196043

Please sign in to comment.