Skip to content

Commit 2f1e9df

Browse files
committed
Fix Xcode 4.5 warnings.
1 parent c52040e commit 2f1e9df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Demo/[email protected]

18.2 KB
Loading

Demo/SVGeocoder.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
227829E313061C8C00CCA1B9 /* SVGeocoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 227829CB13061C8C00CCA1B9 /* SVGeocoder.m */; };
1717
22B7DFEB1305BA250014DB40 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B7DFEA1305BA250014DB40 /* MapKit.framework */; };
1818
22B7DFFD1305BA380014DB40 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B7DFFC1305BA380014DB40 /* CoreLocation.framework */; };
19+
22E18A6F1615490F00F13D32 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 22E18A6E1615490F00F13D32 /* [email protected] */; };
1920
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
2021
2899E5220DE3E06400AC0155 /* SVGeocoderAppViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* SVGeocoderAppViewController.xib */; };
2122
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
@@ -35,6 +36,7 @@
3536
227829CB13061C8C00CCA1B9 /* SVGeocoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGeocoder.m; sourceTree = "<group>"; };
3637
22B7DFEA1305BA250014DB40 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
3738
22B7DFFC1305BA380014DB40 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
39+
22E18A6E1615490F00F13D32 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
3840
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
3941
2899E5210DE3E06400AC0155 /* SVGeocoderAppViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SVGeocoderAppViewController.xib; sourceTree = "<group>"; };
4042
28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
@@ -95,6 +97,7 @@
9597
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
9698
isa = PBXGroup;
9799
children = (
100+
22E18A6E1615490F00F13D32 /* [email protected] */,
98101
2273178B14B7511A00A25F46 /* README.textile */,
99102
080E96DDFE201D6D7F000001 /* Classes */,
100103
227829C913061C8C00CCA1B9 /* SVGeocoder */,
@@ -163,7 +166,7 @@
163166
29B97313FDCFA39411CA2CEA /* Project object */ = {
164167
isa = PBXProject;
165168
attributes = {
166-
LastUpgradeCheck = 0420;
169+
LastUpgradeCheck = 0450;
167170
};
168171
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SVGeocoder" */;
169172
compatibilityVersion = "Xcode 3.2";
@@ -192,6 +195,7 @@
192195
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
193196
2899E5220DE3E06400AC0155 /* SVGeocoderAppViewController.xib in Resources */,
194197
2273178C14B7511A00A25F46 /* README.textile in Resources */,
198+
22E18A6F1615490F00F13D32 /* [email protected] in Resources */,
195199
);
196200
runOnlyForDeploymentPostprocessing = 0;
197201
};

0 commit comments

Comments
 (0)