Skip to content

Commit 48329e1

Browse files
committed
fixed typo
1 parent bdd6757 commit 48329e1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

DefaultsOverride.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class DefaultsOverride: UserDefaults {
3838
let attributes = try FileManager.default.attributesOfItem(atPath: prefScriptPath)
3939

4040
if FileManager.default.isExecutableFile(atPath: prefScriptPath) == false {
41-
TCSLogErrorWithMark("override script is not executible")
41+
TCSLogErrorWithMark("override script is not executable")
4242

4343
return
4444
}

Profile Manifest/com.twocanoes.xcreds.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>pfm_app_url</key>
66
<string>https://github.com/twocanoes/xcreds</string>
77
<key>pfm_description</key>
8-
<string>XCreds 4.0 (6176) OAuth Settings</string>
8+
<string>XCreds 4.0 (6177) OAuth Settings</string>
99
<key>pfm_documentation_url</key>
1010
<string>https://twocanoes.com/knowledge-base/xcreds-admin-guide/#preferences</string>
1111
<key>pfm_domain</key>

xCreds.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@
14221422
buildSettings = {
14231423
CODE_SIGN_STYLE = Automatic;
14241424
COMBINE_HIDPI_IMAGES = YES;
1425-
CURRENT_PROJECT_VERSION = 6176;
1425+
CURRENT_PROJECT_VERSION = 6177;
14261426
DEFINES_MODULE = YES;
14271427
DEVELOPMENT_TEAM = UXP6YEHSPW;
14281428
FRAMEWORK_SEARCH_PATHS = (
@@ -1459,7 +1459,7 @@
14591459
buildSettings = {
14601460
CODE_SIGN_STYLE = Automatic;
14611461
COMBINE_HIDPI_IMAGES = YES;
1462-
CURRENT_PROJECT_VERSION = 6176;
1462+
CURRENT_PROJECT_VERSION = 6177;
14631463
DEFINES_MODULE = YES;
14641464
DEVELOPMENT_TEAM = UXP6YEHSPW;
14651465
FRAMEWORK_SEARCH_PATHS = (
@@ -1580,7 +1580,7 @@
15801580
CODE_SIGN_ENTITLEMENTS = "XCreds Login Overlay/XCreds_Login_Overlay.entitlements";
15811581
CODE_SIGN_STYLE = Automatic;
15821582
COMBINE_HIDPI_IMAGES = YES;
1583-
CURRENT_PROJECT_VERSION = 6176;
1583+
CURRENT_PROJECT_VERSION = 6177;
15841584
DEVELOPMENT_TEAM = UXP6YEHSPW;
15851585
ENABLE_HARDENED_RUNTIME = YES;
15861586
FRAMEWORK_SEARCH_PATHS = (
@@ -1617,7 +1617,7 @@
16171617
CODE_SIGN_ENTITLEMENTS = "XCreds Login Overlay/XCreds_Login_Overlay.entitlements";
16181618
CODE_SIGN_STYLE = Automatic;
16191619
COMBINE_HIDPI_IMAGES = YES;
1620-
CURRENT_PROJECT_VERSION = 6176;
1620+
CURRENT_PROJECT_VERSION = 6177;
16211621
DEVELOPMENT_TEAM = UXP6YEHSPW;
16221622
ENABLE_HARDENED_RUNTIME = YES;
16231623
FRAMEWORK_SEARCH_PATHS = (
@@ -1767,7 +1767,7 @@
17671767
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
17681768
CODE_SIGN_STYLE = Automatic;
17691769
COMBINE_HIDPI_IMAGES = YES;
1770-
CURRENT_PROJECT_VERSION = 6176;
1770+
CURRENT_PROJECT_VERSION = 6177;
17711771
DEVELOPMENT_TEAM = UXP6YEHSPW;
17721772
ENABLE_HARDENED_RUNTIME = YES;
17731773
FRAMEWORK_SEARCH_PATHS = (
@@ -1809,7 +1809,7 @@
18091809
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
18101810
CODE_SIGN_STYLE = Automatic;
18111811
COMBINE_HIDPI_IMAGES = YES;
1812-
CURRENT_PROJECT_VERSION = 6176;
1812+
CURRENT_PROJECT_VERSION = 6177;
18131813
DEVELOPMENT_TEAM = UXP6YEHSPW;
18141814
ENABLE_HARDENED_RUNTIME = YES;
18151815
FRAMEWORK_SEARCH_PATHS = (

xCreds.xcodeproj/xcuserdata/tperfitt.xcuserdatad/xcschemes/xcschememanagement.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<key>auth_mech_fixup.xcscheme_^#shared#^_</key>
3333
<dict>
3434
<key>orderHint</key>
35-
<integer>8</integer>
35+
<integer>7</integer>
3636
</dict>
3737
<key>authrights.xcscheme_^#shared#^_</key>
3838
<dict>
@@ -42,7 +42,7 @@
4242
<key>test.xcscheme_^#shared#^_</key>
4343
<dict>
4444
<key>orderHint</key>
45-
<integer>7</integer>
45+
<integer>8</integer>
4646
</dict>
4747
</dict>
4848
<key>SuppressBuildableAutocreation</key>

0 commit comments

Comments
 (0)