This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 776
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed dependencies to work with iOS 12.1 and Xcode 10.1 (#377)
* Changed dependencies to work with iOS 12.1 and xCode 10.1 * updated dependencies to work with latest Xcode (10.1) and iOS (12.1) * Update .travis.yml * updated tests to latest iOS * Updated tests (Nimble and Quick) to latest versions * Updated .travis.yml to latest test * Fixed a thread lock issue causing example to Example to crash * Updated dependencies to latest to work with Xcode 10.1 on iOS 12.1 * Conversion to Swift 4.2 and fixed FolioReaderAudioPlayer AudioIssue * updated xcode workspace * Configured project to build correctly after Swift 4.2 conversion * Pointing JSQ to forked repo containing Swift 4.2 fix * modified pod dependency to natively support 4.2 by using branched JSQ * build now under examples
- Loading branch information
1 parent
707aee3
commit e34546e
Showing
39 changed files
with
318 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
github "ZipArchive/ZipArchive" == 2.1.1 | ||
github "cxa/MenuItemKit" == 3.0.0 | ||
github "cxa/MenuItemKit" == 3.1.3 | ||
github "alexpopov/ZFDragableModalTransition" "merge-carthage-into-zoonooz" | ||
github "tadija/AEXML" == 4.2.2 | ||
github "ArtSabintsev/FontBlaster" == 4.0.1 | ||
github "jessesquires/JSQWebViewController" == 6.0.0 | ||
github "realm/realm-cocoa" == 3.1.1 | ||
github "tadija/AEXML" == 4.3.3 | ||
github "ArtSabintsev/FontBlaster" == 4.1.0 | ||
github "fantim/JSQWebViewController" == 6.1.1 | ||
github "realm/realm-cocoa" == 3.13.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
github "ArtSabintsev/FontBlaster" "4.0.1" | ||
github "ArtSabintsev/FontBlaster" "4.1.0" | ||
github "ZipArchive/ZipArchive" "v2.1.1" | ||
github "alexpopov/ZFDragableModalTransition" "8da951efb4202385630d1cf7104b60d1208f807e" | ||
github "cxa/MenuItemKit" "3.0.0" | ||
github "jessesquires/JSQWebViewController" "6.0.0" | ||
github "realm/realm-cocoa" "v3.1.1" | ||
github "tadija/AEXML" "4.2.2" | ||
github "cxa/MenuItemKit" "3.1.3" | ||
github "fantim/JSQWebViewController" "6.0.0" | ||
github "realm/realm-cocoa" "v3.13.1" | ||
github "tadija/AEXML" "4.3.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.