diff --git a/Cedar-Info.plist b/Cedar-Info.plist
index edfb3de8..20aacbfc 100644
--- a/Cedar-Info.plist
+++ b/Cedar-Info.plist
@@ -7,13 +7,13 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- com.yourcompany.${PRODUCT_NAME:rfc1034identifier}
+ io.pivotal.$(PRODUCT_NAME:rfc1034identifier)
CFBundleInfoDictionaryVersion
6.0
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.11.0
+ 0.11.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Cedar.podspec b/Cedar.podspec
index a35f1c3e..aa1c0d48 100644
--- a/Cedar.podspec
+++ b/Cedar.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Cedar'
- s.version = '0.11.0'
+ s.version = '0.11.1'
s.license = 'MIT'
s.summary = 'BDD-style testing using Objective-C.'
s.homepage = 'https://github.com/pivotal/cedar'
s.author = { 'Pivotal Labs' => 'http://pivotallabs.com' }
s.license = { :type => 'MIT', :file => 'MIT.LICENSE.txt' }
- s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.11.0' }
+ s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.11.1' }
s.osx.deployment_target = '10.7'
s.ios.deployment_target = '6.0'
diff --git a/Cedar.xcodeproj/project.pbxproj b/Cedar.xcodeproj/project.pbxproj
index 205f1161..8d1b024a 100644
--- a/Cedar.xcodeproj/project.pbxproj
+++ b/Cedar.xcodeproj/project.pbxproj
@@ -1979,7 +1979,7 @@
name = "Cedar iOS XCTest Tests";
productName = OCUnitAppTests;
productReference = 1F45A3DD180E4796003C1E36 /* XCUnitAppTests.xctest */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.bundle.unit-test";
};
96A07EEE13F276640021974D /* Cedar OS X FocusedSpecs */ = {
isa = PBXNativeTarget;
@@ -2033,7 +2033,7 @@
name = "Cedar iOS SenTestingKit Tests";
productName = OCUnitAppTests;
productReference = 96B5FA11144A81A8000A6A5D /* Cedar iOS SenTestingKit Tests.octest */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.bundle.ocunit-test";
};
AE02E7E3184EABCD00414F19 /* Cedar iOS FrameworkSpecs */ = {
isa = PBXNativeTarget;
@@ -2087,7 +2087,7 @@
name = "Cedar OS X Host AppTests";
productName = "OS X Host AppTests";
productReference = AE248FAA19DCD52500092C14 /* Cedar OS X Host AppTests.xctest */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.bundle.unit-test";
};
AEB8818619DCD62D00F081BA /* Cedar OS X Failing Test Bundle */ = {
isa = PBXNativeTarget;
@@ -2105,7 +2105,7 @@
name = "Cedar OS X Failing Test Bundle";
productName = "OS X Failing Test Bundle";
productReference = AEB8818719DCD62D00F081BA /* Cedar OS X Failing Test Bundle.octest */;
- productType = "com.apple.product-type.bundle";
+ productType = "com.apple.product-type.bundle.ocunit-test";
};
AEEE1FB511DC271300029872 /* Cedar */ = {
isa = PBXNativeTarget;
@@ -2185,6 +2185,7 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
+ ORGANIZATIONNAME = Pivotal;
TargetAttributes = {
AE248F9719DCD52500092C14 = {
CreatedOnToolsVersion = 6.0.1;
diff --git a/OCUnitApp/OCUnitApp-Info.plist b/OCUnitApp/OCUnitApp-Info.plist
index 64c9ec50..bbd9b80f 100644
--- a/OCUnitApp/OCUnitApp-Info.plist
+++ b/OCUnitApp/OCUnitApp-Info.plist
@@ -9,7 +9,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- com.tomato.${PRODUCT_NAME:rfc1034identifier}
+ io.pivotal.${PRODUCT_NAME:rfc1034identifier}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/OS X Host App/Info.plist b/OS X Host App/Info.plist
index cd04a73b..f155f95a 100644
--- a/OS X Host App/Info.plist
+++ b/OS X Host App/Info.plist
@@ -9,7 +9,7 @@
CFBundleIconFile
CFBundleIdentifier
- com.pivotallabs.cedar.$(PRODUCT_NAME:rfc1034identifier)
+ io.pivotal.$(PRODUCT_NAME:rfc1034identifier)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/Source/Headers/CDRVersion.h b/Source/Headers/CDRVersion.h
index 24b7502e..700a2392 100644
--- a/Source/Headers/CDRVersion.h
+++ b/Source/Headers/CDRVersion.h
@@ -1 +1 @@
-NSString *CDRVersion = @"0.10.0";
+NSString *CDRVersion = @"0.11.1";
diff --git a/Spec/iOSFrameworkSpecs/iOSFrameworkSpecs-Info.plist b/Spec/iOSFrameworkSpecs/iOSFrameworkSpecs-Info.plist
index a68d11c7..35364b56 100644
--- a/Spec/iOSFrameworkSpecs/iOSFrameworkSpecs-Info.plist
+++ b/Spec/iOSFrameworkSpecs/iOSFrameworkSpecs-Info.plist
@@ -9,7 +9,7 @@
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
- com.pivotallabs.${PRODUCT_NAME:rfc1034identifier}
+ io.pivotal.$(PRODUCT_NAME:rfc1034identifier)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/iOSSpecs-Info.plist b/iOSSpecs-Info.plist
index 74aa80fa..a0821ee5 100644
--- a/iOSSpecs-Info.plist
+++ b/iOSSpecs-Info.plist
@@ -11,7 +11,7 @@
CFBundleIcons~ipad
CFBundleIdentifier
- com.yourcompany.${PRODUCT_NAME:identifier}
+ io.pivotal.$(PRODUCT_NAME:rfc1034identifier)
CFBundleInfoDictionaryVersion
6.0
CFBundlePackageType