Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
drekka committed Nov 16, 2016
2 parents 239d047 + db949bb commit 977daf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Alchemic.xcodeproj/project.pbxproj
Expand Up @@ -1642,7 +1642,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.2.2;
CURRENT_PROJECT_VERSION = 2.2.3;
DYLIB_CURRENT_VERSION = "$(API_VERSION).$(BUILD_NUMBER)";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1714,7 +1714,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.2.2;
CURRENT_PROJECT_VERSION = 2.2.3;
DYLIB_CURRENT_VERSION = "$(API_VERSION).$(BUILD_NUMBER)";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,10 @@ ___Main features___
* Support for NSUserDefaults and Apple's cloud based key-value stores.
* and much, much more.

# v2.2.3

* Swift version of AcWhenReady now public.

# v2.2.2

* Removing requirement for Address Sanitizer from the built library.
Expand Down
2 changes: 1 addition & 1 deletion alchemic/AlchemicMacros.swift
Expand Up @@ -62,7 +62,7 @@ public func AcFactoryName(_ name: String) -> ALCFactoryName {

// MARK:- Lifecycle

func AcWhenReady(_ whenReady:@escaping () -> Swift.Void) {
public func AcWhenReady(_ whenReady:@escaping () -> Swift.Void) {
mainContext().execute(whenStarted: whenReady)
}

Expand Down

0 comments on commit 977daf6

Please sign in to comment.