Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xxmicloxx committed Jul 22, 2020
1 parent fc791da commit b9e09b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HelperConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class HelperConstants {
HelperConstants.EjectPermission
]

static let Version = "1.1.27"
static let Version = "1.1.28"
}

@objc enum HelperError: Int {
Expand Down
4 changes: 2 additions & 2 deletions ImageWriter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions ImageWriterHelper/Helper-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<key>CFBundleName</key>
<string>com.xxmicloxx.ImageWriterHelper</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>SMAuthorizedClients</key>
<array>
<string>identifier &quot;com.xxmicloxx.ImageWriter&quot; and anchor apple generic and certificate leaf[subject.CN] = &quot;Apple Development: [email protected] (JH7FVZM487)&quot; and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
Expand Down

0 comments on commit b9e09b4

Please sign in to comment.