adjusted OSX example app dir structure and search paths

This commit is contained in:
Joseph Henry
2016-07-17 16:14:09 -07:00
parent e352c2a613
commit 4d032d5ec7
30 changed files with 21 additions and 22 deletions

View File

@@ -0,0 +1,25 @@
//
// ViewController.swift
// Example_iOS_App
//
// Created by Joseph Henry on 7/10/16.
// Copyright © 2016 ZeroTier Inc. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}