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 +4 -4
- data/lib/xcodeproj/gem_version.rb +1 -1
- data/lib/xcodeproj/plist_helper.rb +9 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eae456c17889ae1b3dc65acb3e95122776f584f5
|
|
4
|
+
data.tar.gz: 30e4ee588cfccff194ad57520a64737e2bf7434e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e149c929d82e0593c8accbbdedd4bb6a23405b976aefcfb551d50381aada69b8b39725240ff4c34f99918c3aaa57c178cc939dae69537eb04516e1cb0ea5d3d9
|
|
7
|
+
data.tar.gz: 82e272ca562aae5487bd0ef985e411f1576a55b1e6056a3dd6b4434e88f5700632e236e06b98acad5d6af8acc8c292e3bca7d1c5a756a24a06bf79910e1934be
|
|
@@ -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
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|