Skip to content

Commit

Permalink
Merge pull request #356 from CocoaPods/fix-devtoolscore-loading-on-7.3
Browse files Browse the repository at this point in the history
Load DVTServices and DVTPortal frameworks
  • Loading branch information
neonichu committed Feb 8, 2016
2 parents b31f101 + e24184d commit 25293c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Xcodeproj Changelog

## Master

##### Bug Fixes

* Fix ASCII .xcodeproj serialization with Xcode 7.3.
[Boris Bügling](https://github.com/neonichu)
[#356](https://github.com/CocoaPods/Xcodeproj/pull/356)


## 1.0.0.beta.2 (2015-12-30)

##### Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions lib/xcodeproj/plist/ffi/dev_tools_core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def self.load_xcode_framework(framework)
def self.load_xcode_frameworks
DevToolsCore.silence_stderr do
load_xcode_framework('SharedFrameworks/DVTFoundation.framework/DVTFoundation')
load_xcode_framework('SharedFrameworks/DVTServices.framework/DVTServices')
load_xcode_framework('SharedFrameworks/DVTPortal.framework/DVTPortal')
load_xcode_framework('SharedFrameworks/DVTSourceControl.framework/DVTSourceControl')
load_xcode_framework('SharedFrameworks/CSServiceClient.framework/CSServiceClient')
load_xcode_framework('Frameworks/IBFoundation.framework/IBFoundation')
Expand Down

0 comments on commit 25293c1

Please sign in to comment.