Skip to content

Commit a0d60e8

Browse files
committed
Update version numbers.
1 parent 2c48ce3 commit a0d60e8

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Diff for: CommandLineKit.xcodeproj/project.pbxproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
TargetAttributes = {
282282
CC7A60E6207A62A5007376A0 = {
283283
CreatedOnToolsVersion = 9.3;
284+
LastSwiftMigration = 1100;
284285
};
285286
CCFC2AD2207A636B00EDDADD = {
286287
CreatedOnToolsVersion = 9.3;
@@ -503,7 +504,7 @@
503504
);
504505
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.CommandLineKitDemo;
505506
PRODUCT_NAME = "$(TARGET_NAME)";
506-
SWIFT_VERSION = 4.0;
507+
SWIFT_VERSION = 5.0;
507508
};
508509
name = Debug;
509510
};
@@ -521,7 +522,7 @@
521522
);
522523
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.CommandLineKitDemo;
523524
PRODUCT_NAME = "$(TARGET_NAME)";
524-
SWIFT_VERSION = 4.0;
525+
SWIFT_VERSION = 5.0;
525526
};
526527
name = Release;
527528
};

Diff for: CommandLineKit.xcodeproj/xcshareddata/xcschemes/CommandLineKitDemo.xcscheme

+10
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@
3737
</BuildableReference>
3838
</MacroExpansion>
3939
<Testables>
40+
<TestableReference
41+
skipped = "NO">
42+
<BuildableReference
43+
BuildableIdentifier = "primary"
44+
BlueprintIdentifier = "CCFC2AEB207A69B900EDDADD"
45+
BuildableName = "CommandLineKitTests.xctest"
46+
BlueprintName = "CommandLineKitTests"
47+
ReferencedContainer = "container:CommandLineKit.xcodeproj">
48+
</BuildableReference>
49+
</TestableReference>
4050
</Testables>
4151
</TestAction>
4252
<LaunchAction

Diff for: Sources/CommandLineKit/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Diff for: Tests/CommandLineKitTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)