cocoapods-ykutility 3.0.2 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/configPodTemplate/example/config/iOS-target-main-Q.yml +6 -2
- data/configPodTemplate/example/config/iOS-target-main.yml +6 -2
- data/configPodTemplate/example/config/iOS-target-notification-Q.yml +14 -4
- data/configPodTemplate/example/config/iOS-target-notification.yml +15 -5
- data/lib/cocoapods-ykutility/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4550a7aea73ec65f36cdda1573567f151044a4eecb51c7ea9f1d86321ebae66e
|
4
|
+
data.tar.gz: f8f06152fe35d014d62daf8adbf4f6ed0e971e430e286c0cfd895ef8bf65a3af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fa9891a04e0f7e855d51ecde6bb6e0145f9aaaf4e2e0f9b520340498adda8260e86a59c1ff2465eb4b8756b8d07251a7190d7606935152ca126d901cdcee2d3
|
7
|
+
data.tar.gz: 2a33627082e302f2e4b9abbf3083dfa5b275cb3054220f5cd42f353d44b73aa373472b4e0a0ea83880a9dc4d7f5f0a3a688deff164492807741f17879b72a82d
|
@@ -11,8 +11,12 @@ targets:
|
|
11
11
|
YKRPC_POD_NAME_ExampleQ:
|
12
12
|
type: application
|
13
13
|
platform: iOS
|
14
|
-
|
15
|
-
|
14
|
+
|
15
|
+
settings:
|
16
|
+
base:
|
17
|
+
# 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
|
18
|
+
TARGETED_DEVICE_FAMILY: 1
|
19
|
+
INFOPLIST_FILE: "InfoFiles/TargetMainInfo.plist"
|
16
20
|
|
17
21
|
# sources
|
18
22
|
sources:
|
@@ -11,8 +11,12 @@ targets:
|
|
11
11
|
YKRPC_POD_NAME_Example:
|
12
12
|
type: application
|
13
13
|
platform: iOS
|
14
|
-
|
15
|
-
|
14
|
+
|
15
|
+
settings:
|
16
|
+
base:
|
17
|
+
# 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
|
18
|
+
TARGETED_DEVICE_FAMILY: 1
|
19
|
+
INFOPLIST_FILE: "InfoFiles/TargetMainInfo.plist"
|
16
20
|
|
17
21
|
# sources
|
18
22
|
sources:
|
@@ -14,8 +14,13 @@ targets:
|
|
14
14
|
NotificationContentQ:
|
15
15
|
platform: iOS
|
16
16
|
type: app-extension
|
17
|
-
|
18
|
-
|
17
|
+
|
18
|
+
settings:
|
19
|
+
base:
|
20
|
+
# 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
|
21
|
+
TARGETED_DEVICE_FAMILY: 1
|
22
|
+
INFOPLIST_FILE: "InfoFiles/NotificationContentInfo.plist"
|
23
|
+
|
19
24
|
sources:
|
20
25
|
- path: NotificationContent
|
21
26
|
inferDestinationFiltersByPath: true
|
@@ -51,8 +56,13 @@ targets:
|
|
51
56
|
NotificationServiceQ:
|
52
57
|
platform: iOS
|
53
58
|
type: app-extension
|
54
|
-
|
55
|
-
|
59
|
+
|
60
|
+
settings:
|
61
|
+
base:
|
62
|
+
# 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
|
63
|
+
TARGETED_DEVICE_FAMILY: 1
|
64
|
+
INFOPLIST_FILE: "InfoFiles/NotificationServiceInfo.plist"
|
65
|
+
|
56
66
|
sources:
|
57
67
|
- path: NotificationService
|
58
68
|
inferDestinationFiltersByPath: true
|
@@ -14,8 +14,13 @@ targets:
|
|
14
14
|
NotificationContent:
|
15
15
|
platform: iOS
|
16
16
|
type: app-extension
|
17
|
-
|
18
|
-
|
17
|
+
|
18
|
+
settings:
|
19
|
+
base:
|
20
|
+
# 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
|
21
|
+
TARGETED_DEVICE_FAMILY: 1
|
22
|
+
INFOPLIST_FILE: "InfoFiles/NotificationContentInfo.plist"
|
23
|
+
|
19
24
|
sources:
|
20
25
|
- path: NotificationContent
|
21
26
|
inferDestinationFiltersByPath: true
|
@@ -51,8 +56,13 @@ targets:
|
|
51
56
|
NotificationService:
|
52
57
|
platform: iOS
|
53
58
|
type: app-extension
|
54
|
-
|
55
|
-
|
59
|
+
|
60
|
+
settings:
|
61
|
+
base:
|
62
|
+
# 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
|
63
|
+
TARGETED_DEVICE_FAMILY: 1
|
64
|
+
INFOPLIST_FILE: "InfoFiles/NotificationServiceInfo.plist"
|
65
|
+
|
56
66
|
sources:
|
57
67
|
- path: NotificationService
|
58
68
|
inferDestinationFiltersByPath: true
|
@@ -79,4 +89,4 @@ targets:
|
|
79
89
|
echo "Build target: $TARGETNAME"
|
80
90
|
echo "Build Configuration: $CONFIGURATION"
|
81
91
|
echo "GCC_PREPROCESSOR_DEFINITIONS: $GCC_PREPROCESSOR_DEFINITIONS"
|
82
|
-
name: 🔥build configuration
|
92
|
+
name: 🔥build configuration
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- stephen.chen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jazzy
|