Skip to content

Commit

Permalink
minor fix, removed testUnit target
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeMTOL committed May 22, 2014
1 parent c121975 commit ca8e160
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 39 deletions.
36 changes: 2 additions & 34 deletions testBlurredUIView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
4EC3328F192C6A1100CCF1EC /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EC3328E192C6A1100CCF1EC /* XCTest.framework */; };
4EC33290192C6A1200CCF1EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EC3326F192C6A1100CCF1EC /* Foundation.framework */; };
4EC33291192C6A1200CCF1EC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EC33273192C6A1100CCF1EC /* UIKit.framework */; };
4EC33299192C6A1200CCF1EC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4EC33297192C6A1200CCF1EC /* InfoPlist.strings */; };
4EC3329B192C6A1200CCF1EC /* testBlurredUIViewTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EC3329A192C6A1200CCF1EC /* testBlurredUIViewTests.m */; };
4EC332A6192C6A5800CCF1EC /* UIView+Blur.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EC332A5192C6A5800CCF1EC /* UIView+Blur.m */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -51,9 +49,6 @@
4EC33287192C6A1100CCF1EC /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
4EC3328D192C6A1100CCF1EC /* testBlurredUIViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = testBlurredUIViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4EC3328E192C6A1100CCF1EC /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
4EC33296192C6A1200CCF1EC /* testBlurredUIViewTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "testBlurredUIViewTests-Info.plist"; sourceTree = "<group>"; };
4EC33298192C6A1200CCF1EC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
4EC3329A192C6A1200CCF1EC /* testBlurredUIViewTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = testBlurredUIViewTests.m; sourceTree = "<group>"; };
4EC332A4192C6A5800CCF1EC /* UIView+Blur.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Blur.h"; sourceTree = SOURCE_ROOT; };
4EC332A5192C6A5800CCF1EC /* UIView+Blur.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Blur.m"; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -86,7 +81,6 @@
isa = PBXGroup;
children = (
4EC33275192C6A1100CCF1EC /* testBlurredUIView */,
4EC33294192C6A1200CCF1EC /* testBlurredUIViewTests */,
4EC3326E192C6A1100CCF1EC /* Frameworks */,
4EC3326D192C6A1100CCF1EC /* Products */,
);
Expand Down Expand Up @@ -139,24 +133,6 @@
name = "Supporting Files";
sourceTree = "<group>";
};
4EC33294192C6A1200CCF1EC /* testBlurredUIViewTests */ = {
isa = PBXGroup;
children = (
4EC3329A192C6A1200CCF1EC /* testBlurredUIViewTests.m */,
4EC33295192C6A1200CCF1EC /* Supporting Files */,
);
path = testBlurredUIViewTests;
sourceTree = "<group>";
};
4EC33295192C6A1200CCF1EC /* Supporting Files */ = {
isa = PBXGroup;
children = (
4EC33296192C6A1200CCF1EC /* testBlurredUIViewTests-Info.plist */,
4EC33297192C6A1200CCF1EC /* InfoPlist.strings */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -244,7 +220,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4EC33299192C6A1200CCF1EC /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -266,7 +241,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4EC3329B192C6A1200CCF1EC /* testBlurredUIViewTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -297,14 +271,6 @@
name = Main.storyboard;
sourceTree = "<group>";
};
4EC33297192C6A1200CCF1EC /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
4EC33298192C6A1200CCF1EC /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
Expand Down Expand Up @@ -463,6 +429,7 @@
4EC332A0192C6A1200CCF1EC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4EC332A1192C6A1200CCF1EC /* Build configuration list for PBXNativeTarget "testBlurredUIViewTests" */ = {
isa = XCConfigurationList;
Expand All @@ -471,6 +438,7 @@
4EC332A3192C6A1200CCF1EC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
2 changes: 1 addition & 1 deletion testBlurredUIView/KSAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// testBlurredUIView
//
// Created by salah on 2014-05-21.
// Copyright (c) 2014 kronositi inc. All rights reserved.
// Copyright (c) 2014 Mike. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion testBlurredUIView/KSAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// testBlurredUIView
//
// Created by salah on 2014-05-21.
// Copyright (c) 2014 kronositi inc. All rights reserved.
// Copyright (c) 2014 Mike. All rights reserved.
//

#import "KSAppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion testBlurredUIView/KSViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// testBlurredUIView
//
// Created by salah on 2014-05-21.
// Copyright (c) 2014 kronositi inc. All rights reserved.
// Copyright (c) 2014 Mike. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion testBlurredUIView/KSViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// testBlurredUIView
//
// Created by salah on 2014-05-21.
// Copyright (c) 2014 kronositi inc. All rights reserved.
// Copyright (c) 2014 Mike. All rights reserved.
//

#import "KSViewController.h"
Expand Down
2 changes: 1 addition & 1 deletion testBlurredUIView/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// testBlurredUIView
//
// Created by salah on 2014-05-21.
// Copyright (c) 2014 kronositi inc. All rights reserved.
// Copyright (c) 2014 Mike. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down

0 comments on commit ca8e160

Please sign in to comment.