Skip to content

Commit 75ad283

Browse files
author
Eric Miller
committed
Update version to 1.1.4
1 parent e8d08f8 commit 75ad283

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TOOL_NAME = UnityBuildKit
2-
VERSION = 1.1.3
2+
VERSION = 1.1.4
33

44
PREFIX = /usr/local
55
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_NAME)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="Assets/ubk_logo.png">
33
</p>
44
<p align="center">
5-
<img src="https://img.shields.io/badge/version-1.1.3-blue.svg?style=flat-square" />
5+
<img src="https://img.shields.io/badge/version-1.1.4-blue.svg?style=flat-square" />
66
<a href="https://github.com/handsomecode/UnityBuildKit/blob/master/LICENSE">
77
<img src="https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square"/>
88
</a>
Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
23
<plist version="1.0">
34
<dict>
4-
<key>CFBundleDevelopmentRegion</key>
5-
<string>en</string>
6-
<key>CFBundleExecutable</key>
7-
<string>$(EXECUTABLE_NAME)</string>
8-
<key>CFBundleIdentifier</key>
9-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
10-
<key>CFBundleInfoDictionaryVersion</key>
11-
<string>6.0</string>
12-
<key>CFBundleName</key>
13-
<string>$(PRODUCT_NAME)</string>
14-
<key>CFBundlePackageType</key>
15-
<string>FMWK</string>
16-
<key>CFBundleShortVersionString</key>
17-
<string>1.0</string>
18-
<key>CFBundleSignature</key>
19-
<string>????</string>
20-
<key>CFBundleVersion</key>
21-
<string>$(CURRENT_PROJECT_VERSION)</string>
22-
<key>NSPrincipalClass</key>
23-
<string></string>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.1.4</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
2425
</dict>
2526
</plist>

UnityBuildKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@
976976
path = ".build/checkouts/XcodeGen.git--7277681520713665102/Sources/ProjectSpec";
977977
sourceTree = SOURCE_ROOT;
978978
};
979-
OBJ_5 /* */ = {
979+
OBJ_5 = {
980980
isa = PBXGroup;
981981
children = (
982982
OBJ_6 /* Package.swift */,
@@ -987,7 +987,6 @@
987987
OBJ_47 /* Dependencies */,
988988
OBJ_193 /* Products */,
989989
);
990-
name = "";
991990
sourceTree = "<group>";
992991
};
993992
OBJ_68 /* XcodeGenKit */ = {
@@ -1443,7 +1442,7 @@
14431442
knownRegions = (
14441443
en,
14451444
);
1446-
mainGroup = OBJ_5 /* */;
1445+
mainGroup = OBJ_5;
14471446
productRefGroup = OBJ_193 /* Products */;
14481447
projectDirPath = "";
14491448
projectRoot = "";

0 commit comments

Comments
 (0)