xcodeproj 1.23.0 → 1.24.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b00b2ee1d752f42e42b42ce2eee72ed67d51d876460d11989d3c10d4d9db7ce
|
4
|
+
data.tar.gz: bee25d68cd15f01f8f3d7740e3096d3d3023fed20ad2c14e78fd83cd1c56a3dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c26d07901fd197b9bcf2f74aa922316404c9f77f2dc08c78a9ad97d4e2259ef56e38a2e06a25ccb16df9779c55750b23ccf8e6284548cb0ccb461327967cc0bd
|
7
|
+
data.tar.gz: 353a4b09236f26a4f5e3f72e5a39e28cf5221beac0bad081a0947169edc7c0a474be8d92083a4c39a8b92663386bc8b4840fc834beab9ec8f5fc5108539cd9e4
|
@@ -107,6 +107,14 @@ module Xcodeproj
|
|
107
107
|
#
|
108
108
|
attribute :line_ending, String
|
109
109
|
|
110
|
+
# @return [String] a string that specifies the signature of an external
|
111
|
+
# framework.
|
112
|
+
#
|
113
|
+
# @example
|
114
|
+
# `AppleDeveloperProgram:TEAM0ID1:Team name`
|
115
|
+
#
|
116
|
+
attribute :expected_signature, String
|
117
|
+
|
110
118
|
# @return [String] Comments associated with this file.
|
111
119
|
#
|
112
120
|
# @note This is apparently no longer used by Xcode.
|
@@ -18,7 +18,7 @@ module Xcodeproj
|
|
18
18
|
#--------------------------------------#
|
19
19
|
|
20
20
|
def ascii_plist_annotation
|
21
|
-
" #{isa} \"#{File.basename(display_name)}\" "
|
21
|
+
" #{isa} \"#{File.basename(display_name, '.git')}\" "
|
22
22
|
end
|
23
23
|
|
24
24
|
# @return [String] the name of the remote Swift package reference.
|
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: 1.
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eloy Duran
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: atomos
|
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '0'
|
204
204
|
requirements: []
|
205
|
-
rubygems_version: 3.
|
205
|
+
rubygems_version: 3.2.3
|
206
206
|
signing_key:
|
207
207
|
specification_version: 3
|
208
208
|
summary: Create and modify Xcode projects from Ruby.
|