Skip to content

Commit a0f4036

Browse files
committed
Removing xcuserdata
1 parent 73963dd commit a0f4036

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

ApiDoc/CLLocation+GreatCircleExtensions_h/Categories/CLLocation_GreatCircleExtensions_/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Parameters</font></
465465
<h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Return Value</font></h5><p><!-- begin return value --><p>A location representing the midpoint between this location and the other location.
466466

467467
<!-- end return value --></p><p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
468-
<p class="hd_timestamp">Last Updated: Saturday, August 13, 2016
468+
<p class="hd_timestamp">Last Updated: Thursday, December 08, 2016
469469
</p></div>
470470
</td></tr></table>
471471
</body></html>

ApiDoc/CLLocation+GreatCircleExtensions_h/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h2 class="h2tight">Categories</h2>
271271
<dd></dd>
272272
</dl>
273273
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
274-
<p class="hd_timestamp">Last Updated: Saturday, August 13, 2016
274+
<p class="hd_timestamp">Last Updated: Thursday, December 08, 2016
275275
</p></div>
276276
</td></tr></table>
277277
</body></html>

GreatCircle.xcodeproj/project.pbxproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
D3C707F11D04756300429359 /* Project object */ = {
151151
isa = PBXProject;
152152
attributes = {
153-
LastUpgradeCheck = 0730;
153+
LastUpgradeCheck = 0810;
154154
ORGANIZATIONNAME = Softwarenerd;
155155
TargetAttributes = {
156156
D3C707F91D04756300429359 = {
@@ -255,8 +255,10 @@
255255
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
256256
CLANG_WARN_EMPTY_BODY = YES;
257257
CLANG_WARN_ENUM_CONVERSION = YES;
258+
CLANG_WARN_INFINITE_RECURSION = YES;
258259
CLANG_WARN_INT_CONVERSION = YES;
259260
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
261+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
260262
CLANG_WARN_UNREACHABLE_CODE = YES;
261263
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
262264
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -303,8 +305,10 @@
303305
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
304306
CLANG_WARN_EMPTY_BODY = YES;
305307
CLANG_WARN_ENUM_CONVERSION = YES;
308+
CLANG_WARN_INFINITE_RECURSION = YES;
306309
CLANG_WARN_INT_CONVERSION = YES;
307310
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
311+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
308312
CLANG_WARN_UNREACHABLE_CODE = YES;
309313
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
310314
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -336,6 +340,7 @@
336340
buildSettings = {
337341
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
338342
CODE_SIGN_IDENTITY = "iPhone Developer";
343+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
339344
DEFINES_MODULE = YES;
340345
DYLIB_COMPATIBILITY_VERSION = 1;
341346
DYLIB_CURRENT_VERSION = 1;
@@ -354,6 +359,7 @@
354359
buildSettings = {
355360
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
356361
CODE_SIGN_IDENTITY = "iPhone Developer";
362+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
357363
DEFINES_MODULE = YES;
358364
DYLIB_COMPATIBILITY_VERSION = 1;
359365
DYLIB_CURRENT_VERSION = 1;

GreatCircle.xcodeproj/xcshareddata/xcschemes/GreatCircle.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0730"
3+
LastUpgradeVersion = "0810"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)