cocoapods-ykutility 3.0.2 → 3.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa9faf083f88938e20719c61fca31fa5a57e1c39e91bf5f62f3699f9fb3560fb
4
- data.tar.gz: c39d068f9cb4b16d99c4f5fa001a94c0414368037bb68dee0133b4a719af6aee
3
+ metadata.gz: 4550a7aea73ec65f36cdda1573567f151044a4eecb51c7ea9f1d86321ebae66e
4
+ data.tar.gz: f8f06152fe35d014d62daf8adbf4f6ed0e971e430e286c0cfd895ef8bf65a3af
5
5
  SHA512:
6
- metadata.gz: bf3fa25a57b21b8c938963b48876b2f8e9c082ff2d1f19262717bda7390aeb0bc02bf81aef7bbe43b6ba457ec770c1e678765ca3a945831cc5c0df1ff74692d0
7
- data.tar.gz: 29ed30a8530ede3848b306ed8098cfcbdd1fdeb0968d0a324d6f8bd769be1c71c852a3f30eab2e128f830ea5441504603f23bd819ca40b828f8a6c0c39f986e9
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
- info:
15
- path: $SRCROOT/InfoFiles/TargetMainInfo.plist
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
- info:
15
- path: $SRCROOT/InfoFiles/TargetMainInfo.plist
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
- info:
18
- path: $SRCROOT/InfoFiles/NotificationContentInfo.plist
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
- info:
55
- path: $SRCROOT/InfoFiles/NotificationServiceInfo.plist
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
- info:
18
- path: $SRCROOT/InfoFiles/NotificationContentInfo.plist
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
- info:
55
- path: $SRCROOT/InfoFiles/NotificationServiceInfo.plist
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
@@ -1,5 +1,5 @@
1
1
  module CocoapodsYkPodUtility
2
- VERSION = '3.0.2'
2
+ VERSION = '3.0.4'
3
3
  YK_POD_TEMPLATE_PATH = File.expand_path(File.join(__FILE__, '../../../podTemplate'))
4
4
  YK_POD_BUSINESS_REGISTER_PATH = File.expand_path(File.join(__FILE__, '../../../podTemplate/register'))
5
5
 
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.2
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-14 00:00:00.000000000 Z
11
+ date: 2024-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jazzy