Skip to content

Commit

Permalink
Fixing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
drekka committed Nov 10, 2016
1 parent 32b5507 commit a3d3956
Show file tree
Hide file tree
Showing 82 changed files with 285 additions and 285 deletions.
8 changes: 4 additions & 4 deletions Alchemic.xcodeproj/project.pbxproj
Expand Up @@ -303,7 +303,7 @@
6C04EE7D1D6D8AB5004F32F8 /* ALCAspectClassProcessorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALCAspectClassProcessorTests.m; sourceTree = "<group>"; };
6C0D87821D40876600FEC25A /* NSBundle+AlchemicTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+AlchemicTests.m"; sourceTree = "<group>"; };
6C0D87841D40A4B900FEC25A /* ALCVariableDependencyTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALCVariableDependencyTests.m; sourceTree = "<group>"; };
6C150B631D73E97F0060CA08 /* ALCAbstractValueStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALCAbstractValueStore.h; sourceTree = "<group>"; };
6C150B631D73E97F0060CA08 /* ALCAbstractValueStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = ALCAbstractValueStore.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
6C150B641D73E97F0060CA08 /* ALCAbstractValueStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ALCAbstractValueStore.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
6C150B651D73E97F0060CA08 /* ALCCloudKeyValueStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALCCloudKeyValueStore.h; sourceTree = "<group>"; };
6C150B661D73E97F0060CA08 /* ALCCloudKeyValueStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALCCloudKeyValueStore.m; sourceTree = "<group>"; };
Expand All @@ -312,7 +312,7 @@
6C150B791D7424700060CA08 /* ALCArrayValueSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALCArrayValueSource.h; sourceTree = "<group>"; };
6C150B7A1D7424700060CA08 /* ALCArrayValueSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ALCArrayValueSource.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
6C16DE051D708DAC0091E04F /* ALCValueSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALCValueSource.h; sourceTree = "<group>"; };
6C16DE081D7452AD0091E04F /* ALCAbstractValueSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALCAbstractValueSource.h; sourceTree = "<group>"; };
6C16DE081D7452AD0091E04F /* ALCAbstractValueSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = ALCAbstractValueSource.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
6C16DE091D7452AD0091E04F /* ALCAbstractValueSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ALCAbstractValueSource.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
6C1ADAFE1C8DB28400267E77 /* AlchemicAware.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlchemicAware.h; sourceTree = "<group>"; };
6C1ADB001C8DB88C00267E77 /* Alchemic.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Alchemic.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -399,8 +399,8 @@
6C97D14D1DD08CB2005F93E0 /* AlchemicMacros.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlchemicMacros.swift; sourceTree = "<group>"; };
6C97D14F1DD08CB2005F93E0 /* ALCTypeExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ALCTypeExtensions.swift; sourceTree = "<group>"; };
6C97D15A1DD09A7B005F93E0 /* Swift tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Swift tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
6CA1CAA41DC6D3FD00321EA5 /* ALCAbstractAspect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALCAbstractAspect.h; sourceTree = "<group>"; };
6CA1CAA51DC6D3FD00321EA5 /* ALCAbstractAspect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALCAbstractAspect.m; sourceTree = "<group>"; };
6CA1CAA41DC6D3FD00321EA5 /* ALCAbstractAspect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = ALCAbstractAspect.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
6CA1CAA51DC6D3FD00321EA5 /* ALCAbstractAspect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ALCAbstractAspect.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
6CA787DF1D2CB584002E1D3C /* ALCAbtractObjectFactoryTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ALCAbtractObjectFactoryTests.m; path = alchemicTests/ALCAbtractObjectFactoryTests.m; sourceTree = "<group>"; };
6CACA5311D79C0E6007808CF /* ALCConstantValueSourceTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALCConstantValueSourceTests.m; sourceTree = "<group>"; };
6CB57E951D43C52C00CFE4DF /* ALCInstantiationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ALCInstantiationTests.m; path = alchemicTests/ALCInstantiationTests.m; sourceTree = "<group>"; };
Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCAbstractAspect.h
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCResolveAspect.h"
#import <Alchemic/ALCResolveAspect.h>

@interface ALCAbstractAspect : NSObject<ALCResolveAspect>

Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCAbstractAspect.m
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCAbstractAspect.h"
#import <Alchemic/ALCAbstractAspect.h>

@implementation ALCAbstractAspect

Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCAbstractDependency.h
Expand Up @@ -8,7 +8,7 @@

@import Foundation;

#import "ALCDependency.h"
#import <Alchemic/ALCDependency.h>

@class ALCType;
@class ALCValue;
Expand Down
12 changes: 6 additions & 6 deletions alchemic/ALCAbstractDependency.m
Expand Up @@ -8,13 +8,13 @@

@import StoryTeller;

#import "ALCAbstractDependency.h"
#import <Alchemic/ALCAbstractDependency.h>

#import "ALCInternalMacros.h"
#import "ALCValueSource.h"
#import "ALCType.h"
#import "ALCValue.h"
#import "ALCFlagMacros.h"
#import <Alchemic/ALCInternalMacros.h>
#import <Alchemic/ALCValueSource.h>
#import <Alchemic/ALCType.h>
#import <Alchemic/ALCValue.h>
#import <Alchemic/ALCFlagMacros.h>

@implementation ALCAbstractDependency

Expand Down
4 changes: 2 additions & 2 deletions alchemic/ALCAbstractObjectFactory.h
Expand Up @@ -8,8 +8,8 @@

@import Foundation;

#import "ALCObjectFactory.h"
#import "ALCDefs.h"
#import <Alchemic/ALCObjectFactory.h>
#import <Alchemic/ALCDefs.h>

@class ALCInstantiation;
@protocol ALCModel;
Expand Down
24 changes: 12 additions & 12 deletions alchemic/ALCAbstractObjectFactory.m
Expand Up @@ -10,18 +10,18 @@
@import UIKit;
@import StoryTeller;

#import "ALCAbstractObjectFactory.h"

#import "ALCFactoryName.h"
#import "ALCFlagMacros.h"
#import "ALCInternalMacros.h"
#import "ALCModel.h"
#import "ALCObjectFactoryTypeTemplate.h"
#import "ALCObjectFactoryTypeReference.h"
#import "ALCObjectFactoryTypeSingleton.h"
#import "ALCRuntime.h"
#import "ALCType.h"
#import "ALCValue.h"
#import <Alchemic/ALCAbstractObjectFactory.h>

#import <Alchemic/ALCFactoryName.h>
#import <Alchemic/ALCFlagMacros.h>
#import <Alchemic/ALCInternalMacros.h>
#import <Alchemic/ALCModel.h>
#import <Alchemic/ALCObjectFactoryTypeTemplate.h>
#import <Alchemic/ALCObjectFactoryTypeReference.h>
#import <Alchemic/ALCObjectFactoryTypeSingleton.h>
#import <Alchemic/ALCRuntime.h>
#import <Alchemic/ALCType.h>
#import <Alchemic/ALCValue.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCAbstractObjectFactoryType.h
Expand Up @@ -7,7 +7,7 @@
//

@import Foundation;
#import "ALCObjectFactoryType.h"
#import <Alchemic/ALCObjectFactoryType.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
4 changes: 2 additions & 2 deletions alchemic/ALCAbstractObjectFactoryType.m
Expand Up @@ -6,8 +6,8 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCAbstractObjectFactoryType.h"
#import "ALCInternalMacros.h"
#import <Alchemic/ALCAbstractObjectFactoryType.h>
#import <Alchemic/ALCInternalMacros.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCAbstractValueSource.h
Expand Up @@ -7,7 +7,7 @@
//

@import Foundation;
#import "ALCValueSource.h"
#import <Alchemic/ALCValueSource.h>

@class ALCType;

Expand Down
12 changes: 6 additions & 6 deletions alchemic/ALCAbstractValueSource.m
Expand Up @@ -6,13 +6,13 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCAbstractValueSource.h"
#import <Alchemic/ALCAbstractValueSource.h>

#import "ALCInternalMacros.h"
#import "ALCObjectFactory.h"
#import "ALCResolvable.h"
#import "ALCModel.h"
#import "ALCType.h"
#import <Alchemic/ALCInternalMacros.h>
#import <Alchemic/ALCObjectFactory.h>
#import <Alchemic/ALCResolvable.h>
#import <Alchemic/ALCModel.h>
#import <Alchemic/ALCType.h>

@implementation ALCAbstractValueSource

Expand Down
4 changes: 2 additions & 2 deletions alchemic/ALCAbstractValueStore.h
Expand Up @@ -8,8 +8,8 @@

@import Foundation;

#import "ALCValueStore.h"
#import "ALCValueStoreImplementation.h"
#import <Alchemic/ALCValueStore.h>
#import <Alchemic/ALCValueStoreImplementation.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
8 changes: 4 additions & 4 deletions alchemic/ALCAbstractValueStore.m
Expand Up @@ -8,11 +8,11 @@

@import StoryTeller;

#import "ALCAbstractValueStore.h"
#import <Alchemic/ALCAbstractValueStore.h>

#import "ALCRuntime.h"
#import "ALCInternalMacros.h"
#import "ALCValueStoreImplementation.h"
#import <Alchemic/ALCRuntime.h>
#import <Alchemic/ALCInternalMacros.h>
#import <Alchemic/ALCValueStoreImplementation.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCApplicationDelegateAspect.h
Expand Up @@ -8,7 +8,7 @@

@import Foundation;

#import "ALCAbstractAspect.h"
#import <Alchemic/ALCAbstractAspect.h>

@interface ALCApplicationDelegateAspect : ALCAbstractAspect

Expand Down
8 changes: 4 additions & 4 deletions alchemic/ALCApplicationDelegateAspect.m
Expand Up @@ -9,11 +9,11 @@
@import UIKit;
@import StoryTeller;

#import "ALCApplicationDelegateAspect.h"
#import <Alchemic/ALCApplicationDelegateAspect.h>

#import "ALCModel.h"
#import "ALCMacros.h"
#import "ALCType.h"
#import <Alchemic/ALCModel.h>
#import <Alchemic/ALCMacros.h>
#import <Alchemic/ALCType.h>

@implementation ALCApplicationDelegateAspect {
ALCClassObjectFactory *_appDelegateFactory;
Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCArrayValueSource.h
Expand Up @@ -8,7 +8,7 @@

@import Foundation;

#import "ALCAbstractValueSource.h"
#import <Alchemic/ALCAbstractValueSource.h>

@class ALCType;
@protocol ALCValueSource;
Expand Down
16 changes: 8 additions & 8 deletions alchemic/ALCArrayValueSource.m
Expand Up @@ -6,14 +6,14 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCValueSource.h"
#import "ALCObjectFactory.h"
#import "ALCArrayValueSource.h"
#import "ALCInternalMacros.h"
#import "ALCResolvable.h"
#import "ALCType.h"
#import "ALCValue.h"
#import "ALCTypeDefs.h"
#import <Alchemic/ALCValueSource.h>
#import <Alchemic/ALCObjectFactory.h>
#import <Alchemic/ALCArrayValueSource.h>
#import <Alchemic/ALCInternalMacros.h>
#import <Alchemic/ALCResolvable.h>
#import <Alchemic/ALCType.h>
#import <Alchemic/ALCValue.h>
#import <Alchemic/ALCTypeDefs.h>

@implementation ALCArrayValueSource {
NSArray<id<ALCValueSource>> *_sources;
Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCAspectClassProcessor.h
Expand Up @@ -7,7 +7,7 @@
//

@import Foundation;
#import "ALCClassProcessor.h"
#import <Alchemic/ALCClassProcessor.h>

@interface ALCAspectClassProcessor : NSObject<ALCClassProcessor>

Expand Down
8 changes: 4 additions & 4 deletions alchemic/ALCAspectClassProcessor.m
Expand Up @@ -6,10 +6,10 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCAspectClassProcessor.h"
#import "ALCResolveAspect.h"
#import "ALCAbstractAspect.h"
#import "ALCContext.h"
#import <Alchemic/ALCAspectClassProcessor.h>
#import <Alchemic/ALCResolveAspect.h>
#import <Alchemic/ALCAbstractAspect.h>
#import <Alchemic/ALCContext.h>

@implementation ALCAspectClassProcessor

Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCClassObjectFactory.h
Expand Up @@ -8,7 +8,7 @@

@import ObjectiveC;

#import "ALCAbstractObjectFactory.h"
#import <Alchemic/ALCAbstractObjectFactory.h>

@protocol ALCInjector;
@protocol ALCValueSource;
Expand Down
22 changes: 11 additions & 11 deletions alchemic/ALCClassObjectFactory.m
Expand Up @@ -8,17 +8,17 @@

@import StoryTeller;

#import "ALCClassObjectFactory.h"

#import "ALCClassObjectFactoryInitializer.h"
#import "ALCMacros.h"
#import "ALCInternalMacros.h"
#import "ALCVariableDependency.h"
#import "NSArray+Alchemic.h"
#import "NSObject+Alchemic.h"
#import "AlchemicAware.h"
#import "ALCType.h"
#import "ALCRuntime.h"
#import <Alchemic/ALCClassObjectFactory.h>

#import <Alchemic/ALCClassObjectFactoryInitializer.h>
#import <Alchemic/ALCMacros.h>
#import <Alchemic/ALCInternalMacros.h>
#import <Alchemic/ALCVariableDependency.h>
#import <Alchemic/NSArray+Alchemic.h>
#import <Alchemic/NSObject+Alchemic.h>
#import <Alchemic/AlchemicAware.h>
#import <Alchemic/ALCType.h>
#import <Alchemic/ALCRuntime.h>

@implementation ALCClassObjectFactory {

Expand Down
4 changes: 2 additions & 2 deletions alchemic/ALCClassObjectFactoryInitializer.h
Expand Up @@ -6,8 +6,8 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCResolvable.h"
#import "ALCInstantiator.h"
#import <Alchemic/ALCResolvable.h>
#import <Alchemic/ALCInstantiator.h>

@class ALCClassObjectFactory;
@protocol ALCDependency;
Expand Down
16 changes: 8 additions & 8 deletions alchemic/ALCClassObjectFactoryInitializer.m
Expand Up @@ -8,15 +8,15 @@

@import StoryTeller;

#import "ALCClassObjectFactoryInitializer.h"
#import <Alchemic/ALCClassObjectFactoryInitializer.h>

#import "ALCClassObjectFactory.h"
#import "ALCMacros.h"
#import "ALCInternalMacros.h"
#import "NSObject+Alchemic.h"
#import "ALCRuntime.h"
#import "ALCType.h"
#import "NSArray+Alchemic.h"
#import <Alchemic/ALCClassObjectFactory.h>
#import <Alchemic/ALCMacros.h>
#import <Alchemic/ALCInternalMacros.h>
#import <Alchemic/NSObject+Alchemic.h>
#import <Alchemic/ALCRuntime.h>
#import <Alchemic/ALCType.h>
#import <Alchemic/NSArray+Alchemic.h>

@implementation ALCClassObjectFactoryInitializer {
NSArray<id<ALCDependency>> *_arguments;
Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCCloudKeyValueStore.h
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCAbstractValueStore.h"
#import <Alchemic/ALCAbstractValueStore.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
6 changes: 3 additions & 3 deletions alchemic/ALCCloudKeyValueStore.m
Expand Up @@ -6,12 +6,12 @@
// Copyright © 2016 Derek Clarkson. All rights reserved.
//

#import "ALCCloudKeyValueStore.h"
#import <Alchemic/ALCCloudKeyValueStore.h>

@import StoryTeller;

#import "ALCMacros.h"
#import "ALCRuntime.h"
#import <Alchemic/ALCMacros.h>
#import <Alchemic/ALCRuntime.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion alchemic/ALCCloudKeyValueStoreAspect.h
Expand Up @@ -8,7 +8,7 @@

@import Foundation;

#import "ALCAbstractAspect.h"
#import <Alchemic/ALCAbstractAspect.h>

/**
Aspect which enables clould based key value storage access.
Expand Down

0 comments on commit a3d3956

Please sign in to comment.