Skip to content

Commit d55914b

Browse files
author
Anastasia Kubova
committed
Resolve feedbacks
1 parent 4caa52d commit d55914b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/AppCenter/Editor/AppCenterPostBuild.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ private static void OnPostprocessInfo(PlistDocumentWrapper info, AppCenterSettin
427427
Type playerSettingsClass = typeof(PlayerSettings.iOS);
428428
MethodInfo iOSURLSchemesMethod = playerSettingsClass.GetMethod("GetURLSchemes", BindingFlags.Static | BindingFlags.NonPublic);
429429

430-
// Verify that method is exist and call it for getting custom schemes.
430+
// Verify that method exists and call it for getting custom schemes.
431431
if (iOSURLSchemesMethod != null)
432432
{
433433
var schemesFromSettings = (string[])iOSURLSchemesMethod.Invoke(null, null);

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#### iOS
88

9-
* **[Fix]** Fix override custom `URLScheme` in the post-build script.
9+
* **[Fix]** Fix overriding custom `URLScheme` in the post-build script.
1010

1111
___
1212

0 commit comments

Comments
 (0)