|
13 | 13 | BA50E9F615F4957600E7B193 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BA50E9F415F4957600E7B193 /* InfoPlist.strings */; };
|
14 | 14 | BA50E9F815F4957600E7B193 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BA50E9F715F4957600E7B193 /* main.m */; };
|
15 | 15 | BA50E9FC15F4957600E7B193 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BA50E9FB15F4957600E7B193 /* AppDelegate.m */; };
|
| 16 | + BA9FB9B915F4EF4C00C2C8CD /* MapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BA9FB9B815F4EF4C00C2C8CD /* MapViewController.m */; }; |
| 17 | + BA9FB9BD15F4F00300C2C8CD /* Annotation.m in Sources */ = {isa = PBXBuildFile; fileRef = BA9FB9BC15F4F00300C2C8CD /* Annotation.m */; }; |
| 18 | + BA9FB9BF15F4F13E00C2C8CD /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA9FB9BE15F4F13E00C2C8CD /* MapKit.framework */; }; |
| 19 | + BA9FB9C215F4F20800C2C8CD /* CustomAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = BA9FB9C115F4F20800C2C8CD /* CustomAnnotationView.m */; }; |
| 20 | + BA9FB9CF15F5080E00C2C8CD /* airport.png in Resources */ = {isa = PBXBuildFile; fileRef = BA9FB9CE15F5080E00C2C8CD /* airport.png */; }; |
| 21 | + BA9FB9D115F508D900C2C8CD /* restaurant.png in Resources */ = {isa = PBXBuildFile; fileRef = BA9FB9D015F508D900C2C8CD /* restaurant.png */; }; |
| 22 | + BA9FB9D315F509A800C2C8CD /* shopping.png in Resources */ = {isa = PBXBuildFile; fileRef = BA9FB9D215F509A800C2C8CD /* shopping.png */; }; |
| 23 | + BA9FB9D515F50FF800C2C8CD /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA9FB9D415F50FF700C2C8CD /* CoreLocation.framework */; }; |
16 | 24 | /* End PBXBuildFile section */
|
17 | 25 |
|
18 | 26 | /* Begin PBXFileReference section */
|
19 | 27 | BA50E9E715F4957600E7B193 /* CustomAnnotation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CustomAnnotation.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
20 | 28 | BA50E9EB15F4957600E7B193 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
21 | 29 | BA50E9ED15F4957600E7B193 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
22 | 30 | BA50E9EF15F4957600E7B193 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
23 |
| - BA50E9F315F4957600E7B193 /* CustomAnnotation-Info.plist */ = {isa = PBXFileReference; path = "CustomAnnotation-Info.plist"; sourceTree = "<group>"; }; |
| 31 | + BA50E9F315F4957600E7B193 /* CustomAnnotation-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CustomAnnotation-Info.plist"; sourceTree = "<group>"; }; |
24 | 32 | BA50E9F515F4957600E7B193 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
25 | 33 | BA50E9F715F4957600E7B193 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
26 |
| - BA50E9F915F4957600E7B193 /* CustomAnnotation-Prefix.pch */ = {isa = PBXFileReference; path = "CustomAnnotation-Prefix.pch"; sourceTree = "<group>"; }; |
27 |
| - BA50E9FA15F4957600E7B193 /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 34 | + BA50E9F915F4957600E7B193 /* CustomAnnotation-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CustomAnnotation-Prefix.pch"; sourceTree = "<group>"; }; |
| 35 | + BA50E9FA15F4957600E7B193 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
28 | 36 | BA50E9FB15F4957600E7B193 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
| 37 | + BA9FB9B715F4EF4C00C2C8CD /* MapViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MapViewController.h; sourceTree = "<group>"; }; |
| 38 | + BA9FB9B815F4EF4C00C2C8CD /* MapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MapViewController.m; sourceTree = "<group>"; }; |
| 39 | + BA9FB9BB15F4F00300C2C8CD /* Annotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Annotation.h; sourceTree = "<group>"; }; |
| 40 | + BA9FB9BC15F4F00300C2C8CD /* Annotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Annotation.m; sourceTree = "<group>"; }; |
| 41 | + BA9FB9BE15F4F13E00C2C8CD /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; |
| 42 | + BA9FB9C015F4F20800C2C8CD /* CustomAnnotationView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomAnnotationView.h; sourceTree = "<group>"; }; |
| 43 | + BA9FB9C115F4F20800C2C8CD /* CustomAnnotationView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomAnnotationView.m; sourceTree = "<group>"; }; |
| 44 | + BA9FB9CE15F5080E00C2C8CD /* airport.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = airport.png; sourceTree = "<group>"; }; |
| 45 | + BA9FB9D015F508D900C2C8CD /* restaurant.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = restaurant.png; sourceTree = "<group>"; }; |
| 46 | + BA9FB9D215F509A800C2C8CD /* shopping.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = shopping.png; sourceTree = "<group>"; }; |
| 47 | + BA9FB9D415F50FF700C2C8CD /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; |
29 | 48 | /* End PBXFileReference section */
|
30 | 49 |
|
31 | 50 | /* Begin PBXFrameworksBuildPhase section */
|
32 | 51 | BA50E9E415F4957600E7B193 /* Frameworks */ = {
|
33 | 52 | isa = PBXFrameworksBuildPhase;
|
34 | 53 | buildActionMask = 2147483647;
|
35 | 54 | files = (
|
| 55 | + BA9FB9D515F50FF800C2C8CD /* CoreLocation.framework in Frameworks */, |
| 56 | + BA9FB9BF15F4F13E00C2C8CD /* MapKit.framework in Frameworks */, |
36 | 57 | BA50E9EC15F4957600E7B193 /* UIKit.framework in Frameworks */,
|
37 | 58 | BA50E9EE15F4957600E7B193 /* Foundation.framework in Frameworks */,
|
38 | 59 | BA50E9F015F4957600E7B193 /* CoreGraphics.framework in Frameworks */,
|
|
45 | 66 | BA50E9DC15F4957600E7B193 = {
|
46 | 67 | isa = PBXGroup;
|
47 | 68 | children = (
|
| 69 | + BA9FB9C315F4F34B00C2C8CD /* Resources */, |
48 | 70 | BA50E9F115F4957600E7B193 /* CustomAnnotation */,
|
49 | 71 | BA50E9EA15F4957600E7B193 /* Frameworks */,
|
50 | 72 | BA50E9E815F4957600E7B193 /* Products */,
|
|
62 | 84 | BA50E9EA15F4957600E7B193 /* Frameworks */ = {
|
63 | 85 | isa = PBXGroup;
|
64 | 86 | children = (
|
| 87 | + BA9FB9BE15F4F13E00C2C8CD /* MapKit.framework */, |
| 88 | + BA9FB9D415F50FF700C2C8CD /* CoreLocation.framework */, |
65 | 89 | BA50E9EB15F4957600E7B193 /* UIKit.framework */,
|
66 | 90 | BA50E9ED15F4957600E7B193 /* Foundation.framework */,
|
67 | 91 | BA50E9EF15F4957600E7B193 /* CoreGraphics.framework */,
|
|
72 | 96 | BA50E9F115F4957600E7B193 /* CustomAnnotation */ = {
|
73 | 97 | isa = PBXGroup;
|
74 | 98 | children = (
|
| 99 | + BA9FB9BB15F4F00300C2C8CD /* Annotation.h */, |
| 100 | + BA9FB9BC15F4F00300C2C8CD /* Annotation.m */, |
| 101 | + BA9FB9C015F4F20800C2C8CD /* CustomAnnotationView.h */, |
| 102 | + BA9FB9C115F4F20800C2C8CD /* CustomAnnotationView.m */, |
| 103 | + BA9FB9B715F4EF4C00C2C8CD /* MapViewController.h */, |
| 104 | + BA9FB9B815F4EF4C00C2C8CD /* MapViewController.m */, |
75 | 105 | BA50E9FA15F4957600E7B193 /* AppDelegate.h */,
|
76 | 106 | BA50E9FB15F4957600E7B193 /* AppDelegate.m */,
|
77 | 107 | BA50E9F215F4957600E7B193 /* Supporting Files */,
|
|
90 | 120 | name = "Supporting Files";
|
91 | 121 | sourceTree = "<group>";
|
92 | 122 | };
|
| 123 | + BA9FB9C315F4F34B00C2C8CD /* Resources */ = { |
| 124 | + isa = PBXGroup; |
| 125 | + children = ( |
| 126 | + BA9FB9D215F509A800C2C8CD /* shopping.png */, |
| 127 | + BA9FB9CE15F5080E00C2C8CD /* airport.png */, |
| 128 | + BA9FB9D015F508D900C2C8CD /* restaurant.png */, |
| 129 | + ); |
| 130 | + path = Resources; |
| 131 | + sourceTree = "<group>"; |
| 132 | + }; |
93 | 133 | /* End PBXGroup section */
|
94 | 134 |
|
95 | 135 | /* Begin PBXNativeTarget section */
|
|
141 | 181 | buildActionMask = 2147483647;
|
142 | 182 | files = (
|
143 | 183 | BA50E9F615F4957600E7B193 /* InfoPlist.strings in Resources */,
|
| 184 | + BA9FB9CF15F5080E00C2C8CD /* airport.png in Resources */, |
| 185 | + BA9FB9D115F508D900C2C8CD /* restaurant.png in Resources */, |
| 186 | + BA9FB9D315F509A800C2C8CD /* shopping.png in Resources */, |
144 | 187 | );
|
145 | 188 | runOnlyForDeploymentPostprocessing = 0;
|
146 | 189 | };
|
|
153 | 196 | files = (
|
154 | 197 | BA50E9F815F4957600E7B193 /* main.m in Sources */,
|
155 | 198 | BA50E9FC15F4957600E7B193 /* AppDelegate.m in Sources */,
|
| 199 | + BA9FB9B915F4EF4C00C2C8CD /* MapViewController.m in Sources */, |
| 200 | + BA9FB9BD15F4F00300C2C8CD /* Annotation.m in Sources */, |
| 201 | + BA9FB9C215F4F20800C2C8CD /* CustomAnnotationView.m in Sources */, |
156 | 202 | );
|
157 | 203 | runOnlyForDeploymentPostprocessing = 0;
|
158 | 204 | };
|
|
258 | 304 | BA50EA0115F4957600E7B193 /* Release */,
|
259 | 305 | );
|
260 | 306 | defaultConfigurationIsVisible = 0;
|
| 307 | + defaultConfigurationName = Release; |
261 | 308 | };
|
262 | 309 | /* End XCConfigurationList section */
|
263 | 310 | };
|
|
0 commit comments