Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kellyroach/upgrade to xcode10 #2

Merged
merged 4 commits into from
Sep 26, 2018

Conversation

kellyroach
Copy link
Contributor

This pull request updates SandboxBrowser to Xcode 10 / Swift 4.2 .

  • Improved .gitignore
  • Update to Xcode 10 / Swift 4.2
    SWIFT_VERSION = 4.2 in targets
    Changes to some *.swift to get them to be 4.2 compatible
    IPHONEOS_DEPLOYMENT_TARGET = 8.0
    DEVELOPMENT_TEAM = "" (None)
  • ViewController.swift
    definesPresentationContext = true
    prevents warning message
  • SandboxBrowser.swift
    if (self.presentedViewController == nil) {...}
    prevents warning message
  • Fix README.md 'sanbox' misspelling
  • Update SandboxBrowser.podspec to point to 'aidevjoe'

@aidevjoe aidevjoe merged commit 4bf7106 into aidevjoe:master Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants