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

[Workspace] Support file reference types #150

Merged
merged 6 commits into from
Apr 17, 2014
Merged

Conversation

kylef
Copy link
Contributor

@kylef kylef commented Apr 15, 2014

The following types are supported by Xcode:

  • Absolute Path (absolute)
  • Relative to Group (group)
  • Relative to Workspace (container)
  • Relative to Developer Directory (developer)

Fixes #118

@kylef
Copy link
Contributor Author

kylef commented Apr 15, 2014

Please look at this in extra detail because I don't remember why I didn't make a pull request already.

kylef and others added 6 commits April 15, 2014 17:47
The following types are supported by Xcode:

- Absolute Path (absolute)
- Relative to Group (group)
- Relative to Workspace (container)
- Relative to Developer Directory (developer)
* master: (38 commits)
  Release 0.16.1
  Fixed issue #147
  Support .ipp files as headers
  Release 0.16.0
  [Constants] Disable errors on warnings for default build settings
  Bump version to 0.15.3.
  [rake] Fix the gem buid and release tasks to include prebuilt binaries.
  Bump version to 0.15.2
  [CHANGELOG] Prepare for 0.15.2 release.
  Fix prebuilding on OS X 10.9's Ruby.
  Revert "[Ext] Remove -multiply_definedsuppress argument from prebuilt makefiles"
  Fix Apple's breakage to Ruby's build config.
  Revert "[Ext] Fix -multiply_definedsuppress argument for system Ruby"
  Release 0.15.1
  [Rakefile] Add title to build task
  [Ext] Fix -multiply_definedsuppress argument for system Ruby
  [Ext] Remove -multiply_definedsuppress argument from prebuilt makefiles
  [Rakefile] Adopt Rainforest & streamline
  Revert "Remove empty OTHER_LDFLAGS setting"
  Update README.md
  ...
@fabiopelosin
Copy link
Member

@kylef 1a034fc might be of interest to you.

fabiopelosin added a commit that referenced this pull request Apr 17, 2014
[Workspace] Support file reference types
@fabiopelosin fabiopelosin merged commit 60c297e into master Apr 17, 2014
@fabiopelosin fabiopelosin deleted the file_reference_type branch April 17, 2014 11:11
fabiopelosin added a commit to CocoaPods/CocoaPods that referenced this pull request Apr 17, 2014
@kylef
Copy link
Contributor Author

kylef commented Apr 17, 2014

Nice, thanks @irrationalfab 🍻. I had no idea how to do that :)

@kylef
Copy link
Contributor Author

kylef commented Apr 17, 2014

And thanks for cleaning this up 👍

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.

Saving a workspace breaks a workspace using containers
2 participants