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: ZeusbasePython/iOS-Universal-Framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kstenerud/iOS-Universal-Framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 4, 2014

  1. Retiring this project

    kstenerud committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    9ec1c7f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Adds support for compiled storyboards in embeddedframework

    Tested with the "Fake Framework" approach.
    Xcode 7.3.1 rejects an app install when an embeddedframework built with this tool (prior to my fix) is included in the project. The error is `App installation failed: Could not write to the device.`
    The device logs complain about the symlink to the .storyboardc file being invalid as it attempts to install. The error is along the lines of `[MIFileManager realPathForURL:ifChildOfURL:]: Rejecting [embeddedframework/Resources/*.storyboardc] -> ../[.framework]/Resources/[*.storyboardc], as it is points outside or to the base`
    
    Since the Resources inside the .framework file are not used, I chose to just move the .storyboardc out of the .framework and into the .embeddedframework's Resources directory (it used to symlink rather than be moved). This allows the app to install and run properly.
    
    There may be another way to fix the symlink to iOS's liking that I don't know of - this was the first thing that worked for me.
    Monroe Ekilah committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    f1605ee View commit details
    Browse the repository at this point in the history
  2. remove fork notes so PR is clean for merging

    Monroe Ekilah committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    3ff3552 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kstenerud#218 from ekilah/master

    Adds support for compiled storyboards in embeddedframework
    kstenerud authored Jun 21, 2016
    Configuration menu
    Copy the full SHA
    7b88ec6 View commit details
    Browse the repository at this point in the history
Loading