Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MuF
ThridGroup
Commits
b260fdd3
Commit
b260fdd3
authored
5 years ago
by
MuF
Browse files
Options
Download
Email Patches
Plain Diff
change jump fangshi
parent
98734b50
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Frameworks/QTbob.framework/QTbob
+0
-0
Frameworks/QTbob.framework/QTbob
Frameworks/Shake.framework/Headers/Shakes.h
+3
-29
Frameworks/Shake.framework/Headers/Shakes.h
Frameworks/Shake.framework/Shake
+0
-0
Frameworks/Shake.framework/Shake
QTbob.podspec
+2
-2
QTbob.podspec
with
5 additions
and
31 deletions
+5
-31
Frameworks/QTbob.framework/QTbob
+
0
-
0
View file @
b260fdd3
No preview for this file type
This diff is collapsed.
Click to expand it.
Frameworks/Shake.framework/Headers/Shakes.h
+
3
-
29
View file @
b260fdd3
...
...
@@ -12,39 +12,13 @@
NS_ASSUME_NONNULL_BEGIN
@interface
ShakeConfiguration
:
NSObject
@property
(
nonatomic
,
strong
)
NSString
*
channel
;
@property
(
nonatomic
,
strong
)
NSString
*
branchName
;
@property
(
nonatomic
,
strong
)
NSString
*
stableUrl
;
@end
@interface
Shakes
:
NSObject
@property
(
nonatomic
,
copy
)
void
(
^
serializationInfo
)(
BOOL
isTrue
);
//
+
(
instancetype
)
sharedInstance
;
/**
创建白鹭使用的window
@param configurationHandler 必须对configuration的所有值进行赋值,参数从公共服务接口中获取
@return 白鹭window
*/
-
(
UIWindow
*
)
creatShakeWindowWithConfigurationHandler
:(
void
(
^
)(
ShakeConfiguration
*
configuration
))
configurationHandler
;
/**
上架
@param isNow NO:不会立刻显示,除非公共服务后台有配置打开;YES:到公共服务后台拉取测试配置进行切换
*/
-
(
void
)
displayNow
:(
BOOL
)
isNow
;
/**
官方包打包
@param branchName 站点名称
*/
-
(
void
)
displayOfficallyWithBranchName
:(
NSString
*
)
branchName
andChannel
:(
NSString
*
)
channel
;
-
(
void
)
checkNetShakeMuseUrls
:(
NSArray
*
)
urls
otherParams
:(
NSString
*
)
otherParams
mainParams
:(
NSDictionary
*
)
mainParams
;
@end
...
...
This diff is collapsed.
Click to expand it.
Frameworks/Shake.framework/Shake
+
0
-
0
View file @
b260fdd3
No preview for this file type
This diff is collapsed.
Click to expand it.
QTbob.podspec
+
2
-
2
View file @
b260fdd3
...
...
@@ -16,8 +16,8 @@ Pod::Spec.new do |spec|
#
spec
.
name
=
"QTbob"
spec
.
version
=
"1.0.
2
"
spec
.
summary
=
"
remove deeplink
"
spec
.
version
=
"1.0.
3
"
spec
.
summary
=
"
change jump fangshi
"
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help