futuretap/InAppSettingsKit

Sample app contains wrong `IASKViewControllerSelector` for `IASKAppSettingsWebViewController`

Closed this issue · 1 comments

Almost all values for IASKViewControllerSelector contain the correct "initWithFile:specifier:":

<key>IASKViewControllerClass</key>
<string>IASKAppSettingsWebViewController</string>
<key>IASKViewControllerSelector</key>
<string>initWithFile:specifier:</string>

However, 1 particular refers to an old deprecated "initWithFile:key:", which will crash the sample app:

<key>IASKViewControllerClass</key>
<string>IASKAppSettingsWebViewController</string>
<key>IASKViewControllerSelector</key>
<string>initWithFile:key:</string>

Fixed in 2008004, thanks.