From 0c94a6095e42fc5f14f521699601ada6895047aa Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 16 Oct 2018 23:37:26 +0300 Subject: Project cleanup --- Juick.xcodeproj/project.pbxproj | 41 ----- Juick/CoreDataStack.h | 189 --------------------- Juick/CoreDataStack.m | 133 --------------- Juick/Views/BubbleMessageCell.xib | 18 +- Juick/Views/ConversationCell.xib | 7 +- Juick/Views/MessageInputView.xib | 7 +- Juick/buttons.png | Bin 2392 -> 0 bytes JuickTests/JuickTests.m | 36 ---- JuickTests/Supporting Files/JuickTests-Info.plist | 22 --- .../Supporting Files/en.lproj/InfoPlist.strings | 2 - 10 files changed, 15 insertions(+), 440 deletions(-) delete mode 100644 Juick/CoreDataStack.h delete mode 100644 Juick/CoreDataStack.m delete mode 100644 Juick/buttons.png delete mode 100644 JuickTests/JuickTests.m delete mode 100644 JuickTests/Supporting Files/JuickTests-Info.plist delete mode 100644 JuickTests/Supporting Files/en.lproj/InfoPlist.strings diff --git a/Juick.xcodeproj/project.pbxproj b/Juick.xcodeproj/project.pbxproj index cd9032d..3b9d2fd 100644 --- a/Juick.xcodeproj/project.pbxproj +++ b/Juick.xcodeproj/project.pbxproj @@ -32,7 +32,6 @@ 774153CE1F92A61500A19A50 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 774153CD1F92A61500A19A50 /* UserNotifications.framework */; }; 77418CBD182FB9B6004111B7 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77418CBC182FB9B6004111B7 /* ImageIO.framework */; }; 774528C21F930C06004D110B /* Attachment.m in Sources */ = {isa = PBXBuildFile; fileRef = 774528C11F930C06004D110B /* Attachment.m */; }; - 774528C51F93AC0F004D110B /* CoreDataStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 774528C41F93AC0F004D110B /* CoreDataStack.m */; }; 7761133821766A3000D350CD /* ContentLoadingCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7761133621766A3000D350CD /* ContentLoadingCell.m */; }; 7761133921766A3000D350CD /* ContentLoadingCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7761133721766A3000D350CD /* ContentLoadingCell.xib */; }; 776C41BD1FD3EF180063B82E /* MessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 776C41BB1FD3EF180063B82E /* MessageCell.m */; }; @@ -49,7 +48,6 @@ 77B8DCD62093FC03000DBB04 /* BlogViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B8DCD52093FC03000DBB04 /* BlogViewController.m */; }; 77C67EE51828342000427098 /* NSURL+PathParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C67EE41828342000427098 /* NSURL+PathParameters.m */; }; 77C67EE81828379700427098 /* ColorScheme.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C67EE71828379700427098 /* ColorScheme.m */; }; - 77C67EEA18283C8D00427098 /* buttons.png in Resources */ = {isa = PBXBuildFile; fileRef = 77C67EE918283C8D00427098 /* buttons.png */; }; 77C67EEC18283F2D00427098 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77C67EEB18283F2D00427098 /* QuartzCore.framework */; }; 77C6ADDE1F770EB2000AEA8C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 77C6ADDD1F770EB2000AEA8C /* Main.storyboard */; }; 77C6ADE41F7717BC000AEA8C /* ThreadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C6ADE31F7717BC000AEA8C /* ThreadViewController.m */; }; @@ -75,9 +73,6 @@ 77317BC0181BBE8500D60005 /* MessagesViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessagesViewController.h; sourceTree = ""; }; 77317BC1181BBE8500D60005 /* MessagesViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessagesViewController.m; sourceTree = ""; }; 77317BC6181BBE8500D60005 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 77317BD5181BBE8500D60005 /* JuickTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "JuickTests-Info.plist"; sourceTree = ""; }; - 77317BD7181BBE8500D60005 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 77317BD9181BBE8500D60005 /* JuickTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JuickTests.m; sourceTree = ""; }; 773E6391204BCAD6008B8F8D /* BubbleMessageCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BubbleMessageCell.xib; sourceTree = ""; }; 773E6392204BCAD6008B8F8D /* ConversationCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ConversationCell.xib; sourceTree = ""; }; 773E6395204BCB64008B8F8D /* ConversationCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ConversationCell.h; sourceTree = ""; }; @@ -101,8 +96,6 @@ 77418CBC182FB9B6004111B7 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; }; 774528C01F930C06004D110B /* Attachment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Attachment.h; sourceTree = ""; }; 774528C11F930C06004D110B /* Attachment.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Attachment.m; sourceTree = ""; }; - 774528C31F93AC0F004D110B /* CoreDataStack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreDataStack.h; sourceTree = ""; }; - 774528C41F93AC0F004D110B /* CoreDataStack.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CoreDataStack.m; sourceTree = ""; }; 774528C91F93EE83004D110B /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; }; 774528CB1F93EE9F004D110B /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; 774528CD1F96B39C004D110B /* Juick.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Juick.entitlements; sourceTree = ""; }; @@ -133,7 +126,6 @@ 77C67EE41828342000427098 /* NSURL+PathParameters.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSURL+PathParameters.m"; sourceTree = ""; }; 77C67EE61828379700427098 /* ColorScheme.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorScheme.h; sourceTree = ""; }; 77C67EE71828379700427098 /* ColorScheme.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ColorScheme.m; sourceTree = ""; }; - 77C67EE918283C8D00427098 /* buttons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = buttons.png; sourceTree = ""; }; 77C67EEB18283F2D00427098 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 77C6ADDD1F770EB2000AEA8C /* Main.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; 77C6ADE21F7717BC000AEA8C /* ThreadViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ThreadViewController.h; sourceTree = ""; }; @@ -174,7 +166,6 @@ children = ( 77317BAA181BBE8500D60005 /* Frameworks */, 77317BB1181BBE8500D60005 /* Juick */, - 77317BD3181BBE8500D60005 /* JuickTests */, 77317BA9181BBE8500D60005 /* Products */, F5489793EBFBBE7FFA7ABC1E /* Pods */, ); @@ -224,10 +215,7 @@ 77317BBA181BBE8500D60005 /* AppDelegate.h */, 77317BBB181BBE8500D60005 /* AppDelegate.m */, 77317BC6181BBE8500D60005 /* Images.xcassets */, - 77C67EE918283C8D00427098 /* buttons.png */, 77C6ADDD1F770EB2000AEA8C /* Main.storyboard */, - 774528C31F93AC0F004D110B /* CoreDataStack.h */, - 774528C41F93AC0F004D110B /* CoreDataStack.m */, ); path = Juick; sourceTree = ""; @@ -244,24 +232,6 @@ path = "Supporting Files"; sourceTree = ""; }; - 77317BD3181BBE8500D60005 /* JuickTests */ = { - isa = PBXGroup; - children = ( - 77317BD4181BBE8500D60005 /* Supporting Files */, - 77317BD9181BBE8500D60005 /* JuickTests.m */, - ); - path = JuickTests; - sourceTree = ""; - }; - 77317BD4181BBE8500D60005 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 77317BD6181BBE8500D60005 /* InfoPlist.strings */, - 77317BD5181BBE8500D60005 /* JuickTests-Info.plist */, - ); - path = "Supporting Files"; - sourceTree = ""; - }; 774DD45D1D735DDD00C7F290 /* Model */ = { isa = PBXGroup; children = ( @@ -418,7 +388,6 @@ buildActionMask = 2147483647; files = ( 77317BC7181BBE8500D60005 /* Images.xcassets in Resources */, - 77C67EEA18283C8D00427098 /* buttons.png in Resources */, 773F23391F76ED5E00B5B0DF /* Splash@3x.png in Resources */, 77B8B399207A52BD005CB20C /* MessageInputView.xib in Resources */, 77C6ADDE1F770EB2000AEA8C /* Main.storyboard in Resources */, @@ -497,7 +466,6 @@ 773E639D204BD0F2008B8F8D /* Chat.m in Sources */, 77B8DCD62093FC03000DBB04 /* BlogViewController.m in Sources */, 773E639A204BCE6D008B8F8D /* DialogsViewController.m in Sources */, - 774528C51F93AC0F004D110B /* CoreDataStack.m in Sources */, 77B09994189D0B9900A84F59 /* UIImage+Utils.m in Sources */, 77317BC2181BBE8500D60005 /* MessagesViewController.m in Sources */, 77B099A6189D57F000A84F59 /* User.m in Sources */, @@ -528,15 +496,6 @@ path = .; sourceTree = ""; }; - 77317BD6181BBE8500D60005 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 77317BD7181BBE8500D60005 /* en */, - ); - name = InfoPlist.strings; - path = .; - sourceTree = ""; - }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ diff --git a/Juick/CoreDataStack.h b/Juick/CoreDataStack.h deleted file mode 100644 index b430654..0000000 --- a/Juick/CoreDataStack.h +++ /dev/null @@ -1,189 +0,0 @@ -// -// CoreDataStack.h -// Juick -// -// Created by Vitaly Takmazov on 15/10/2017. -// Copyright © 2017 com.juick. All rights reserved. -// - -@import Foundation; -@import CoreData; - -NS_ASSUME_NONNULL_BEGIN - -API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0)) -@interface CoreDataStack : NSObject - -/** - The default directory for the persistent stores on the current platform. - @return An `NSURL` for the directory containing the persistent store(s). If the - persistent store does not exist it will be created by default in this location - when loaded. - */ -+ (NSURL *)defaultDirectoryURL; - -///--------------------- -/// @name Properties -///--------------------- - -/** - A read-only flag indicating if the persistent store is loaded. - */ -@property (readonly, assign, getter=isStoreLoaded) BOOL storeLoaded; - -/** - The managed object context associated with the main queue (read-only). To - perform tasks on a private background queue see `performBackgroundTask:` and - `newPrivateContext`. - The context is configured to be generational and to automatically consume save - notifications from other contexts. - */ -@property (readonly, strong) NSManagedObjectContext *viewContext; - -/** - The `URL` of the persistent store for this Core Data Stack. If there are more - than one stores this property returns the first store it finds. The store may - not yet exist. It will be created at this URL by default when first loaded. - - This is a readonly property to create a persistent store in a different - location use `loadStoreAtURL:withCompletionHandler`. To move an existing - persistent store use `replacePersistentStoreAtURL:withPersistentStoreFromURL:`. - */ -@property (readonly, copy) NSURL *storeURL; - -/** - A flag that indicates whether this store is read-only. Set this value to YES - before loading the persistent store if you want a read-only store (for example - if you are loading a store from the application bundle). - - Default is NO. - */ -@property (assign, getter=isReadOnly) BOOL readOnly; - -/** - A flag that indicates whether the store is added asynchronously. Set this - value before loading the persistent store. - - Default is YES. - */ -@property (assign) BOOL shouldAddStoreAsynchronously; - -/** - A flag that indicates whether the store should be migrated - automatically if the store model version does not match the - coordinators model version. - - Set this value before loading the persistent store. - Default is YES. - */ -@property (assign) BOOL shouldMigrateStoreAutomatically; - -/** - A flag that indicates whether a mapping model should be inferred - when migrating a store. - Set this value before loading the persistent store. - - Default is YES. - */ -@property (assign) BOOL shouldInferMappingModelAutomatically; - -///--------------------- -/// @name Initialization -///--------------------- - -- (instancetype)init NS_UNAVAILABLE; - -/** - Creates and returns a `CoreDataController` object. This is the designated - initializer for the class. It creates the managed object model, persistent - store coordinator and main managed object context but does not load the - persistent store. - - @param name The name of the `NSManagedObjectModel` and by default the name used - for the persistent store - @return A `CoreDataController` object initialized with the given name. - */ -- (instancetype)initWithName:(NSString *)name NS_DESIGNATED_INITIALIZER; - -///--------------------------------- -/// @name Loading a Persistent Store -///--------------------------------- - -/** - Load the persistent store. - @param handler This handler block is executed on the calling thread when the - loading of the persistent store has completed. - - To override the default name and location of the persistent store use - `loadStoreAtURL:withCompletionHandler:`. - */ -- (void)loadStoreWithCompletionHandler:(void(^)(NSError *))handler; - -/** - Load the persistent store. - @param storeURL The URL for the location of the persistent store. It will be created if it does not exist. - @param handler This handler block is executed on the calling thread when the - loading of the persistent store has completed. - */ -- (void)loadStoreAtURL:(NSURL *)storeURL withCompletionHandler:(void(^)(NSError * _Nullable))handler; - -///---------------------------------- -/// @name Managing a Persistent Store -///---------------------------------- - -/** - A flag indicating if the persistent store exists at the specified URL. - @param storeURL An `NSURL` object for the location of the peristent store. - @return YES if a file exists at the specified URL otherwise NO. - @warning This method checks if a file exists at the specified location but - does not verify if it is a valid persistent store. - */ -- (BOOL)persistentStoreExistsAtURL:(NSURL *)storeURL; - -/** - Replace a persistent store. - @param destinationURL An `NSURL` for the persistent store to be replaced. - @param sourceURL An `NSURL` for the source persistent store. - @return A flag indicating if the operation was successful. - */ -- (BOOL)replacePersistentStoreAtURL:(NSURL *)destinationURL withPersistentStoreFromURL:(NSURL *)sourceURL; - -/** - Destroy a persistent store. - @param storeURL An `NSURL` for the persistent store to be destroyed. - @return A flag indicating if the operation was successful. - */ -- (BOOL)destroyPersistentStoreAtURL:(NSURL *)storeURL; - -///---------------------------------- -/// @name Performing Background tasks -///---------------------------------- - -/** - Execute a block on a new private queue context. - @param block A block to execute on a newly created private context. The context - is passed to the block as a paramater. - */ -- (void)performBackgroundTask:(void(^)(NSManagedObjectContext *))block; - -/** - Create and return a new private queue `NSManagedObjectContext`. The new context - is set to consume `NSManagedObjectContextSave` broadcasts automatically. - @return A new private managed object context. - */ -- (NSManagedObjectContext *)newPrivateContext NS_RETURNS_RETAINED; - -///------------------------ -/// @name NSManagedObjectID -///------------------------ - -/** - Return an object ID for the specified URI representation if a matching - store is available. - @param url An `NSURL` containing a URI of a managed object. - @return An `NSManagedObjectID` or `nil`. - */ -- (NSManagedObjectID *)managedObjectIDForURIRepresentation:(NSURL *)url; - -@end -NS_ASSUME_NONNULL_END diff --git a/Juick/CoreDataStack.m b/Juick/CoreDataStack.m deleted file mode 100644 index 6122731..0000000 --- a/Juick/CoreDataStack.m +++ /dev/null @@ -1,133 +0,0 @@ -// -// CoreDataStack.m -// Juick -// -// Created by Vitaly Takmazov on 15/10/2017. -// Copyright © 2017 com.juick. All rights reserved. -// - -#import "CoreDataStack.h" - -@interface CoreDataStack () -@property (nonatomic, getter=isStoreLoaded) BOOL storeLoaded; -@property (nonatomic, strong) NSPersistentContainer *persistentContainer; -@end - -@implementation CoreDataStack - -+ (NSURL *)defaultDirectoryURL { - return [NSPersistentContainer defaultDirectoryURL]; -} - -- (instancetype)initWithName:(NSString *)name { - - NSManagedObjectModel *mom = [NSManagedObjectModel mergedModelFromBundles:nil]; - if (mom == nil) return nil; - - self = [super init]; - if (self) { - _storeLoaded = NO; - _shouldAddStoreAsynchronously = YES; - _shouldMigrateStoreAutomatically = YES; - _shouldInferMappingModelAutomatically = YES; - _readOnly = NO; - _persistentContainer = [NSPersistentContainer persistentContainerWithName:name managedObjectModel:mom]; - _persistentContainer.viewContext.automaticallyMergesChangesFromParent = YES; - } - return self; -} - -- (void)loadStoreWithCompletionHandler:(void(^)(NSError *))handler { - - [self loadStoreAtURL:self.storeURL withCompletionHandler:handler]; -} - -- (void)loadStoreAtURL:(NSURL *)storeURL withCompletionHandler:(void(^)(NSError *))handler { - - if (!self.persistentContainer) { - NSError *error = [NSError errorWithDomain:NSCocoaErrorDomain code:NSNotFound userInfo:nil]; - if (handler) { - dispatch_async(dispatch_get_main_queue(), ^{ - handler(error); - }); - } - return; - } - - self.persistentContainer.persistentStoreDescriptions = @[[self storeDescriptionWithURL:storeURL]]; - [self.persistentContainer loadPersistentStoresWithCompletionHandler: - ^(NSPersistentStoreDescription *storeDescription, NSError *error) { - if (error == nil) { - self.storeLoaded = YES; - } - if (handler) { - dispatch_async(dispatch_get_main_queue(), ^{ - handler(error); - }); - } - }]; -} - -- (BOOL)persistentStoreExistsAtURL:(NSURL *)storeURL { - - if (storeURL.isFileURL && - [NSFileManager.defaultManager fileExistsAtPath:storeURL.path]) { - return YES; - } - return NO; -} - -- (NSURL *)storeURL { - NSArray *descriptions = self.persistentContainer.persistentStoreDescriptions; - NSPersistentStoreDescription *description = [descriptions firstObject]; - return description.URL; -} - -- (BOOL)destroyPersistentStoreAtURL:(NSURL *)storeURL { - - NSError *error = nil; - BOOL result = [self.persistentContainer.persistentStoreCoordinator destroyPersistentStoreAtURL:storeURL withType:NSSQLiteStoreType options:nil error:&error]; - return result; -} - -- (BOOL)replacePersistentStoreAtURL:(NSURL *)destinationURL withPersistentStoreFromURL:(NSURL *)sourceURL { - - NSError *error = nil; - BOOL result = [self.persistentContainer.persistentStoreCoordinator replacePersistentStoreAtURL:destinationURL destinationOptions:nil withPersistentStoreFromURL:sourceURL sourceOptions:nil storeType:NSSQLiteStoreType error:&error]; - return result; -} - -- (NSManagedObjectContext *)viewContext { - - return self.persistentContainer.viewContext; -} - -- (NSManagedObjectContext *)newPrivateContext { - - return [self.persistentContainer newBackgroundContext]; -} - -- (void)performBackgroundTask:(void(^)(NSManagedObjectContext *))block { - - [self.persistentContainer performBackgroundTask:block]; -} - -- (NSManagedObjectID *)managedObjectIDForURIRepresentation:(NSURL *)url { - return [self.persistentContainer.persistentStoreCoordinator managedObjectIDForURIRepresentation:url]; -} - -#pragma mark - -#pragma mark === Private methods === -#pragma mark - - -- (NSPersistentStoreDescription *)storeDescriptionWithURL:(NSURL *)URL { - - NSPersistentStoreDescription *description = [NSPersistentStoreDescription persistentStoreDescriptionWithURL:URL]; - description.shouldAddStoreAsynchronously = self.shouldAddStoreAsynchronously; - description.shouldMigrateStoreAutomatically = self.shouldMigrateStoreAutomatically; - description.shouldInferMappingModelAutomatically = self.shouldInferMappingModelAutomatically; - description.readOnly = self.isReadOnly; - return description; -} - -@end diff --git a/Juick/Views/BubbleMessageCell.xib b/Juick/Views/BubbleMessageCell.xib index b88ab17..3f9670e 100644 --- a/Juick/Views/BubbleMessageCell.xib +++ b/Juick/Views/BubbleMessageCell.xib @@ -1,25 +1,25 @@ - + - + - + - + - + @@ -43,16 +43,16 @@ - + diff --git a/Juick/Views/ConversationCell.xib b/Juick/Views/ConversationCell.xib index 504f7a4..65f9766 100644 --- a/Juick/Views/ConversationCell.xib +++ b/Juick/Views/ConversationCell.xib @@ -1,12 +1,11 @@ - + - - + @@ -77,7 +76,7 @@ - + diff --git a/Juick/Views/MessageInputView.xib b/Juick/Views/MessageInputView.xib index 70fcdef..240391c 100644 --- a/Juick/Views/MessageInputView.xib +++ b/Juick/Views/MessageInputView.xib @@ -1,12 +1,11 @@ - + - - + @@ -53,7 +52,7 @@ - + diff --git a/Juick/buttons.png b/Juick/buttons.png deleted file mode 100644 index 14879e4..0000000 Binary files a/Juick/buttons.png and /dev/null differ diff --git a/JuickTests/JuickTests.m b/JuickTests/JuickTests.m deleted file mode 100644 index bb57f28..0000000 --- a/JuickTests/JuickTests.m +++ /dev/null @@ -1,36 +0,0 @@ -// -// JuickTests.m -// JuickTests -// -// Created by Vitaly Takmazov on 26.10.13. -// Copyright (c) 2013 com.juick. All rights reserved. -// - -#import - -@interface JuickTests : XCTestCase - -@end - -@implementation JuickTests - -- (void)setUp -{ - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown -{ - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testExample -{ - NSNumberFormatter *f = [NSNumberFormatter new]; - f.numberStyle = NSNumberFormatterNoStyle; - XCTAssertEqual(123456, [[f numberFromString:@"123456"] integerValue]); -} - -@end diff --git a/JuickTests/Supporting Files/JuickTests-Info.plist b/JuickTests/Supporting Files/JuickTests-Info.plist deleted file mode 100644 index 169b6f7..0000000 --- a/JuickTests/Supporting Files/JuickTests-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/JuickTests/Supporting Files/en.lproj/InfoPlist.strings b/JuickTests/Supporting Files/en.lproj/InfoPlist.strings deleted file mode 100644 index 477b28f..0000000 --- a/JuickTests/Supporting Files/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - -- cgit v1.2.3