Skip to content

Commit

Permalink
Rev version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Miller committed Jan 31, 2018
1 parent 33d6ac5 commit b61811e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
41 changes: 21 additions & 20 deletions UnityBuildKit.xcodeproj/UBKit_Info.plist
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
5 changes: 2 additions & 3 deletions UnityBuildKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
path = ".build/checkouts/XcodeGen.git--7277681520713665102/Sources/ProjectSpec";
sourceTree = SOURCE_ROOT;
};
OBJ_5 /* */ = {
OBJ_5 = {
isa = PBXGroup;
children = (
OBJ_6 /* Package.swift */,
Expand All @@ -976,7 +976,6 @@
OBJ_46 /* Dependencies */,
OBJ_188 /* Products */,
);
name = "";
sourceTree = "<group>";
};
OBJ_67 /* XcodeGenKit */ = {
Expand Down Expand Up @@ -1417,7 +1416,7 @@
knownRegions = (
en,
);
mainGroup = OBJ_5 /* */;
mainGroup = OBJ_5;
productRefGroup = OBJ_188 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down

0 comments on commit b61811e

Please sign in to comment.