Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
litoarias committed Oct 30, 2016
1 parent 47e5394 commit d50ca4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
7 changes: 0 additions & 7 deletions HACLocationManager.xcworkspace/contents.xcworkspacedata

This file was deleted.

12 changes: 6 additions & 6 deletions LocationManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
E3107B7D1AC2D57B007577F3 /* LocationManagerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LocationManagerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E3107B821AC2D57B007577F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E3107B831AC2D57B007577F3 /* LocationManagerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LocationManagerTests.m; sourceTree = "<group>"; };
E3107B8E1AC2D6F7007577F3 /* HACLocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HACLocationManager.h; sourceTree = "<group>"; };
E3107B8F1AC2D6F7007577F3 /* HACLocationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HACLocationManager.m; sourceTree = "<group>"; };
E3107B8E1AC2D6F7007577F3 /* HACLocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HACLocationManager.h; path = ../LocationManager/HACLocationManager.h; sourceTree = "<group>"; };
E3107B8F1AC2D6F7007577F3 /* HACLocationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HACLocationManager.m; path = ../LocationManager/HACLocationManager.m; sourceTree = "<group>"; };
E3107B911AC2DB86007577F3 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
E3107B921AC2DB86007577F3 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
E3107B951AC2DB86007577F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = LaunchScreen.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -120,6 +120,8 @@
4113D8CD1DC4CEC700F78247 /* HACLocationManager */ = {
isa = PBXGroup;
children = (
E3107B8E1AC2D6F7007577F3 /* HACLocationManager.h */,
E3107B8F1AC2D6F7007577F3 /* HACLocationManager.m */,
4113D8CE1DC4CEC700F78247 /* HACLocationManager.h */,
4113D8CF1DC4CEC700F78247 /* Info.plist */,
);
Expand Down Expand Up @@ -152,8 +154,6 @@
children = (
E39991271AC3DF59001AB584 /* MapKit.framework */,
416AB4741AC34F4C0028DC4F /* CoreLocation.framework */,
E3107B8E1AC2D6F7007577F3 /* HACLocationManager.h */,
E3107B8F1AC2D6F7007577F3 /* HACLocationManager.m */,
);
path = LocationManager;
sourceTree = "<group>";
Expand Down Expand Up @@ -555,7 +555,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = ExampleApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -570,7 +570,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = ExampleApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit d50ca4b

Please sign in to comment.