File tree Expand file tree Collapse file tree
KeyboardLayoutGuideExample
KeyboardLayoutGuideExample.xcodeproj
KeyboardLayoutGuideExample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 52 ;
6+ objectVersion = 54 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
328328 );
329329 PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuideExample;
330330 PRODUCT_NAME = "$(TARGET_NAME)";
331- SWIFT_VERSION = 5 .0;
331+ SWIFT_VERSION = 6 .0;
332332 TARGETED_DEVICE_FAMILY = "1,2";
333333 };
334334 name = Debug;
347347 );
348348 PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuideExample;
349349 PRODUCT_NAME = "$(TARGET_NAME)";
350- SWIFT_VERSION = 5 .0;
350+ SWIFT_VERSION = 6 .0;
351351 TARGETED_DEVICE_FAMILY = "1,2";
352352 };
353353 name = Release;
Original file line number Diff line number Diff line change 88
99import UIKit
1010
11- @UIApplicationMain
11+ @main
1212class AppDelegate : UIResponder , UIApplicationDelegate {
1313
1414 var window : UIWindow ?
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ class InvertedButton: UIButton {
3636 }
3737 }
3838
39- override func awakeFromNib ( ) {
40- super. awakeFromNib ( )
39+ required init ? ( coder : NSCoder ) {
40+ super. init ( coder : coder )
4141 updateBackgroundColor ( )
4242 }
4343
You can’t perform that action at this time.
0 commit comments