Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
I
IFS-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
IFS-iOS
Commits
a36b1ffd
Commit
a36b1ffd
authored
Mar 07, 2019
by
张杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e45207fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
33 deletions
+18
-33
project.pbxproj
IFS/IFS.xcodeproj/project.pbxproj
+16
-0
SBSkipTool.swift
IFS/IFS/Expand/Tool/SBSkipTool.swift
+1
-1
Podfile.lock
IFS/Podfile.lock
+1
-32
No files found.
IFS/IFS.xcodeproj/project.pbxproj
View file @
a36b1ffd
...
...
@@ -1070,6 +1070,7 @@
29EA0B921FEA2F9C005A6170
/* Frameworks */
,
29EA0B931FEA2F9C005A6170
/* Resources */
,
5E336BBD8B004CA3BAB4C722
/* [CP] Embed Pods Frameworks */
,
7C55670518AEE3D030433937
/* [CP] Copy Pods Resources */
,
);
buildRules
=
(
);
...
...
@@ -1216,6 +1217,21 @@
shellScript
=
"\"${SRCROOT}/Pods/Target Support Files/Pods-IFS/Pods-IFS-frameworks.sh\"\n"
;
showEnvVarsInLog
=
0
;
};
7C55670518AEE3D030433937
/* [CP] Copy Pods Resources */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
inputPaths
=
(
);
name
=
"[CP] Copy Pods Resources"
;
outputPaths
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"\"${SRCROOT}/Pods/Target Support Files/Pods-IFS/Pods-IFS-resources.sh\"\n"
;
showEnvVarsInLog
=
0
;
};
CBE320842D54E4A6128E312F
/* [CP] Check Pods Manifest.lock */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
...
...
IFS/IFS/Expand/Tool/SBSkipTool.swift
View file @
a36b1ffd
...
...
@@ -17,7 +17,7 @@ class SBSkipTool {
let
uuid
:
String
=
(
parameters
?[
"id"
]
as?
String
)
??
""
let
state
:
String
=
(
parameters
?[
"workBillState"
]
as?
String
)
??
""
switch
sourceType
{
case
"workExecute"
:
case
"workExecute"
,
"workExecuteResponse"
:
self
.
toBillVC
(
state
:
state
,
uuid
:
uuid
)
// let childBillVc = RepairOrderEditSonOrderViewController.instantiateViewController(.Function) as! RepairOrderEditSonOrderViewController
// childBillVc.billModel = BillDetailExecute(fromJson:"")
...
...
IFS/Podfile.lock
View file @
a36b1ffd
...
...
@@ -61,37 +61,6 @@ DEPENDENCIES:
- YXAlertController
- YXKit
SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Alamofire
- DeviceKit
- DZNEmptyDataSet
- FDFullscreenPopGesture
- HandyJSON
- Hero
- ImagePicker
- IQKeyboardManager
- JCore
- JPush
- Kingfisher
- MJRefresh
- Moya
- MZAppearance
- MZFormSheetPresentationController
- PPBadgeViewSwift
- RATreeView
- Result
- RxCocoa
- RxSwift
- SKPhotoBrowser
- SnapKit
- SVProgressHUD
- swiftScan
- SwiftyJSON
- UMengAnalytics
- YXAlertController
- YXKit
SPEC CHECKSUMS:
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
DeviceKit: fa74d97499660e88081718b16688e19217595dba
...
...
@@ -124,4 +93,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 881b74d9169b3b2acfb5b9d3930e563d63df7f07
COCOAPODS: 1.
5.3
COCOAPODS: 1.
3.0
Write
Preview
Markdown
is supported
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