Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Deploying version 5.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Feb 7, 2018
1 parent 034e25a commit 0bd0899
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
upcoming:
- Fixes expired certificate. [ash]

releases:
- version: 5.9.3
date: February 07 2018
notes:
- Fixes expired certificate. [ash]

- version: 5.9.2
date: January 26 2018
notes:
Expand Down Expand Up @@ -488,5 +492,6 @@ releases:






4 changes: 2 additions & 2 deletions Kiosk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
CURRENT_PROJECT_VERSION = 2018.01.26;
CURRENT_PROJECT_VERSION = 2018.02.07;
ENABLE_BITCODE = NO;
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = (
Expand All @@ -1474,7 +1474,7 @@
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
CURRENT_PROJECT_VERSION = 2018.01.26;
CURRENT_PROJECT_VERSION = 2018.02.07;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions Kiosk/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.9.2</string>
<string>5.9.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2018.01.26</string>
<string>2018.02.07</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions KioskTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.9.2</string>
<string>5.9.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2018.01.26</string>
<string>2018.02.07</string>
</dict>
</plist>

0 comments on commit 0bd0899

Please sign in to comment.