Skip to content

Commit 3513ce0

Browse files
committed
Updating project settings
1 parent da97bae commit 3513ce0

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

SlideMenu.xcodeproj/project.pbxproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
15371EF91728E3B400A508F4 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 15371EF81728E3B400A508F4 /* [email protected] */; };
1919
15371EFC1728E3B400A508F4 /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15371EFA1728E3B400A508F4 /* MainStoryboard_iPhone.storyboard */; };
2020
15371EFF1728E3B400A508F4 /* MainStoryboard_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15371EFD1728E3B400A508F4 /* MainStoryboard_iPad.storyboard */; };
21-
15371F0A1728E3B400A508F4 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371F091728E3B400A508F4 /* SenTestingKit.framework */; };
2221
15371F0B1728E3B400A508F4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371EE21728E3B400A508F4 /* UIKit.framework */; };
2322
15371F0C1728E3B400A508F4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15371EE41728E3B400A508F4 /* Foundation.framework */; };
2423
15371F141728E3B400A508F4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 15371F121728E3B400A508F4 /* InfoPlist.strings */; };
@@ -71,7 +70,6 @@
7170
15371EFB1728E3B400A508F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPhone.storyboard; sourceTree = "<group>"; };
7271
15371EFE1728E3B400A508F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPad.storyboard; sourceTree = "<group>"; };
7372
15371F081728E3B400A508F4 /* SlideMenuTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SlideMenuTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
74-
15371F091728E3B400A508F4 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
7573
15371F111728E3B400A508F4 /* SlideMenuTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SlideMenuTests-Info.plist"; sourceTree = "<group>"; };
7674
15371F131728E3B400A508F4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7775
15371F151728E3B400A508F4 /* SlideMenuTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SlideMenuTests.h; sourceTree = "<group>"; };
@@ -126,7 +124,6 @@
126124
isa = PBXFrameworksBuildPhase;
127125
buildActionMask = 2147483647;
128126
files = (
129-
15371F0A1728E3B400A508F4 /* SenTestingKit.framework in Frameworks */,
130127
15371F0B1728E3B400A508F4 /* UIKit.framework in Frameworks */,
131128
15371F0C1728E3B400A508F4 /* Foundation.framework in Frameworks */,
132129
);
@@ -161,7 +158,6 @@
161158
15371EE21728E3B400A508F4 /* UIKit.framework */,
162159
15371EE41728E3B400A508F4 /* Foundation.framework */,
163160
15371EE61728E3B400A508F4 /* CoreGraphics.framework */,
164-
15371F091728E3B400A508F4 /* SenTestingKit.framework */,
165161
);
166162
name = Frameworks;
167163
sourceTree = "<group>";
@@ -319,14 +315,15 @@
319315
name = SlideMenuTests;
320316
productName = SlideMenuTests;
321317
productReference = 15371F081728E3B400A508F4 /* SlideMenuTests.octest */;
322-
productType = "com.apple.product-type.bundle";
318+
productType = "com.apple.product-type.bundle.unit-test";
323319
};
324320
/* End PBXNativeTarget section */
325321

326322
/* Begin PBXProject section */
327323
15371ED51728E3B400A508F4 /* Project object */ = {
328324
isa = PBXProject;
329325
attributes = {
326+
LastTestingUpgradeCheck = 0600;
330327
LastUpgradeCheck = 0500;
331328
ORGANIZATIONNAME = "Aryan Ghassemi";
332329
};
@@ -551,13 +548,13 @@
551548
FRAMEWORK_SEARCH_PATHS = (
552549
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
553550
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
551+
"$(inherited)",
554552
);
555553
GCC_PRECOMPILE_PREFIX_HEADER = YES;
556554
GCC_PREFIX_HEADER = "SlideMenu/SlideMenu-Prefix.pch";
557555
INFOPLIST_FILE = "SlideMenuTests/SlideMenuTests-Info.plist";
558556
PRODUCT_NAME = "$(TARGET_NAME)";
559557
TEST_HOST = "$(BUNDLE_LOADER)";
560-
WRAPPER_EXTENSION = octest;
561558
};
562559
name = Debug;
563560
};
@@ -568,13 +565,13 @@
568565
FRAMEWORK_SEARCH_PATHS = (
569566
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
570567
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
568+
"$(inherited)",
571569
);
572570
GCC_PRECOMPILE_PREFIX_HEADER = YES;
573571
GCC_PREFIX_HEADER = "SlideMenu/SlideMenu-Prefix.pch";
574572
INFOPLIST_FILE = "SlideMenuTests/SlideMenuTests-Info.plist";
575573
PRODUCT_NAME = "$(TARGET_NAME)";
576574
TEST_HOST = "$(BUNDLE_LOADER)";
577-
WRAPPER_EXTENSION = octest;
578575
};
579576
name = Release;
580577
};

SlideMenu/Helper Classes/FriendsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger
3333
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
3434
{
3535
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"friendCell"];
36-
cell.textLabel.text = [NSString stringWithFormat:@"Friend %d", indexPath.row];
36+
cell.textLabel.text = [NSString stringWithFormat:@"Friend %ld", (long)indexPath.row];
3737
return cell;
3838
}
3939

SlideMenuTests/SlideMenuTests.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Copyright (c) 2013 Aryan Ghassemi. All rights reserved.
77
//
88

9-
#import <SenTestingKit/SenTestingKit.h>
9+
#import <XCTest/XCTest.h>
1010

11-
@interface SlideMenuTests : SenTestCase
11+
@interface SlideMenuTests : XCTestCase
1212

1313
@end

SlideMenuTests/SlideMenuTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ - (void)tearDown
2626

2727
- (void)testExample
2828
{
29-
STFail(@"Unit tests are not implemented yet in SlideMenuTests");
29+
XCTFail(@"Unit tests are not implemented yet in SlideMenuTests");
3030
}
3131

3232
@end

0 commit comments

Comments
 (0)