Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pietbrauer committed Apr 18, 2016
1 parent 9d7ce6e commit c6848a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Onigmo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@
239F5D2C1CC4FC6500CED8C7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
239F5D2D1CC4FC6500CED8C7 /* Build configuration list for PBXNativeTarget "OnigmoTests" */ = {
isa = XCConfigurationList;
Expand All @@ -732,6 +733,7 @@
239F5D2F1CC4FC6500CED8C7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
239F5D811CC5013C00CED8C7 /* Build configuration list for PBXNativeTarget "Onigmo-tvOS" */ = {
isa = XCConfigurationList;
Expand All @@ -740,6 +742,7 @@
239F5D831CC5013C00CED8C7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
239F5D841CC5013C00CED8C7 /* Build configuration list for PBXNativeTarget "Onigmo-tvOSTests" */ = {
isa = XCConfigurationList;
Expand All @@ -748,6 +751,7 @@
239F5D861CC5013C00CED8C7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
8 changes: 4 additions & 4 deletions Onigmo.xcodeproj/xcshareddata/xcschemes/Onigmo-tvOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "239F5D6F1CC5013B00CED8C7"
BuildableName = "Onigmo-tvOS.framework"
BuildableName = "Onigmo.framework"
BlueprintName = "Onigmo-tvOS"
ReferencedContainer = "container:Onigmo.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -43,7 +43,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "239F5D6F1CC5013B00CED8C7"
BuildableName = "Onigmo-tvOS.framework"
BuildableName = "Onigmo.framework"
BlueprintName = "Onigmo-tvOS"
ReferencedContainer = "container:Onigmo.xcodeproj">
</BuildableReference>
Expand All @@ -65,7 +65,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "239F5D6F1CC5013B00CED8C7"
BuildableName = "Onigmo-tvOS.framework"
BuildableName = "Onigmo.framework"
BlueprintName = "Onigmo-tvOS"
ReferencedContainer = "container:Onigmo.xcodeproj">
</BuildableReference>
Expand All @@ -83,7 +83,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "239F5D6F1CC5013B00CED8C7"
BuildableName = "Onigmo-tvOS.framework"
BuildableName = "Onigmo.framework"
BlueprintName = "Onigmo-tvOS"
ReferencedContainer = "container:Onigmo.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion Onigmo/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>1.0</string>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c6848a2

Please sign in to comment.