xcodeproj 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65b787db6f485f0404121ce0c59468d9c071a36e
4
- data.tar.gz: 2cbd7259cc2157e1d4539e94efd4af27fa69cccf
3
+ metadata.gz: d27bcb437368807f65a764df534ed795799a8d8c
4
+ data.tar.gz: 869df663efbe0382d011b29b76c896966cf62346
5
5
  SHA512:
6
- metadata.gz: 92f413111a16c1748814acd8195ce47834b1bb6c04ce0985f8badf74ec3b6fc514a8eee195e9dc8bfd2cfa0c7826ff48e156eff0205edac7fff5fbcde9ed2e12
7
- data.tar.gz: 46a1b9076e112059e30bc82afbc32149d5606342a95f38436149e43fb4fd3cbdab044ce4dcc3c8c2960c678c8b87047e166182d9a445c9519088346475501e1b
6
+ metadata.gz: bc75e39c69d54f041dfc67c90aa1815157770a80ab1de2e38f36eb7110381eb0602c9609254549e4f955b3fe311497c60dd2a4898d825eddece42adbb32dfd1c
7
+ data.tar.gz: 8ac71b067eeb0eaa2132b489d299dd2b84052c65d0a1436f58d66168ad07844118a1a3481cd6f892004b8fe8f86aa9fb42939b881287ad64adbde27b733c6a1f
data/lib/xcodeproj.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Xcodeproj
2
- VERSION = '0.5.1' unless defined? Xcodeproj::VERSION
2
+ VERSION = '0.5.2' unless defined? Xcodeproj::VERSION
3
3
 
4
4
  class PlainInformative < StandardError
5
5
  end
@@ -58,7 +58,7 @@ module Xcodeproj
58
58
  project.build_configurations.first.build_settings['IPHONEOS_DEPLOYMENT_TARGET']
59
59
  else
60
60
  build_configurations.first.build_settings['MACOSX_DEPLOYMENT_TARGET'] ||
61
- project.build_configurations.first.build_settings['IPHONEOS_DEPLOYMENT_TARGET']
61
+ project.build_configurations.first.build_settings['MACOSX_DEPLOYMENT_TARGET']
62
62
  end
63
63
  end
64
64
 
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.5.1
4
+ version: 0.5.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: 2013-02-28 00:00:00.000000000 Z
11
+ date: 2013-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport