cocoapods-ykutility 1.0.1 → 1.0.2
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/NotificationContent/NotificationContent-Bridging-Header.h +4 -0
- data/configPodTemplate/example/NotificationService/NotificationService-Bridging-Header.h +4 -0
- data/configPodTemplate/example/config/iOS-config/target-main/Shared.xcconfig +1 -1
- data/configPodTemplate/example/config/iOS-config/target-main-Q/Shared.xcconfig +1 -1
- data/configPodTemplate/example/config/iOS-config/target-notificationContent/Shared.xcconfig +6 -0
- data/configPodTemplate/example/config/iOS-config/target-notificationContent-Q/Shared.xcconfig +6 -0
- data/configPodTemplate/example/config/iOS-config/target-notificationService/Shared.xcconfig +6 -0
- data/configPodTemplate/example/config/iOS-config/target-notificationService-Q/Shared.xcconfig +6 -0
- data/lib/cocoapods-ykutility/command/gen/yk_gen_create_action.rb +2 -2
- data/lib/cocoapods-ykutility/gem_version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cef97d3e56c2f2731b6f72df8b51404344c6b19436e8b07aeeffb90d78f20b07
|
|
4
|
+
data.tar.gz: e4dc506bede873274e5d52ca4094bc9e801fc9559111d3318a757018e2332cc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a30fbc00095f720e24726dc9979119a3ed2ac44a20e04518964a1dd7151c80e27e812d07edfc4f460ec279a802c7052790087a8f377c273e18ad269a16111362
|
|
7
|
+
data.tar.gz: 2ef798a71e349627f4c79115ba1420236f684358bf4b78fdc32897f137db276e6f8dfafed503a687f9a6e041958c4f805b7f44b8e401b485d3370d8e5bee2939
|
|
@@ -98,7 +98,7 @@ PROVISIONING_PROFILE_SPECIFIER =
|
|
|
98
98
|
//
|
|
99
99
|
// Path to the header defining the Objective-C interfaces to be exposed in Swift.
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
SWIFT_OBJC_BRIDGING_HEADER = TargetMain/YKRPC_POD_NAME_Example-Bridging-Header.h
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
@@ -98,7 +98,7 @@ PROVISIONING_PROFILE_SPECIFIER =
|
|
|
98
98
|
//
|
|
99
99
|
// Path to the header defining the Objective-C interfaces to be exposed in Swift.
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
SWIFT_OBJC_BRIDGING_HEADER = TargetMain/YKRPC_POD_NAME_Example-Bridging-Header.h
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
@@ -3,3 +3,9 @@ PRODUCT_DISPLAY_NAME = NotificationContent
|
|
|
3
3
|
PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.notificationContent
|
|
4
4
|
|
|
5
5
|
INFOPLIST_FILE = NotificationContent/NotificationContentInfo.plist
|
|
6
|
+
|
|
7
|
+
// Objective-C Bridging Header
|
|
8
|
+
//
|
|
9
|
+
// Path to the header defining the Objective-C interfaces to be exposed in Swift.
|
|
10
|
+
|
|
11
|
+
//SWIFT_OBJC_BRIDGING_HEADER = NotificationContent/NotificationContent-Bridging-Header.h
|
data/configPodTemplate/example/config/iOS-config/target-notificationContent-Q/Shared.xcconfig
CHANGED
|
@@ -3,3 +3,9 @@ PRODUCT_DISPLAY_NAME = NotificationContent
|
|
|
3
3
|
PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.notificationContent
|
|
4
4
|
|
|
5
5
|
INFOPLIST_FILE = NotificationContent/NotificationContentInfo.plist
|
|
6
|
+
|
|
7
|
+
// Objective-C Bridging Header
|
|
8
|
+
//
|
|
9
|
+
// Path to the header defining the Objective-C interfaces to be exposed in Swift.
|
|
10
|
+
|
|
11
|
+
//SWIFT_OBJC_BRIDGING_HEADER = NotificationContent/NotificationContent-Bridging-Header.h
|
|
@@ -5,3 +5,9 @@ PRODUCT_DISPLAY_NAME = NotificationService
|
|
|
5
5
|
PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.NotificationService
|
|
6
6
|
|
|
7
7
|
INFOPLIST_FILE = NotificationService/Info.plist
|
|
8
|
+
|
|
9
|
+
// Objective-C Bridging Header
|
|
10
|
+
//
|
|
11
|
+
// Path to the header defining the Objective-C interfaces to be exposed in Swift.
|
|
12
|
+
|
|
13
|
+
//SWIFT_OBJC_BRIDGING_HEADER = NotificationService/NotificationService-Bridging-Header.h
|
data/configPodTemplate/example/config/iOS-config/target-notificationService-Q/Shared.xcconfig
CHANGED
|
@@ -5,3 +5,9 @@ PRODUCT_DISPLAY_NAME = NotificationService
|
|
|
5
5
|
PRODUCT_BUNDLE_IDENTIFIER = com.YKRPC_CLASS_PREFIX.YKRPC_POD_NAME.NotificationService
|
|
6
6
|
|
|
7
7
|
INFOPLIST_FILE = NotificationService/Info.plist
|
|
8
|
+
|
|
9
|
+
// Objective-C Bridging Header
|
|
10
|
+
//
|
|
11
|
+
// Path to the header defining the Objective-C interfaces to be exposed in Swift.
|
|
12
|
+
|
|
13
|
+
//SWIFT_OBJC_BRIDGING_HEADER = NotificationService/NotificationService-Bridging-Header.h
|
|
@@ -98,8 +98,8 @@ module YKPod
|
|
|
98
98
|
# 在倒数第二行插入新语句
|
|
99
99
|
# s.dependency "YKRouterComponent"
|
|
100
100
|
# s.dependency "YKModuleServiceComponent.swift" #swift 服务中间件, 如果是纯oc组件,请注释此中间件
|
|
101
|
-
de_router = "spec.dependency \"YKRouterComponent\"\n"
|
|
102
|
-
de_service = "spec.dependency \"YKModuleServiceComponent"
|
|
101
|
+
de_router = " spec.dependency \"YKRouterComponent\"\n"
|
|
102
|
+
de_service = " spec.dependency \"YKModuleServiceComponent"
|
|
103
103
|
if @config.language == "swift"
|
|
104
104
|
de_service += ".swift\" #swift 服务中间件\n"
|
|
105
105
|
else
|
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: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- stephen.chen
|
|
@@ -91,8 +91,10 @@ files:
|
|
|
91
91
|
- configPodTemplate/example/CommonFiles/CommonFile.swift
|
|
92
92
|
- configPodTemplate/example/NotificationContent/Base.lproj/MainInterface.storyboard
|
|
93
93
|
- configPodTemplate/example/NotificationContent/Info.plist
|
|
94
|
+
- configPodTemplate/example/NotificationContent/NotificationContent-Bridging-Header.h
|
|
94
95
|
- configPodTemplate/example/NotificationContent/NotificationViewController.swift
|
|
95
96
|
- configPodTemplate/example/NotificationService/Info.plist
|
|
97
|
+
- configPodTemplate/example/NotificationService/NotificationService-Bridging-Header.h
|
|
96
98
|
- configPodTemplate/example/NotificationService/NotificationService.swift
|
|
97
99
|
- configPodTemplate/example/Podfile
|
|
98
100
|
- configPodTemplate/example/READ.md
|