Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Apr 25, 2017
1 parent 25c061a commit dc5610d
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 86 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.1

* Fixed "too complex to resolve in reasonable time" error in generator
* Fixed directory names for case sensitive file systems [PR #114](https://github.com/Brightify/Cuckoo/pull/115) - (thanks to sundance2000 for the fix)
* Moved repository from `SwiftKit` to `Brightify` organization on GitHub.

## 0.9.0

* Rewritten Generator to use Stencil
Expand Down
6 changes: 3 additions & 3 deletions Cuckoo.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "Cuckoo"
s.version = "0.9.0"
s.version = "0.9.1"
s.summary = "Cuckoo - first boilerplate-free Swift mocking framework."
s.description = <<-DESC
Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).
It generates mocks and some helper structures automatically to enable this functionality.
DESC

s.homepage = "https://github.com/SwiftKit/Cuckoo"
s.homepage = "https://github.com/Brightify/Cuckoo"
s.license = 'MIT'
s.author = { "Tadeas Kriz" => "tadeas@brightify.org", "Filip Dolnik" => "filip@brightify.org", "Adriaan (Arjan) Duijzer" => "arjan@nxtstep.nl" }
s.source = {
:git => "https://github.com/SwiftKit/Cuckoo.git",
:git => "https://github.com/Brightify/Cuckoo.git",
:tag => s.version.to_s
}

Expand Down
164 changes: 82 additions & 82 deletions Cuckoo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,96 +70,96 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
183D04071C4691C600EBAEF3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 183D03F21C4691C600EBAEF3 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 183D03FA1C4691C600EBAEF3;
remoteInfo = Mockery;
};
184B7B691E5F4F0C00294173 /* PBXContainerItemProxy */ = {
182B68DC1EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_188;
remoteInfo = sourcekitten;
remoteGlobalIDString = OBJ_202;
remoteInfo = Commandant;
};
184B7B6B1E5F4F0C00294173 /* PBXContainerItemProxy */ = {
182B68DE1EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_189;
remoteInfo = SourceKittenFramework;
remoteGlobalIDString = OBJ_203;
remoteInfo = SWXMLHash;
};
184B7B6D1E5F4F0C00294173 /* PBXContainerItemProxy */ = {
182B68E01EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_190;
remoteInfo = FileKit;
remoteGlobalIDString = OBJ_204;
remoteInfo = CYaml;
};
184B7B6F1E5F4F0C00294173 /* PBXContainerItemProxy */ = {
182B68E21EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_191;
remoteInfo = Spectre;
remoteGlobalIDString = OBJ_205;
remoteInfo = Yams;
};
184B7B711E5F4F0C00294173 /* PBXContainerItemProxy */ = {
182B68E41EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_192;
remoteInfo = PathKit;
remoteGlobalIDString = OBJ_206;
remoteInfo = sourcekitten;
};
184B7B731E5F4F0C00294173 /* PBXContainerItemProxy */ = {
182B68E61EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_193;
remoteInfo = Stencil;
remoteGlobalIDString = OBJ_207;
remoteInfo = SourceKittenFramework;
};
184B7B751E5F4F0C00294173 /* PBXContainerItemProxy */ = {
182B68E81EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_194;
remoteInfo = cuckoo_generator;
remoteGlobalIDString = OBJ_208;
remoteInfo = FileKit;
};
184B7C0A1E5F588700294173 /* PBXContainerItemProxy */ = {
182B68EA1EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_195;
remoteGlobalIDString = OBJ_209;
remoteInfo = Spectre;
};
184B7C0C1E5F588700294173 /* PBXContainerItemProxy */ = {
182B68EC1EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_196;
remoteGlobalIDString = OBJ_210;
remoteInfo = PathKit;
};
184B7C0E1E5F588700294173 /* PBXContainerItemProxy */ = {
182B68EE1EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_197;
remoteGlobalIDString = OBJ_211;
remoteInfo = Stencil;
};
184B7C101E5F588700294173 /* PBXContainerItemProxy */ = {
182B68F01EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_198;
remoteGlobalIDString = OBJ_212;
remoteInfo = cuckoo_generator;
};
184E1CD71E914F2F001F6396 /* PBXContainerItemProxy */ = {
182B68F21EAFAB52007CC668 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DC9786B31D70418600C9E64E /* CuckooGenerator.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = OBJ_199;
remoteInfo = cuckoo_generator;
remoteGlobalIDString = OBJ_214;
remoteInfo = TemplateEncoder;
};
183D04071C4691C600EBAEF3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 183D03F21C4691C600EBAEF3 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 183D03FA1C4691C600EBAEF3;
remoteInfo = Mockery;
};
184E1CD91E914F2F001F6396 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand Down Expand Up @@ -445,20 +445,20 @@
DC9786B41D70418600C9E64E /* Products */ = {
isa = PBXGroup;
children = (
184B7B6A1E5F4F0C00294173 /* Result.framework */,
184B7B6C1E5F4F0C00294173 /* Commandant.framework */,
184B7B6E1E5F4F0C00294173 /* SWXMLHash.framework */,
184B7B701E5F4F0C00294173 /* CYaml.framework */,
184B7B721E5F4F0C00294173 /* Yams.framework */,
184B7B741E5F4F0C00294173 /* sourcekitten */,
184B7B761E5F4F0C00294173 /* SourceKittenFramework.framework */,
184B7C0B1E5F588700294173 /* FileKit.framework */,
184B7C0D1E5F588700294173 /* Spectre.framework */,
184B7C0F1E5F588700294173 /* PathKit.framework */,
184B7C111E5F588700294173 /* Stencil.framework */,
184E1CD81E914F2F001F6396 /* cuckoo_generator */,
184E1CDA1E914F2F001F6396 /* Result.framework */,
182B68DD1EAFAB52007CC668 /* Commandant.framework */,
182B68DF1EAFAB52007CC668 /* SWXMLHash.framework */,
182B68E11EAFAB52007CC668 /* CYaml.framework */,
182B68E31EAFAB52007CC668 /* Yams.framework */,
182B68E51EAFAB52007CC668 /* sourcekitten */,
182B68E71EAFAB52007CC668 /* SourceKittenFramework.framework */,
182B68E91EAFAB52007CC668 /* FileKit.framework */,
182B68EB1EAFAB52007CC668 /* Spectre.framework */,
182B68ED1EAFAB52007CC668 /* PathKit.framework */,
182B68EF1EAFAB52007CC668 /* Stencil.framework */,
182B68F11EAFAB52007CC668 /* cuckoo_generator */,
DC9786BB1D70418600C9E64E /* CuckooGeneratorFramework.framework */,
184E1CDA1E914F2F001F6396 /* TemplateEncoder */,
182B68F31EAFAB52007CC668 /* TemplateEncoder */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -581,94 +581,94 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
184B7B6A1E5F4F0C00294173 /* Result.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Result.framework;
remoteRef = 184B7B691E5F4F0C00294173 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7B6C1E5F4F0C00294173 /* Commandant.framework */ = {
182B68DD1EAFAB52007CC668 /* Commandant.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Commandant.framework;
remoteRef = 184B7B6B1E5F4F0C00294173 /* PBXContainerItemProxy */;
remoteRef = 182B68DC1EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7B6E1E5F4F0C00294173 /* SWXMLHash.framework */ = {
182B68DF1EAFAB52007CC668 /* SWXMLHash.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SWXMLHash.framework;
remoteRef = 184B7B6D1E5F4F0C00294173 /* PBXContainerItemProxy */;
remoteRef = 182B68DE1EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7B701E5F4F0C00294173 /* CYaml.framework */ = {
182B68E11EAFAB52007CC668 /* CYaml.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = CYaml.framework;
remoteRef = 184B7B6F1E5F4F0C00294173 /* PBXContainerItemProxy */;
remoteRef = 182B68E01EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7B721E5F4F0C00294173 /* Yams.framework */ = {
182B68E31EAFAB52007CC668 /* Yams.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Yams.framework;
remoteRef = 184B7B711E5F4F0C00294173 /* PBXContainerItemProxy */;
remoteRef = 182B68E21EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7B741E5F4F0C00294173 /* sourcekitten */ = {
182B68E51EAFAB52007CC668 /* sourcekitten */ = {
isa = PBXReferenceProxy;
fileType = text;
path = sourcekitten;
remoteRef = 184B7B731E5F4F0C00294173 /* PBXContainerItemProxy */;
remoteRef = 182B68E41EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7B761E5F4F0C00294173 /* SourceKittenFramework.framework */ = {
182B68E71EAFAB52007CC668 /* SourceKittenFramework.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SourceKittenFramework.framework;
remoteRef = 184B7B751E5F4F0C00294173 /* PBXContainerItemProxy */;
remoteRef = 182B68E61EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7C0B1E5F588700294173 /* FileKit.framework */ = {
182B68E91EAFAB52007CC668 /* FileKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = FileKit.framework;
remoteRef = 184B7C0A1E5F588700294173 /* PBXContainerItemProxy */;
remoteRef = 182B68E81EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7C0D1E5F588700294173 /* Spectre.framework */ = {
182B68EB1EAFAB52007CC668 /* Spectre.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Spectre.framework;
remoteRef = 184B7C0C1E5F588700294173 /* PBXContainerItemProxy */;
remoteRef = 182B68EA1EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7C0F1E5F588700294173 /* PathKit.framework */ = {
182B68ED1EAFAB52007CC668 /* PathKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = PathKit.framework;
remoteRef = 184B7C0E1E5F588700294173 /* PBXContainerItemProxy */;
remoteRef = 182B68EC1EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184B7C111E5F588700294173 /* Stencil.framework */ = {
182B68EF1EAFAB52007CC668 /* Stencil.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Stencil.framework;
remoteRef = 184B7C101E5F588700294173 /* PBXContainerItemProxy */;
remoteRef = 182B68EE1EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184E1CD81E914F2F001F6396 /* cuckoo_generator */ = {
182B68F11EAFAB52007CC668 /* cuckoo_generator */ = {
isa = PBXReferenceProxy;
fileType = text;
path = cuckoo_generator;
remoteRef = 184E1CD71E914F2F001F6396 /* PBXContainerItemProxy */;
remoteRef = 182B68F01EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184E1CDA1E914F2F001F6396 /* TemplateEncoder */ = {
182B68F31EAFAB52007CC668 /* TemplateEncoder */ = {
isa = PBXReferenceProxy;
fileType = text;
path = TemplateEncoder;
remoteRef = 182B68F21EAFAB52007CC668 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
184E1CDA1E914F2F001F6396 /* Result.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Result.framework;
remoteRef = 184E1CD91E914F2F001F6396 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.9.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit dc5610d

Please sign in to comment.