cocoapods-ykutility 3.0.4 → 3.0.6
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/configPodTemplate/example/Podfile +8 -4
- data/configPodTemplate/example/config/iOS-target-main-Q.yml +3 -3
- data/configPodTemplate/example/config/iOS-target-main.yml +3 -3
- data/configPodTemplate/example/project.yml +4 -4
- data/lib/cocoapods-ykutility/gem_version.rb +1 -1
- data/podTemplate/example/Podfile +5 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7f13181e9c427aa2aba99b9e8938dd51ef9588fa34a6166d5bb8c228fd9f2a3
|
4
|
+
data.tar.gz: 3ed824ff4821e16a23deb6d42caca2da1e61f3ea7fa22925e41f950b38b5ca29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66c8aaea35c352275514965971412332e8337b708a2b19eff14670af91774b5d64b1134d06ff019c8d69a92c6f7009ad3f5cc98ca15e1cdb69b025a065f9ad9
|
7
|
+
data.tar.gz: 8eff326acf18343e08264ec9802fab49b5383f2f37572feec9bf04c5990515710a17308c844f996792fc0815fb4b3db0779849781162e40d517ac62e455534a4
|
@@ -9,6 +9,10 @@ platform :ios, '9.0'
|
|
9
9
|
|
10
10
|
inhibit_all_warnings!
|
11
11
|
|
12
|
+
install! 'cocoapods',
|
13
|
+
disable_input_output_paths: true,
|
14
|
+
generate_multiple_pod_projects: true
|
15
|
+
|
12
16
|
use_frameworks! :linkage => :static # 使用 framework形势的静态库, 注释可变为.a 静态库
|
13
17
|
use_modular_headers! #此字段用于pod自动生成 swift module 伞文件
|
14
18
|
|
@@ -34,15 +38,15 @@ target 'YKRPC_POD_NAME_Example' do
|
|
34
38
|
|
35
39
|
end
|
36
40
|
|
37
|
-
target 'NotificationContent' do
|
41
|
+
# target 'NotificationContent' do
|
38
42
|
# Pods for NotificationContent
|
39
43
|
|
40
|
-
end
|
44
|
+
# end
|
41
45
|
|
42
|
-
target 'NotificationService' do
|
46
|
+
# target 'NotificationService' do
|
43
47
|
# Pods for NotificationService
|
44
48
|
|
45
|
-
end
|
49
|
+
# end
|
46
50
|
|
47
51
|
|
48
52
|
def pod_string_item_appen(item_str, append_str)
|
@@ -36,9 +36,9 @@ targets:
|
|
36
36
|
ReleaseQ: config/iOS-config/target-main-Q/config-enterprise/release.xcconfig
|
37
37
|
|
38
38
|
# dependencies
|
39
|
-
dependencies:
|
40
|
-
|
41
|
-
|
39
|
+
# dependencies:
|
40
|
+
# - target: NotificationContentQ
|
41
|
+
# - target: NotificationServiceQ
|
42
42
|
# - carthage: Reusable
|
43
43
|
# - package: SwiftyUtils
|
44
44
|
# - sdk: CloudKit.framework
|
@@ -35,9 +35,9 @@ targets:
|
|
35
35
|
ReleaseQ: config/iOS-config/target-main/config-enterprise/release.xcconfig
|
36
36
|
|
37
37
|
# dependencies
|
38
|
-
dependencies:
|
39
|
-
|
40
|
-
|
38
|
+
# dependencies:
|
39
|
+
# - target: NotificationContent
|
40
|
+
# - target: NotificationService
|
41
41
|
# - carthage: Reusable
|
42
42
|
# - package: SwiftyUtils
|
43
43
|
# - sdk: CloudKit.framework
|
@@ -39,8 +39,8 @@ include:
|
|
39
39
|
- path: config/iOS-target-main-Q.yml
|
40
40
|
relativePaths: false
|
41
41
|
|
42
|
-
- path: config/iOS-target-notification.yml
|
43
|
-
|
42
|
+
# - path: config/iOS-target-notification.yml
|
43
|
+
# relativePaths: false
|
44
44
|
|
45
|
-
- path: config/iOS-target-notification-Q.yml
|
46
|
-
|
45
|
+
# - path: config/iOS-target-notification-Q.yml
|
46
|
+
# relativePaths: false
|
data/podTemplate/example/Podfile
CHANGED
@@ -9,6 +9,11 @@ platform :ios, '9.0'
|
|
9
9
|
|
10
10
|
inhibit_all_warnings!
|
11
11
|
|
12
|
+
|
13
|
+
install! 'cocoapods',
|
14
|
+
disable_input_output_paths: true,
|
15
|
+
generate_multiple_pod_projects: true
|
16
|
+
|
12
17
|
use_frameworks! :linkage => :static # 使用 framework形势的静态库, 注释可变为.a 静态库
|
13
18
|
use_modular_headers! #此字段用于pod自动生成 swift module 伞文件
|
14
19
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-ykutility
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- stephen.chen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jazzy
|
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
259
259
|
- !ruby/object:Gem::Version
|
260
260
|
version: '0'
|
261
261
|
requirements: []
|
262
|
-
rubygems_version: 3.
|
262
|
+
rubygems_version: 3.3.3
|
263
263
|
signing_key:
|
264
264
|
specification_version: 4
|
265
265
|
summary: 一款cocoapods插件,用于创建定制化标准组件.
|