Skip to content

Commit

Permalink
Bumps version to 0.11.1
Browse files Browse the repository at this point in the history
Also attempts to unify bundle identifiers and fix Info.plist warning in iOS Specs
  • Loading branch information
Andrew Kitchen and Raphael Weiner committed Nov 14, 2014
1 parent 002b64c commit 71118d3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Cedar-Info.plist
Expand Up @@ -7,13 +7,13 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
<string>io.pivotal.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.11.0</string>
<string>0.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions 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'
Expand Down
9 changes: 5 additions & 4 deletions Cedar.xcodeproj/project.pbxproj
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -2185,6 +2185,7 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = Pivotal;
TargetAttributes = {
AE248F9719DCD52500092C14 = {
CreatedOnToolsVersion = 6.0.1;
Expand Down
2 changes: 1 addition & 1 deletion OCUnitApp/OCUnitApp-Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.tomato.${PRODUCT_NAME:rfc1034identifier}</string>
<string>io.pivotal.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion OS X Host App/Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.pivotallabs.cedar.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>io.pivotal.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Headers/CDRVersion.h
@@ -1 +1 @@
NSString *CDRVersion = @"0.10.0";
NSString *CDRVersion = @"0.11.1";
2 changes: 1 addition & 1 deletion Spec/iOSFrameworkSpecs/iOSFrameworkSpecs-Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.pivotallabs.${PRODUCT_NAME:rfc1034identifier}</string>
<string>io.pivotal.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion iOSSpecs-Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<string>io.pivotal.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 71118d3

Please sign in to comment.