Skip to content

Commit 993863e

Browse files
committed
Remove unused NSString category
1 parent 19e6cde commit 993863e

File tree

3 files changed

+0
-283
lines changed

3 files changed

+0
-283
lines changed

SensingKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
CFBB416719B928C2002AE1A9 /* SKBattery.m in Sources */ = {isa = PBXBuildFile; fileRef = CFBB416019B928C2002AE1A9 /* SKBattery.m */; };
6767
CFBB416819B928C2002AE1A9 /* SKProximity.m in Sources */ = {isa = PBXBuildFile; fileRef = CFBB416219B928C2002AE1A9 /* SKProximity.m */; };
6868
CFBB416919B928C2002AE1A9 /* SKLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = CFBB416419B928C2002AE1A9 /* SKLocation.m */; };
69-
CFBB416E19B92902002AE1A9 /* NSString+SKSensing.m in Sources */ = {isa = PBXBuildFile; fileRef = CFBB416D19B92902002AE1A9 /* NSString+SKSensing.m */; };
7069
/* End PBXBuildFile section */
7170

7271
/* Begin PBXContainerItemProxy section */
@@ -166,8 +165,6 @@
166165
CFBB416219B928C2002AE1A9 /* SKProximity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKProximity.m; sourceTree = "<group>"; };
167166
CFBB416319B928C2002AE1A9 /* SKLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SKLocation.h; sourceTree = "<group>"; };
168167
CFBB416419B928C2002AE1A9 /* SKLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SKLocation.m; sourceTree = "<group>"; };
169-
CFBB416C19B92902002AE1A9 /* NSString+SKSensing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+SKSensing.h"; sourceTree = "<group>"; };
170-
CFBB416D19B92902002AE1A9 /* NSString+SKSensing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+SKSensing.m"; sourceTree = "<group>"; };
171168
/* End PBXFileReference section */
172169

173170
/* Begin PBXFrameworksBuildPhase section */
@@ -256,7 +253,6 @@
256253
CFBB413B19B92514002AE1A9 /* SensingKit */ = {
257254
isa = PBXGroup;
258255
children = (
259-
CFBB416F19B92906002AE1A9 /* Categories */,
260256
CFBB416B19B928CF002AE1A9 /* SensorModules */,
261257
CF11F8B41B2F4A910094C9DF /* SensorData */,
262258
CF11F87F1B2C688B0094C9DF /* SKSensorModuleType.h */,
@@ -323,15 +319,6 @@
323319
name = SensorModules;
324320
sourceTree = "<group>";
325321
};
326-
CFBB416F19B92906002AE1A9 /* Categories */ = {
327-
isa = PBXGroup;
328-
children = (
329-
CFBB416C19B92902002AE1A9 /* NSString+SKSensing.h */,
330-
CFBB416D19B92902002AE1A9 /* NSString+SKSensing.m */,
331-
);
332-
name = Categories;
333-
sourceTree = "<group>";
334-
};
335322
/* End PBXGroup section */
336323

337324
/* Begin PBXNativeTarget section */
@@ -466,7 +453,6 @@
466453
CFB0D93A1B4FF7E000A7982B /* SKMotionManager.m in Sources */,
467454
CF11F8B91B2F4B0E0094C9DF /* SKBatteryData.m in Sources */,
468455
CF11F8821B2C6D7D0094C9DF /* SKSensorModuleManager.m in Sources */,
469-
CFBB416E19B92902002AE1A9 /* NSString+SKSensing.m in Sources */,
470456
CFBB414119B92514002AE1A9 /* SensingKitLib.m in Sources */,
471457
CF11F8881B2D8D370094C9DF /* SKSensorData.m in Sources */,
472458
CFB0D9581B5269BD00A7982B /* SKActivity.m in Sources */,

SensingKit/NSString+SKSensing.h

Lines changed: 0 additions & 70 deletions
This file was deleted.

SensingKit/NSString+SKSensing.m

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)