├── screenshot.jpg
├── MapKit tvOS
├── Assets.xcassets
│ ├── Contents.json
│ ├── App Icon & Top Shelf Image.brandassets
│ │ ├── App Icon - Large.imagestack
│ │ │ ├── Back.imagestacklayer
│ │ │ │ ├── Contents.json
│ │ │ │ └── Content.imageset
│ │ │ │ │ └── Contents.json
│ │ │ ├── Front.imagestacklayer
│ │ │ │ ├── Contents.json
│ │ │ │ └── Content.imageset
│ │ │ │ │ └── Contents.json
│ │ │ ├── Middle.imagestacklayer
│ │ │ │ ├── Contents.json
│ │ │ │ └── Content.imageset
│ │ │ │ │ └── Contents.json
│ │ │ └── Contents.json
│ │ ├── App Icon - Small.imagestack
│ │ │ ├── Back.imagestacklayer
│ │ │ │ ├── Contents.json
│ │ │ │ └── Content.imageset
│ │ │ │ │ └── Contents.json
│ │ │ ├── Front.imagestacklayer
│ │ │ │ ├── Contents.json
│ │ │ │ └── Content.imageset
│ │ │ │ │ └── Contents.json
│ │ │ ├── Middle.imagestacklayer
│ │ │ │ ├── Contents.json
│ │ │ │ └── Content.imageset
│ │ │ │ │ └── Contents.json
│ │ │ └── Contents.json
│ │ ├── Top Shelf Image.imageset
│ │ │ └── Contents.json
│ │ └── Contents.json
│ └── LaunchImage.launchimage
│ │ └── Contents.json
├── Info.plist
├── ViewController.swift
├── AppDelegate.swift
└── Base.lproj
│ └── Main.storyboard
├── README.md
└── MapKit tvOS.xcodeproj
├── project.xcworkspace
├── xcuserdata
│ └── nicolas.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
└── contents.xcworkspacedata
├── xcuserdata
└── nicolas.xcuserdatad
│ ├── xcschemes
│ ├── xcschememanagement.plist
│ └── ghhghhh.xcscheme
│ └── xcdebugger
│ └── Breakpoints_v2.xcbkptlist
└── project.pbxproj
/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MacGeneration/MapKit-tvOS/HEAD/screenshot.jpg
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # MapKit tvOS
2 |
3 | Xcode projet written in Swift to create a tvOS app displaying a map using MapKit. It needs Xcode 7.3 and tvOS 9.2.
4 |
5 | 
6 |
7 | Demo video : https://www.youtube.com/watch?v=Qkoc80TR19o
--------------------------------------------------------------------------------
/MapKit tvOS.xcodeproj/project.xcworkspace/xcuserdata/nicolas.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MacGeneration/MapKit-tvOS/HEAD/MapKit tvOS.xcodeproj/project.xcworkspace/xcuserdata/nicolas.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/MapKit tvOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "tv",
5 | "scale" : "1x"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "tv",
5 | "scale" : "1x"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "tv",
5 | "scale" : "1x"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "tv",
5 | "scale" : "1x"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "tv",
5 | "scale" : "1x"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "tv",
5 | "scale" : "1x"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "tv",
5 | "scale" : "1x"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/LaunchImage.launchimage/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "orientation" : "landscape",
5 | "idiom" : "tv",
6 | "extent" : "full-screen",
7 | "minimum-system-version" : "9.0",
8 | "scale" : "1x"
9 | }
10 | ],
11 | "info" : {
12 | "version" : 1,
13 | "author" : "xcode"
14 | }
15 | }
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "layers" : [
3 | {
4 | "filename" : "Front.imagestacklayer"
5 | },
6 | {
7 | "filename" : "Middle.imagestacklayer"
8 | },
9 | {
10 | "filename" : "Back.imagestacklayer"
11 | }
12 | ],
13 | "info" : {
14 | "version" : 1,
15 | "author" : "xcode"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "layers" : [
3 | {
4 | "filename" : "Front.imagestacklayer"
5 | },
6 | {
7 | "filename" : "Middle.imagestacklayer"
8 | },
9 | {
10 | "filename" : "Back.imagestacklayer"
11 | }
12 | ],
13 | "info" : {
14 | "version" : 1,
15 | "author" : "xcode"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/MapKit tvOS.xcodeproj/xcuserdata/nicolas.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | ghhghhh.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | 3710219D1C4532CF0080F842
16 |
17 | primary
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/MapKit tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "assets" : [
3 | {
4 | "size" : "1280x768",
5 | "idiom" : "tv",
6 | "filename" : "App Icon - Large.imagestack",
7 | "role" : "primary-app-icon"
8 | },
9 | {
10 | "size" : "400x240",
11 | "idiom" : "tv",
12 | "filename" : "App Icon - Small.imagestack",
13 | "role" : "primary-app-icon"
14 | },
15 | {
16 | "size" : "1920x720",
17 | "idiom" : "tv",
18 | "filename" : "Top Shelf Image.imageset",
19 | "role" : "top-shelf-image"
20 | }
21 | ],
22 | "info" : {
23 | "version" : 1,
24 | "author" : "xcode"
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/MapKit tvOS/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | APPL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleSignature
20 | ????
21 | CFBundleVersion
22 | 1
23 | LSRequiresIPhoneOS
24 |
25 | UIMainStoryboardFile
26 | Main
27 | UIRequiredDeviceCapabilities
28 |
29 | arm64
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/MapKit tvOS/ViewController.swift:
--------------------------------------------------------------------------------
1 | //
2 | // ViewController.swift
3 | // ghhghhh
4 | //
5 | // Created by Nicolas on 12/01/2016.
6 | // Copyright © 2016 Nicolas. All rights reserved.
7 | //
8 |
9 | import UIKit
10 | import MapKit
11 |
12 | class ViewController: UIViewController
13 | {
14 | @IBOutlet var mv: MKMapView?
15 |
16 | override func viewDidLoad()
17 | {
18 | super.viewDidLoad()
19 |
20 | let METERS_PER_MILE = 1609.344
21 |
22 | // Do any additional setup after loading the view, typically from a nib.
23 | let zoomLocation = CLLocationCoordinate2D(latitude:45.7555, longitude:4.843)
24 |
25 | // 2
26 | let viewRegion = MKCoordinateRegionMakeWithDistance(zoomLocation, 0.5*METERS_PER_MILE, 0.5*METERS_PER_MILE);
27 |
28 | // 3
29 | mv?.setRegion(viewRegion, animated: true)
30 | }
31 |
32 | override func didReceiveMemoryWarning() {
33 | super.didReceiveMemoryWarning()
34 | // Dispose of any resources that can be recreated.
35 | }
36 |
37 |
38 | }
39 |
40 |
--------------------------------------------------------------------------------
/MapKit tvOS.xcodeproj/xcuserdata/nicolas.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
8 |
20 |
21 |
22 |
24 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/MapKit tvOS/AppDelegate.swift:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.swift
3 | // ghhghhh
4 | //
5 | // Created by Nicolas on 12/01/2016.
6 | // Copyright © 2016 Nicolas. All rights reserved.
7 | //
8 |
9 | import UIKit
10 |
11 | @UIApplicationMain
12 | class AppDelegate: UIResponder, UIApplicationDelegate {
13 |
14 | var window: UIWindow?
15 |
16 |
17 | func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
18 | // Override point for customization after application launch.
19 | return true
20 | }
21 |
22 | func applicationWillResignActive(application: UIApplication) {
23 | // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
24 | // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
25 | }
26 |
27 | func applicationDidEnterBackground(application: UIApplication) {
28 | // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
29 | // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
30 | }
31 |
32 | func applicationWillEnterForeground(application: UIApplication) {
33 | // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
34 | }
35 |
36 | func applicationDidBecomeActive(application: UIApplication) {
37 | // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
38 | }
39 |
40 | func applicationWillTerminate(application: UIApplication) {
41 | // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
42 | }
43 |
44 |
45 | }
46 |
47 |
--------------------------------------------------------------------------------
/MapKit tvOS/Base.lproj/Main.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/MapKit tvOS.xcodeproj/xcuserdata/nicolas.xcuserdatad/xcschemes/ghhghhh.xcscheme:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
16 |
22 |
23 |
24 |
25 |
26 |
31 |
32 |
33 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
55 |
57 |
63 |
64 |
65 |
66 |
67 |
68 |
74 |
76 |
82 |
83 |
84 |
85 |
87 |
88 |
91 |
92 |
93 |
--------------------------------------------------------------------------------
/MapKit tvOS.xcodeproj/project.pbxproj:
--------------------------------------------------------------------------------
1 | // !$*UTF8*$!
2 | {
3 | archiveVersion = 1;
4 | classes = {
5 | };
6 | objectVersion = 46;
7 | objects = {
8 |
9 | /* Begin PBXBuildFile section */
10 | 371021A21C4532CF0080F842 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371021A11C4532CF0080F842 /* AppDelegate.swift */; };
11 | 371021A41C4532CF0080F842 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371021A31C4532CF0080F842 /* ViewController.swift */; };
12 | 371021A71C4532CF0080F842 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 371021A51C4532CF0080F842 /* Main.storyboard */; };
13 | 371021A91C4532CF0080F842 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 371021A81C4532CF0080F842 /* Assets.xcassets */; };
14 | /* End PBXBuildFile section */
15 |
16 | /* Begin PBXFileReference section */
17 | 3710219E1C4532CF0080F842 /* MapKit tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MapKit tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
18 | 371021A11C4532CF0080F842 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
19 | 371021A31C4532CF0080F842 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; };
20 | 371021A61C4532CF0080F842 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
21 | 371021A81C4532CF0080F842 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
22 | 371021AA1C4532CF0080F842 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
23 | /* End PBXFileReference section */
24 |
25 | /* Begin PBXFrameworksBuildPhase section */
26 | 3710219B1C4532CF0080F842 /* Frameworks */ = {
27 | isa = PBXFrameworksBuildPhase;
28 | buildActionMask = 2147483647;
29 | files = (
30 | );
31 | runOnlyForDeploymentPostprocessing = 0;
32 | };
33 | /* End PBXFrameworksBuildPhase section */
34 |
35 | /* Begin PBXGroup section */
36 | 371021951C4532CF0080F842 = {
37 | isa = PBXGroup;
38 | children = (
39 | 371021A01C4532CF0080F842 /* MapKit tvOS */,
40 | 3710219F1C4532CF0080F842 /* Products */,
41 | );
42 | sourceTree = "";
43 | };
44 | 3710219F1C4532CF0080F842 /* Products */ = {
45 | isa = PBXGroup;
46 | children = (
47 | 3710219E1C4532CF0080F842 /* MapKit tvOS.app */,
48 | );
49 | name = Products;
50 | sourceTree = "";
51 | };
52 | 371021A01C4532CF0080F842 /* MapKit tvOS */ = {
53 | isa = PBXGroup;
54 | children = (
55 | 371021A11C4532CF0080F842 /* AppDelegate.swift */,
56 | 371021A31C4532CF0080F842 /* ViewController.swift */,
57 | 371021A51C4532CF0080F842 /* Main.storyboard */,
58 | 371021A81C4532CF0080F842 /* Assets.xcassets */,
59 | 371021AA1C4532CF0080F842 /* Info.plist */,
60 | );
61 | name = "MapKit tvOS";
62 | path = ghhghhh;
63 | sourceTree = "";
64 | };
65 | /* End PBXGroup section */
66 |
67 | /* Begin PBXNativeTarget section */
68 | 3710219D1C4532CF0080F842 /* MapKit tvOS */ = {
69 | isa = PBXNativeTarget;
70 | buildConfigurationList = 371021AD1C4532CF0080F842 /* Build configuration list for PBXNativeTarget "MapKit tvOS" */;
71 | buildPhases = (
72 | 3710219A1C4532CF0080F842 /* Sources */,
73 | 3710219B1C4532CF0080F842 /* Frameworks */,
74 | 3710219C1C4532CF0080F842 /* Resources */,
75 | );
76 | buildRules = (
77 | );
78 | dependencies = (
79 | );
80 | name = "MapKit tvOS";
81 | productName = ghhghhh;
82 | productReference = 3710219E1C4532CF0080F842 /* MapKit tvOS.app */;
83 | productType = "com.apple.product-type.application";
84 | };
85 | /* End PBXNativeTarget section */
86 |
87 | /* Begin PBXProject section */
88 | 371021961C4532CF0080F842 /* Project object */ = {
89 | isa = PBXProject;
90 | attributes = {
91 | LastSwiftUpdateCheck = 0730;
92 | LastUpgradeCheck = 0730;
93 | ORGANIZATIONNAME = Nicolas;
94 | TargetAttributes = {
95 | 3710219D1C4532CF0080F842 = {
96 | CreatedOnToolsVersion = 7.3;
97 | DevelopmentTeam = QVR49V3772;
98 | };
99 | };
100 | };
101 | buildConfigurationList = 371021991C4532CF0080F842 /* Build configuration list for PBXProject "MapKit tvOS" */;
102 | compatibilityVersion = "Xcode 3.2";
103 | developmentRegion = English;
104 | hasScannedForEncodings = 0;
105 | knownRegions = (
106 | en,
107 | Base,
108 | );
109 | mainGroup = 371021951C4532CF0080F842;
110 | productRefGroup = 3710219F1C4532CF0080F842 /* Products */;
111 | projectDirPath = "";
112 | projectRoot = "";
113 | targets = (
114 | 3710219D1C4532CF0080F842 /* MapKit tvOS */,
115 | );
116 | };
117 | /* End PBXProject section */
118 |
119 | /* Begin PBXResourcesBuildPhase section */
120 | 3710219C1C4532CF0080F842 /* Resources */ = {
121 | isa = PBXResourcesBuildPhase;
122 | buildActionMask = 2147483647;
123 | files = (
124 | 371021A91C4532CF0080F842 /* Assets.xcassets in Resources */,
125 | 371021A71C4532CF0080F842 /* Main.storyboard in Resources */,
126 | );
127 | runOnlyForDeploymentPostprocessing = 0;
128 | };
129 | /* End PBXResourcesBuildPhase section */
130 |
131 | /* Begin PBXSourcesBuildPhase section */
132 | 3710219A1C4532CF0080F842 /* Sources */ = {
133 | isa = PBXSourcesBuildPhase;
134 | buildActionMask = 2147483647;
135 | files = (
136 | 371021A41C4532CF0080F842 /* ViewController.swift in Sources */,
137 | 371021A21C4532CF0080F842 /* AppDelegate.swift in Sources */,
138 | );
139 | runOnlyForDeploymentPostprocessing = 0;
140 | };
141 | /* End PBXSourcesBuildPhase section */
142 |
143 | /* Begin PBXVariantGroup section */
144 | 371021A51C4532CF0080F842 /* Main.storyboard */ = {
145 | isa = PBXVariantGroup;
146 | children = (
147 | 371021A61C4532CF0080F842 /* Base */,
148 | );
149 | name = Main.storyboard;
150 | sourceTree = "";
151 | };
152 | /* End PBXVariantGroup section */
153 |
154 | /* Begin XCBuildConfiguration section */
155 | 371021AB1C4532CF0080F842 /* Debug */ = {
156 | isa = XCBuildConfiguration;
157 | buildSettings = {
158 | ALWAYS_SEARCH_USER_PATHS = NO;
159 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
160 | CLANG_CXX_LIBRARY = "libc++";
161 | CLANG_ENABLE_MODULES = YES;
162 | CLANG_ENABLE_OBJC_ARC = YES;
163 | CLANG_WARN_BOOL_CONVERSION = YES;
164 | CLANG_WARN_CONSTANT_CONVERSION = YES;
165 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
166 | CLANG_WARN_EMPTY_BODY = YES;
167 | CLANG_WARN_ENUM_CONVERSION = YES;
168 | CLANG_WARN_INT_CONVERSION = YES;
169 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
170 | CLANG_WARN_UNREACHABLE_CODE = YES;
171 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
172 | COPY_PHASE_STRIP = NO;
173 | DEBUG_INFORMATION_FORMAT = dwarf;
174 | ENABLE_STRICT_OBJC_MSGSEND = YES;
175 | ENABLE_TESTABILITY = YES;
176 | GCC_C_LANGUAGE_STANDARD = gnu99;
177 | GCC_DYNAMIC_NO_PIC = NO;
178 | GCC_NO_COMMON_BLOCKS = YES;
179 | GCC_OPTIMIZATION_LEVEL = 0;
180 | GCC_PREPROCESSOR_DEFINITIONS = (
181 | "DEBUG=1",
182 | "$(inherited)",
183 | );
184 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
185 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
186 | GCC_WARN_UNDECLARED_SELECTOR = YES;
187 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
188 | GCC_WARN_UNUSED_FUNCTION = YES;
189 | GCC_WARN_UNUSED_VARIABLE = YES;
190 | MTL_ENABLE_DEBUG_INFO = YES;
191 | ONLY_ACTIVE_ARCH = YES;
192 | SDKROOT = appletvos;
193 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
194 | TARGETED_DEVICE_FAMILY = 3;
195 | TVOS_DEPLOYMENT_TARGET = 9.2;
196 | };
197 | name = Debug;
198 | };
199 | 371021AC1C4532CF0080F842 /* Release */ = {
200 | isa = XCBuildConfiguration;
201 | buildSettings = {
202 | ALWAYS_SEARCH_USER_PATHS = NO;
203 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
204 | CLANG_CXX_LIBRARY = "libc++";
205 | CLANG_ENABLE_MODULES = YES;
206 | CLANG_ENABLE_OBJC_ARC = YES;
207 | CLANG_WARN_BOOL_CONVERSION = YES;
208 | CLANG_WARN_CONSTANT_CONVERSION = YES;
209 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
210 | CLANG_WARN_EMPTY_BODY = YES;
211 | CLANG_WARN_ENUM_CONVERSION = YES;
212 | CLANG_WARN_INT_CONVERSION = YES;
213 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
214 | CLANG_WARN_UNREACHABLE_CODE = YES;
215 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
216 | COPY_PHASE_STRIP = NO;
217 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
218 | ENABLE_NS_ASSERTIONS = NO;
219 | ENABLE_STRICT_OBJC_MSGSEND = YES;
220 | GCC_C_LANGUAGE_STANDARD = gnu99;
221 | GCC_NO_COMMON_BLOCKS = YES;
222 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
223 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
224 | GCC_WARN_UNDECLARED_SELECTOR = YES;
225 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
226 | GCC_WARN_UNUSED_FUNCTION = YES;
227 | GCC_WARN_UNUSED_VARIABLE = YES;
228 | MTL_ENABLE_DEBUG_INFO = NO;
229 | SDKROOT = appletvos;
230 | TARGETED_DEVICE_FAMILY = 3;
231 | TVOS_DEPLOYMENT_TARGET = 9.2;
232 | VALIDATE_PRODUCT = YES;
233 | };
234 | name = Release;
235 | };
236 | 371021AE1C4532CF0080F842 /* Debug */ = {
237 | isa = XCBuildConfiguration;
238 | buildSettings = {
239 | ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
240 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
241 | CODE_SIGN_IDENTITY = "iPhone Developer";
242 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
243 | INFOPLIST_FILE = ghhghhh/Info.plist;
244 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
245 | PRODUCT_BUNDLE_IDENTIFIER = macg.MapKit.tvOS;
246 | PRODUCT_NAME = "MapKit tvOS";
247 | PROVISIONING_PROFILE = "";
248 | };
249 | name = Debug;
250 | };
251 | 371021AF1C4532CF0080F842 /* Release */ = {
252 | isa = XCBuildConfiguration;
253 | buildSettings = {
254 | ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
255 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
256 | CODE_SIGN_IDENTITY = "iPhone Developer";
257 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
258 | INFOPLIST_FILE = ghhghhh/Info.plist;
259 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
260 | PRODUCT_BUNDLE_IDENTIFIER = macg.MapKit.tvOS;
261 | PRODUCT_NAME = "MapKit tvOS";
262 | PROVISIONING_PROFILE = "";
263 | };
264 | name = Release;
265 | };
266 | /* End XCBuildConfiguration section */
267 |
268 | /* Begin XCConfigurationList section */
269 | 371021991C4532CF0080F842 /* Build configuration list for PBXProject "MapKit tvOS" */ = {
270 | isa = XCConfigurationList;
271 | buildConfigurations = (
272 | 371021AB1C4532CF0080F842 /* Debug */,
273 | 371021AC1C4532CF0080F842 /* Release */,
274 | );
275 | defaultConfigurationIsVisible = 0;
276 | defaultConfigurationName = Release;
277 | };
278 | 371021AD1C4532CF0080F842 /* Build configuration list for PBXNativeTarget "MapKit tvOS" */ = {
279 | isa = XCConfigurationList;
280 | buildConfigurations = (
281 | 371021AE1C4532CF0080F842 /* Debug */,
282 | 371021AF1C4532CF0080F842 /* Release */,
283 | );
284 | defaultConfigurationIsVisible = 0;
285 | defaultConfigurationName = Release;
286 | };
287 | /* End XCConfigurationList section */
288 | };
289 | rootObject = 371021961C4532CF0080F842 /* Project object */;
290 | }
291 |
--------------------------------------------------------------------------------