Skip to content

Commit

Permalink
Fix convert syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yonekawa committed Sep 22, 2016
1 parent 82865e8 commit 00e5688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions SwiftFlux.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,11 @@
};
CACC47F41B6B9DDA00FDF2BF = {
CreatedOnToolsVersion = 6.4;
LastSwiftMigration = 0800;
};
CACC47FF1B6B9DDA00FDF2BF = {
CreatedOnToolsVersion = 6.4;
LastSwiftMigration = 0800;
};
CAFDEA231BFF749B00AF7A09 = {
CreatedOnToolsVersion = 7.1.1;
Expand Down Expand Up @@ -1036,6 +1038,7 @@
PRODUCT_NAME = "$(PROJECT_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -1062,6 +1065,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "jp.mog2dev.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(PROJECT_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -1082,6 +1086,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = "jp.mog2dev.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SwiftFluxTests;
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -1098,6 +1103,7 @@
LIBRARY_SEARCH_PATHS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = "jp.mog2dev.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SwiftFluxTests;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion SwiftFlux/Dispatcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ private class DispatchCallback<T: Action> {
self.type = type
self.handler = handler
}
}
}

0 comments on commit 00e5688

Please sign in to comment.