File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
project.xcworkspace/xcshareddata Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ extension Timer {
104104 /// By default, the timer is scheduled on the current run loop for the default mode.
105105 /// Specify `runLoop` or `modes` to override these defaults.
106106
107- public func start( runLoop: RunLoop = . current, modes: RunLoopMode ... ) {
108- let modes = modes. isEmpty ? [ . defaultRunLoopMode ] : modes
107+ public func start( runLoop: RunLoop = . current, modes: RunLoop . Mode ... ) {
108+ let modes = modes. isEmpty ? [ RunLoop . Mode . default ] : modes
109109
110110 for mode in modes {
111111 runLoop. add ( self , forMode: mode)
Original file line number Diff line number Diff line change 210210 TargetAttributes = {
211211 3E721ABA1BF7255D008AF027 = {
212212 CreatedOnToolsVersion = 7.1;
213- LastSwiftMigration = 0800 ;
213+ LastSwiftMigration = 1000 ;
214214 };
215215 6E7E40891C84B1A20030CEBB = {
216216 CreatedOnToolsVersion = 7.2;
425425 PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimer;
426426 PRODUCT_NAME = "$(TARGET_NAME)";
427427 SKIP_INSTALL = YES;
428+ SWIFT_SWIFT3_OBJC_INFERENCE = On;
429+ SWIFT_VERSION = 4.2;
428430 };
429431 name = Debug;
430432 };
445447 PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimer;
446448 PRODUCT_NAME = "$(TARGET_NAME)";
447449 SKIP_INSTALL = YES;
450+ SWIFT_SWIFT3_OBJC_INFERENCE = On;
451+ SWIFT_VERSION = 4.2;
448452 };
449453 name = Release;
450454 };
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >IDEDidComputeMac32BitWarning </key >
6+ <true />
7+ </dict >
8+ </plist >
You can’t perform that action at this time.
0 commit comments