xcodeproj 0.28.1 → 0.28.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89b444c5b677695759d8340af055fcb5c4fa097f
4
- data.tar.gz: 65552dd63b42f6a6e5ed0917a3a9b9cebaeb9e55
3
+ metadata.gz: eae456c17889ae1b3dc65acb3e95122776f584f5
4
+ data.tar.gz: 30e4ee588cfccff194ad57520a64737e2bf7434e
5
5
  SHA512:
6
- metadata.gz: c8fe6d34b2868f013740153ec0a8b9c623bc34945e259c29ceb116c2613d696f3d15995ca169903ab2ee3cbc2a792c74266bcfe672da176b565d4f96f7f3a43e
7
- data.tar.gz: f70431aa6278afb7ac93f6b2e5399f67f5d91c7f68f1a8cc057dfe9ef15ae3459149be7470972d28393ba120725ebb66e9e8b862ddad2cb312206007ec1b50f4
6
+ metadata.gz: e149c929d82e0593c8accbbdedd4bb6a23405b976aefcfb551d50381aada69b8b39725240ff4c34f99918c3aaa57c178cc939dae69537eb04516e1cb0ea5d3d9
7
+ data.tar.gz: 82e272ca562aae5487bd0ef985e411f1576a55b1e6056a3dd6b4434e88f5700632e236e06b98acad5d6af8acc8c292e3bca7d1c5a756a24a06bf79910e1934be
@@ -1,5 +1,5 @@
1
1
  module Xcodeproj
2
2
  # The version of the xcodeproj gem.
3
3
  #
4
- VERSION = '0.28.1' unless defined? Xcodeproj::VERSION
4
+ VERSION = '0.28.2' unless defined? Xcodeproj::VERSION
5
5
  end
@@ -645,13 +645,15 @@ module DevToolsCore
645
645
  # @note The IB frameworks only seem to be necessary on Xcode 7+
646
646
  #
647
647
  def self.load_xcode_frameworks
648
- load_xcode_framework('SharedFrameworks/DVTFoundation.framework/DVTFoundation')
649
- load_xcode_framework('SharedFrameworks/DVTSourceControl.framework/DVTSourceControl')
650
- load_xcode_framework('SharedFrameworks/CSServiceClient.framework/CSServiceClient')
651
- load_xcode_framework('Frameworks/IBFoundation.framework/IBFoundation')
652
- load_xcode_framework('Frameworks/IBAutolayoutFoundation.framework/IBAutolayoutFoundation')
653
- load_xcode_framework('Frameworks/IDEFoundation.framework/IDEFoundation')
654
- load_xcode_framework('PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core')
648
+ DevToolsCore.silence_stderr do
649
+ load_xcode_framework('SharedFrameworks/DVTFoundation.framework/DVTFoundation')
650
+ load_xcode_framework('SharedFrameworks/DVTSourceControl.framework/DVTSourceControl')
651
+ load_xcode_framework('SharedFrameworks/CSServiceClient.framework/CSServiceClient')
652
+ load_xcode_framework('Frameworks/IBFoundation.framework/IBFoundation')
653
+ load_xcode_framework('Frameworks/IBAutolayoutFoundation.framework/IBAutolayoutFoundation')
654
+ load_xcode_framework('Frameworks/IDEFoundation.framework/IDEFoundation')
655
+ load_xcode_framework('PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core')
656
+ end
655
657
  end
656
658
 
657
659
  class CFDictionary < NSObject
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcodeproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.1
4
+ version: 0.28.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-05 00:00:00.000000000 Z
11
+ date: 2015-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport