Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/Parse-SDK-iOS-OSX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.17.3
Choose a base ref
...
head repository: parse-community/Parse-SDK-iOS-OSX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.18.0
Choose a head ref
  • 20 commits
  • 84 files changed
  • 8 contributors

Commits on Sep 18, 2019

  1. Update build files for iOS 13 and Xcode 11. (#1451)

    This is preparation for issue #1446 aka iOS 13 update.
    
    -Updated gem versions
    -Updated circle config
    -Updated Ruby Version.
    -Rebuilt Gemfile.lock
    -Updated Xcode version used.
    noobs2ninjas authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    9d1fb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945e502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34ab31c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45c76b9 View commit details
    Browse the repository at this point in the history
  5. Fix rake.

    noobs2ninjas committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    3e47393 View commit details
    Browse the repository at this point in the history
  6. Returning rake file

    noobs2ninjas committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    fed7ac3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Updating submodule versions to fix build. (#1454)

    Updated carthage submodules and xctoolchain version to fix build.
    noobs2ninjas authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    4c7cd8d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Specified Bolts "Tasks" in subspecs dependencies for facebook utils. …

    …This removes Bolts/AppLinks and thus UIWebView. (#1452)
    tealshift authored and drdaz committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    461dd79 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Bumps macOS deployment target to 10.9 (#1455)

    * Bumps macOS deployment version to 10.9
    Due to NSURLSession
    drdaz authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    0926ff8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Add get and set server (#1464)

    * add server property and setServer
    
    * removed unnecessary exception when setting server before client is initialized
    
    * amended docs
    mtrezza authored and noobs2ninjas committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    7be3ea3 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Add support for using URLCache on macCatalyst (#1460)

    * Add support for using URLCache on macCatalyst
    
    * use recommended TARGET_OS_MACCATALYST instead of deprecated UIKITFORMAC
    mman authored and noobs2ninjas committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    1347567 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Don't use NSURLCache API not available in Catalyst (#1469)

    * Remove bundle ID prefix for mac catalyst
    
    * Use constant for prefix
    
    * Use #if __MAC_OS_X_VERSION_MIN_REQUIRED to guard against old version
    
    * Use macOS 10.15 marcro
    
    * Just don't use old API for maccatalyst
    
    * Use @available correctly
    
    * Make macOS tests pass in Xcode 11
    toto authored and noobs2ninjas committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    d0119bd View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Fixing CircleCI and Travis builds. (#1473)

    - Updated carthage to use [parse-community/Bolts-ObjC](https://github.com/parse-community/Bolts-ObjC) of parse so we can start maintaining Bolts again.
    - Updated ParseUI to build in iOS 8 again to fix issues #1434
    - Updated to current base internationalism and local to limit depreciation warnings. 
    - Fixed test targets and framework having two different target dependencies with the same name.
    - Updated build scripts to use Xcode 11.2.1.
    - Cleaned up dependencies throughout the project.
    - Removed catalyst support from Parse-iOS so that it would not be in conflict with Parse-iOS-Dynamic
    - Removed unnecessary x86 destination flag as that is now default and 32 bit is unavailable. 
    - Updated xctoolchain. 
    - All targets now build in CircleCI.
    noobs2ninjas authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    43faa78 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Adding OCMock as gitmodule for building tests. (#1478)

    *Moved OCMock to .gitmodules to make Carthage users' download more lightweight.
    
    *Updated all test targets to build and link OCMock.
    
    *Fixed many of the broken tests that have crashed or failed due to OCMock version. 
    
    *Updated facebook dependency version
    
    *Circle and Travis build fixes across all platforms and for nightly build. 
    
    Co-authored-by: @drdaz
    noobs2ninjas authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    de12a6f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Try to fix travis (take 1) (#1487)

    * Try to fix travis (take 1)
    1. use my github token (i think)
    2. only release on tags
    
    * try and get the release stage to only run on tags
    acinader authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1e581d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Fixing nightly build. (#1489)

    * There is a tvOS simulator running by default. No need to create one.
    
    * Making it so that it will do the nightly build on this branch after commit.
    
    * Trying to fix config spaces
    
    * Another spacing issue
    
    * removing branches
    
    * Updating remote submodule commit
    
    * Removing commit jobs from config now that nightly jobs have succeeded.
    noobs2ninjas authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    4ba0593 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Fix nightly build, add extra PR testing (#1490)

    * Fixes Carthage nightly
    
    * Extra PR testing
    Adds carthage, cocoapods and deployment jobs to PR workflow
    
    * Redoing dependencies for dynamic frameworks
    
    * Finally found the fix.
    
    Co-authored-by: Nathan Kellert <[email protected]>
    drdaz and noobs2ninjas authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ac7bd93 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    7d80302 View commit details
    Browse the repository at this point in the history
  2. Remove iPhoneSimulator (#1497)

    * remove iPhoneSimulator
    
    * remove iPhoneSimulator
    
    * remove iPhoneSimulator
    TomWFox authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    9e58eee View commit details
    Browse the repository at this point in the history
  3. Release 1.18.0 (#1494)

    * Updating all Swift versions to say 5.0. Updating all Builds to say 1.18.0.
    
    * Finishing Changelog.
    
    * remove unnecessary brackets
    
    * fix master full changelog diff
    
    * add links, constant formatting
    
    * add new headings
    
    * Adding missing pull request links to improvements.
    
    * fix formatting
    
    * Adding missing pull request links.
    
    * Fix formatting
    
    * Fix tartgeted device family on projects. Removing catalyst support marker until we officially add it.
    
    * Bolts 1.9.1 is out. Making updates!
    
    * Updating release version
    
    * add entry to changelog
    
    Co-authored-by: Tom Fox <[email protected]>
    noobs2ninjas and TomWFox authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    09815dc View commit details
    Browse the repository at this point in the history
Loading