Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Update for swift 5 #168

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
faaff9c
Update for swift 4
cjlarsen Oct 11, 2017
40f75e4
Update Swift 3 obj inference to default
cjlarsen Oct 13, 2017
87b43ac
Set skip install to no for framework export
cjlarsen Oct 13, 2017
2264c8e
Set skip install to NO in build settings, fix issue with archiving ap…
cjlarsen Jan 29, 2018
c5026fd
Fix merge conflicts
cjlarsen Jan 29, 2018
31bc43b
Something changed with shareddata
cjlarsen Mar 30, 2018
a3a07e9
Update for Swift 4.1
cjlarsen Mar 30, 2018
3f8f303
Update project to recommended settings, update gitignore
Aug 15, 2018
dd32669
Update for swift 4.2 and use with simulators
cjlarsen Sep 14, 2018
2ac7bbe
Add bitcode generation mode, allow projects to be archived if using f…
cjlarsen Oct 4, 2018
d757cb4
Merge remote-tracking branch 'upstream/master'
cjlarsen Feb 28, 2019
9ab0a88
Update for swift 4.2
cjlarsen Feb 28, 2019
0c8662c
Update swift version to 4
cjlarsen Mar 1, 2019
e5905ab
Update swift-version to 4.2
cjlarsen Mar 1, 2019
7a025c0
Update to run tests on iOS 12
cjlarsen Mar 1, 2019
542ee24
Change travis simulator back to iOS10
cjlarsen Mar 1, 2019
f614a98
Update for swift 5
Mar 26, 2019
9b49912
Update example project to restore compatibility with Carthage
clarknt Aug 11, 2019
2a2eb87
Merge pull request #1 from clarknt/carthage
cjlarsen Aug 18, 2019
d73e3a5
Fix crash on iOS 13
mobinzk Sep 25, 2019
2030c35
Merge pull request #2 from EtchUK/master
cjlarsen Oct 12, 2019
5714f59
show storyboard example full screen
cjlarsen Oct 12, 2019
ef254a1
Update programattic presentation for fullscreen
cjlarsen Oct 12, 2019
55a9d8d
Present cached sidemenu full screen
cjlarsen Oct 12, 2019
ac433a7
Merge pull request #3 from cjlarsen/update-example
cjlarsen Oct 12, 2019
6463b05
Update sidemenu to extend top to bottom on X+ devices
cjlarsen Oct 13, 2019
b1db4ae
Merge pull request #4 from cjlarsen/iphoneX-fullscreen-height
cjlarsen Oct 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Swift 3 obj inference to default
  • Loading branch information
cjlarsen committed Oct 13, 2017
commit 40f75e41b42484f41f17cd4a20e83f0dbac677f4
Binary file modified .DS_Store
Binary file not shown.
12 changes: 6 additions & 6 deletions SideMenuController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -325,7 +325,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
@@ -376,7 +376,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
@@ -401,7 +401,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Debug;
@@ -422,7 +422,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.teodorpatras.SideMenuController;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Release;
@@ -434,7 +434,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.teodorpatras.SideMenuControllerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Debug;
@@ -446,7 +446,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.teodorpatras.SideMenuControllerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
};
name = Release;