cocoapods-ykutility 3.0.3 → 3.0.4

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: df7f615cdba54c8ec8b090c7ddda77431eb2b6b26c175bf0e51585299387ccd0
4
- data.tar.gz: 95d88d060812c1d7bc31d007131d9e73f600098e650b28932f093fa927e1c53f
3
+ metadata.gz: 4550a7aea73ec65f36cdda1573567f151044a4eecb51c7ea9f1d86321ebae66e
4
+ data.tar.gz: f8f06152fe35d014d62daf8adbf4f6ed0e971e430e286c0cfd895ef8bf65a3af
5
5
  SHA512:
6
- metadata.gz: 6d164224f66f8da9ba05dc7ac3a6d98841dad27bcca440e3f171673323f5befa157197a091e4ef45af5e8b36f99ee5655f39b95e7b9b62917e53a7f8f9edf697
7
- data.tar.gz: 07147375d00dfd4579cef0808158a43f5e1282259342801d335f5fcfa9ecf4e8e6c814433258c084912b3cb9cdf3e99f065d52d39bbbf150596bfbcecb1736ed
6
+ metadata.gz: 8fa9891a04e0f7e855d51ecde6bb6e0145f9aaaf4e2e0f9b520340498adda8260e86a59c1ff2465eb4b8756b8d07251a7190d7606935152ca126d901cdcee2d3
7
+ data.tar.gz: 2a33627082e302f2e4b9abbf3083dfa5b275cb3054220f5cd42f353d44b73aa373472b4e0a0ea83880a9dc4d7f5f0a3a688deff164492807741f17879b72a82d
@@ -11,13 +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
16
14
 
17
15
  settings:
18
16
  base:
19
17
  # 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
20
18
  TARGETED_DEVICE_FAMILY: 1
19
+ INFOPLIST_FILE: "InfoFiles/TargetMainInfo.plist"
21
20
 
22
21
  # sources
23
22
  sources:
@@ -11,13 +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
16
14
 
17
15
  settings:
18
16
  base:
19
17
  # 1,2,3,4,7 1:iOS 2:macos 3:tvOS 4:watchOS 7:VisionOS
20
18
  TARGETED_DEVICE_FAMILY: 1
19
+ INFOPLIST_FILE: "InfoFiles/TargetMainInfo.plist"
21
20
 
22
21
  # sources
23
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.3'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-ykutility
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - stephen.chen