小程序
15
.gitignore
vendored
@ -1,15 +0,0 @@
|
||||
# Default ignored files
|
||||
/target/
|
||||
/log/
|
||||
/.idea/
|
||||
/*.iml
|
||||
/.fastRequest/
|
||||
/staticServer
|
||||
|
||||
fastRequest/
|
||||
.fastRequest/
|
||||
/file_data/
|
||||
/old_webdav/
|
||||
/docker/
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
FROM harbor.svnlan.com/library/office6_jdk8_ffmpeg6_libraw_skagent_centos7
|
||||
COPY target/disk-0.0.1-SNAPSHOT.jar /app.jar
|
||||
COPY src/main/resources/itest/agent.config /agent/config/agent.config
|
||||
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
339
LICENSE
@ -1,339 +0,0 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc., [http://fsf.org/]
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{description}
|
||||
Copyright (C) 2017 小柒2012
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
{signature of Ty Coon}, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
71
README.md
@ -1,71 +0,0 @@
|
||||
## Introduce
|
||||
Filesbox is a powerful file manager , which you can view & edit a lot of kinds of files, including office files, pictures, vidoes in web browser. It also offer iOS \ Android APP and WeChat mini program. The server can run either online or locally on Linux
|
||||
|
||||
![](md/7c96e5a5bc1640feb5977ebf43ae8fd81694489134138_60012.png)
|
||||
|
||||
|
||||
Demo site: [https://demo.filesbox.cn](https://demo.filesbox.cn)
|
||||
|
||||
Account & password: Demo / Demo123
|
||||
|
||||
中文网站: [https://www.filesbox.cn](https://www.filesbox.cn)
|
||||
|
||||
**Features**
|
||||
|
||||
- Account Management
|
||||
- Roles and Privilege Management
|
||||
- Files Management, Move/Copy/Clone/Delete files
|
||||
- Preview pictures & Camera raws
|
||||
- Preview office docs
|
||||
- Play music & videos
|
||||
- Preview zips, online zip & unzip
|
||||
- Share folders & files with password
|
||||
- Capture Screen & Record video
|
||||
- iOS \ Android APP \ WeChat mini program
|
||||
|
||||
|
||||
# Screenshot
|
||||
|
||||
File Manager
|
||||
![](md/d5d77483bce74b888d053d60810410a11694754791863_60012.png)
|
||||
Pictures
|
||||
![](md/a14b6be68e734f06a23d1975848fe74d1694755242303_60012.png)
|
||||
Videos
|
||||
![](md/videos.png)
|
||||
Video Editor
|
||||
![](md/b7c5ab69d5e64bed9d1553c8a65d251d1694754947257_60012.png)
|
||||
APP
|
||||
![](md/mobile.png)
|
||||
![](md/mobile2.png)
|
||||
Backend
|
||||
![](md/backend.png)
|
||||
|
||||
### Install
|
||||
|
||||
1. Install from source
|
||||
|
||||
|
||||
```
|
||||
git clone git@github.com:wujihulian/filesbox.git
|
||||
chmod -RF 777 ./filesbox/*
|
||||
```
|
||||
|
||||
|
||||
2. Install via download
|
||||
|
||||
|
||||
```
|
||||
wget https://codeload.github.com/wujihulian/filesbox/zip/refs/heads/master
|
||||
unzip filesbox-master.zip
|
||||
chomd -Rf 777 ./*
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
**Contact**
|
||||
Email: 6267294@qq.com
|
||||
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1320"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680872999CD3200D0B6FE"
|
||||
BuildableName = "FilesBox.app"
|
||||
BlueprintName = "FilesBox"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680A22999CD3400D0B6FE"
|
||||
BuildableName = "FilesBoxTests.xctest"
|
||||
BlueprintName = "FilesBoxTests"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680AC2999CD3400D0B6FE"
|
||||
BuildableName = "FilesBoxUITests.xctest"
|
||||
BlueprintName = "FilesBoxUITests"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680872999CD3200D0B6FE"
|
||||
BuildableName = "FilesBox.app"
|
||||
BlueprintName = "FilesBox"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680872999CD3200D0B6FE"
|
||||
BuildableName = "FilesBox.app"
|
||||
BlueprintName = "FilesBox"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Release">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
@ -1,100 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1320"
|
||||
wasCreatedForAppExtension = "YES"
|
||||
version = "2.0">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CFBEE0FA29F683C2009CA2DE"
|
||||
BuildableName = "ImageUploadFilesBoxs.appex"
|
||||
BlueprintName = "ImageUploadFilesBoxs"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680872999CD3200D0B6FE"
|
||||
BuildableName = "FilesBox.app"
|
||||
BlueprintName = "FilesBox"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = ""
|
||||
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
|
||||
launchStyle = "0"
|
||||
askForAppToLaunch = "Yes"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES"
|
||||
launchAutomaticallySubstyle = "2">
|
||||
<RemoteRunnable
|
||||
runnableDebuggingMode = "1"
|
||||
BundleIdentifier = "com.apple.mobileslideshow"
|
||||
RemotePath = "/Applications/MobileSlideShow.app">
|
||||
</RemoteRunnable>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680872999CD3200D0B6FE"
|
||||
BuildableName = "FilesBox.app"
|
||||
BlueprintName = "FilesBox"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
launchAutomaticallySubstyle = "2">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "CF7680872999CD3200D0B6FE"
|
||||
BuildableName = "FilesBox.app"
|
||||
BlueprintName = "FilesBox"
|
||||
ReferencedContainer = "container:FilesBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
@ -1,42 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>FilesBox.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>ImageUploadFilesBoxs.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>37</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>CF7680872999CD3200D0B6FE</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>CF7680A22999CD3400D0B6FE</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>CF7680AC2999CD3400D0B6FE</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>CFBEE0FA29F683C2009CA2DE</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:FilesBox.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Pods/Pods.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
@ -1,942 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
uuid = "31E48EFF-C81E-4E7C-A414-9726779D0D56"
|
||||
type = "0"
|
||||
version = "2.0">
|
||||
<Breakpoints>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "975F1A57-96ED-4EB2-A377-CB803FCBA428"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
breakpointStackSelectionBehavior = "1"
|
||||
scope = "1"
|
||||
stopOnStyle = "0">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "70AFE732-1D2A-4AAD-914D-A0C45BF3D185"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBFileNodeCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "227"
|
||||
endingLineNumber = "227"
|
||||
landmarkName = "-titleLabel"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "6C8731A1-1DB9-4BD9-AF84-4C6A3678C4E8"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBNavgationOperateView.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "97"
|
||||
endingLineNumber = "97"
|
||||
landmarkName = "-setView"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "A2C3B18A-D2D4-4FAE-98D4-FA1842528C40"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBShareOpenCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "23"
|
||||
endingLineNumber = "23"
|
||||
landmarkName = "-initWithStyle:reuseIdentifier:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "149C097A-CA23-4041-985E-1DBD6802ACCE"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/BaseClass/Tool/ZFPlayer/Classes/ControlView/OLDZFPortraitControlView.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "175"
|
||||
endingLineNumber = "175"
|
||||
landmarkName = "-backBtnClickAction:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "F9FB22AE-82B5-4EA2-9808-7E14C23BC7DA"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBFileVersionManagentVC.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "846"
|
||||
endingLineNumber = "846"
|
||||
landmarkName = "-getCurrentInfo"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "F9FB22AE-82B5-4EA2-9808-7E14C23BC7DA - b8fbdf65e81447"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[FBFileVersionManagentVC getCurrentInfo]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/FBFileVersionManagentVC.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "846"
|
||||
endingLineNumber = "846"
|
||||
offsetFromSymbolStart = "84">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "F9FB22AE-82B5-4EA2-9808-7E14C23BC7DA - b8fbdf65e81447"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[FBFileVersionManagentVC getCurrentInfo]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/FBFileVersionManagentVC.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "846"
|
||||
endingLineNumber = "846"
|
||||
offsetFromSymbolStart = "344">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "192C02D6-9B7E-47E1-B9A8-43DBE8F9788E"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBOperationView.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "235"
|
||||
endingLineNumber = "235"
|
||||
landmarkName = "-setDataArray:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "E6536B55-ACB0-4BDE-99EA-401BB0C09344"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/WatermarkWindow.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "17"
|
||||
endingLineNumber = "17"
|
||||
landmarkName = "-initWithFrame:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "923F1974-E626-4D97-85CF-0EA2FA9F1D96"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "3712"
|
||||
endingLineNumber = "3712"
|
||||
landmarkName = "-hiddenView"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "923F1974-E626-4D97-85CF-0EA2FA9F1D96 - 36208edcd18299f2"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__34-[FBHomeViewController hiddenView]_block_invoke_2"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "2339"
|
||||
endingLineNumber = "2339"
|
||||
offsetFromSymbolStart = "884">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "923F1974-E626-4D97-85CF-0EA2FA9F1D96 - 36208edcd1a299d2"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__34-[FBHomeViewController hiddenView]_block_invoke_3"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "2340"
|
||||
endingLineNumber = "2340"
|
||||
offsetFromSymbolStart = "44">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "FB57D4CB-AAAE-4C9C-850E-2A889C238F81"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/BaseClass/Tool/VULUIToolkit.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1182"
|
||||
endingLineNumber = "1182"
|
||||
landmarkName = "changeToken()"
|
||||
landmarkType = "9">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "FB57D4CB-AAAE-4C9C-850E-2A889C238F81 - 873614ca748c5f28"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__changeToken_block_invoke"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/BaseClass/Tool/VULUIToolkit.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1182"
|
||||
endingLineNumber = "1182"
|
||||
offsetFromSymbolStart = "1212">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "FB57D4CB-AAAE-4C9C-850E-2A889C238F81 - 873614ca748c5f28"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__changeToken_block_invoke"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/BaseClass/Tool/VULUIToolkit.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1182"
|
||||
endingLineNumber = "1182"
|
||||
offsetFromSymbolStart = "788">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "37FC0E61-BC38-4C0E-A0F1-C8F10DC8A1D8"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBWatermarkView.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "66"
|
||||
endingLineNumber = "66"
|
||||
landmarkName = "-addWaterMarkView"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "4CAAA98A-9992-4F89-BF8A-3EDB4A76DC7F"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBDiscussCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "144"
|
||||
endingLineNumber = "144"
|
||||
landmarkName = "-setModel:"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "4CAAA98A-9992-4F89-BF8A-3EDB4A76DC7F - 61deb91a0d78e0bf"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[FBDiscussCell setModel:]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/View/FBDiscussCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "144"
|
||||
endingLineNumber = "144"
|
||||
offsetFromSymbolStart = "8312">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "4CAAA98A-9992-4F89-BF8A-3EDB4A76DC7F - 61deb91a0d78e0bf"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[FBDiscussCell setModel:]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/View/FBDiscussCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "144"
|
||||
endingLineNumber = "144"
|
||||
offsetFromSymbolStart = "8608">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "06239BF1-DD70-43E6-8C2D-CE93BDBC5FA8"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "614"
|
||||
endingLineNumber = "614"
|
||||
landmarkName = "-backupFile"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "06239BF1-DD70-43E6-8C2D-CE93BDBC5FA8 - f4226bc6289af8c8"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[ChunkUploader backupFile]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "598"
|
||||
endingLineNumber = "598"
|
||||
offsetFromSymbolStart = "1564">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "06239BF1-DD70-43E6-8C2D-CE93BDBC5FA8 - 65ad4ef0cec2e2a6"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__27-[ChunkUploader backupFile]_block_invoke_2"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "600"
|
||||
endingLineNumber = "600"
|
||||
offsetFromSymbolStart = "72">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "06239BF1-DD70-43E6-8C2D-CE93BDBC5FA8 - d231a885670e0e28"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__27-[ChunkUploader backupFile]_block_invoke.377"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "598"
|
||||
endingLineNumber = "598"
|
||||
offsetFromSymbolStart = "396">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "06239BF1-DD70-43E6-8C2D-CE93BDBC5FA8 - d231a885660a0d24"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__27-[ChunkUploader backupFile]_block_invoke.382"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "598"
|
||||
endingLineNumber = "598"
|
||||
offsetFromSymbolStart = "396">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "06239BF1-DD70-43E6-8C2D-CE93BDBC5FA8 - d231a8866c070930"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__27-[ChunkUploader backupFile]_block_invoke.405"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "614"
|
||||
endingLineNumber = "614"
|
||||
offsetFromSymbolStart = "396">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "F739AFC2-D348-48EA-BDA4-0B2EDF4BAD85"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "662"
|
||||
endingLineNumber = "662"
|
||||
landmarkName = "-startUpload"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "F739AFC2-D348-48EA-BDA4-0B2EDF4BAD85 - ad4170b962103b1a"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[ChunkUploader startUpload]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "646"
|
||||
endingLineNumber = "646"
|
||||
offsetFromSymbolStart = "804">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "F739AFC2-D348-48EA-BDA4-0B2EDF4BAD85 - ad4170b962103b1a"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[ChunkUploader startUpload]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "646"
|
||||
endingLineNumber = "646"
|
||||
offsetFromSymbolStart = "832">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "F739AFC2-D348-48EA-BDA4-0B2EDF4BAD85 - cbded083dc114184"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__28-[ChunkUploader startUpload]_block_invoke"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "646"
|
||||
endingLineNumber = "646"
|
||||
offsetFromSymbolStart = "152">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "F739AFC2-D348-48EA-BDA4-0B2EDF4BAD85 - cbded083dc115fb4"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__28-[ChunkUploader startUpload]_block_invoke"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "662"
|
||||
endingLineNumber = "662"
|
||||
offsetFromSymbolStart = "152">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "F1713D21-A2C5-4B24-8827-997ED561C719"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBFileAddrituteDetailVC.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "273"
|
||||
endingLineNumber = "273"
|
||||
landmarkName = "FBFileAddrituteDetailVC"
|
||||
landmarkType = "3">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "3F41BD0A-E6A4-49B6-9F62-C88DCF0C9976"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "631"
|
||||
endingLineNumber = "631"
|
||||
landmarkName = "-backupFile"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "3F41BD0A-E6A4-49B6-9F62-C88DCF0C9976 - ad4170b962103f15"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[ChunkUploader startUpload]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "615"
|
||||
endingLineNumber = "615"
|
||||
offsetFromSymbolStart = "112">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "3F41BD0A-E6A4-49B6-9F62-C88DCF0C9976 - f4226bc6289afab7"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[ChunkUploader backupFile]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "615"
|
||||
endingLineNumber = "615"
|
||||
offsetFromSymbolStart = "1688">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "3F41BD0A-E6A4-49B6-9F62-C88DCF0C9976 - f4226bc6289afc87"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[ChunkUploader backupFile]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "631"
|
||||
endingLineNumber = "631"
|
||||
offsetFromSymbolStart = "1688">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "70719E3B-2430-4710-872E-8ABD76B38D4A"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "853"
|
||||
endingLineNumber = "853"
|
||||
landmarkName = "-uploadVideoFileWithPath:filePath:md5:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "64956332-1E36-4BCB-8D99-9D9A084AB0B0"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/BaseClass/Tool/DatePickerView/BRPickerStyle.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "117"
|
||||
endingLineNumber = "117"
|
||||
landmarkName = "-cancelBtnTitle"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "9D6A0E36-86A2-4C34-A919-D6CF5915A3A7"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBHeaderView.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "135"
|
||||
endingLineNumber = "135"
|
||||
landmarkName = "-initWithFrame:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "D1506AE6-9CB1-4E74-BD52-008D03EF5DE3"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/VULFileGridCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "165"
|
||||
endingLineNumber = "165"
|
||||
landmarkName = "-setModel:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "EEA97362-3C4A-44FA-BEFB-DC58310E3EBD"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "1147"
|
||||
endingLineNumber = "1147"
|
||||
landmarkName = "-clickChangeBtn"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "EE88B38C-292E-4793-9C28-FC0CB72B9218"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBTakePhotoVC.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "723"
|
||||
endingLineNumber = "723"
|
||||
landmarkName = "-reverseGeocodeLocation:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "99BE1FF1-E1BB-4D62-86CF-AD98BD644814"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "2634"
|
||||
endingLineNumber = "2634"
|
||||
landmarkName = "-openFileWithModel:withIndexPath:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "DDD1273C-F0ED-4362-8F7B-A57B354D10E1"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "17"
|
||||
endingColumnNumber = "19"
|
||||
startingLineNumber = "461"
|
||||
endingLineNumber = "477"
|
||||
landmarkName = "-checkFileAtModel:progress:speed:success:failure:"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "DDD1273C-F0ED-4362-8F7B-A57B354D10E1 - 735229ca0a4e986d"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__65-[ChunkUploader checkFileAtModel:progress:speed:success:failure:]_block_invoke"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "461"
|
||||
endingLineNumber = "461"
|
||||
offsetFromSymbolStart = "572">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "DDD1273C-F0ED-4362-8F7B-A57B354D10E1 - 735229ca0a4e986d"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__65-[ChunkUploader checkFileAtModel:progress:speed:success:failure:]_block_invoke"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/Model/ChunkUploader.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "461"
|
||||
endingLineNumber = "461"
|
||||
offsetFromSymbolStart = "356">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "E0C29635-B354-477C-BBAA-ED1D609DD651"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/AppDelegate.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "191"
|
||||
endingLineNumber = "191"
|
||||
landmarkName = "-application:openURL:options:"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "E0C29635-B354-477C-BBAA-ED1D609DD651 - e0d7b6cb32082085"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[AppDelegate application:openURL:options:]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/AppDelegate.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "192"
|
||||
endingLineNumber = "192"
|
||||
offsetFromSymbolStart = "924">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "E0C29635-B354-477C-BBAA-ED1D609DD651 - e0d7b6cb320820a6"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "-[AppDelegate application:openURL:options:]"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/AppDelegate.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "191"
|
||||
endingLineNumber = "191"
|
||||
offsetFromSymbolStart = "952">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "D7EEA61A-490E-4F1A-BF14-F08E9961A5DF"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/BaseClass/Tool/WXApiManger.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "327"
|
||||
endingLineNumber = "327"
|
||||
landmarkName = "-shareWeiboWithString:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "FF27E0BD-36A1-449E-8559-0303DDAA325E"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBTakePhotoVC.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "704"
|
||||
endingLineNumber = "704"
|
||||
landmarkName = "-rotateImage:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "186F4259-E5F1-400A-890F-4F949EE3F69D"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "404"
|
||||
endingLineNumber = "404"
|
||||
landmarkName = "-viewDidLoad"
|
||||
landmarkType = "7">
|
||||
<Locations>
|
||||
<Location
|
||||
uuid = "186F4259-E5F1-400A-890F-4F949EE3F69D - e297f7bb07f77710"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__35-[FBHomeViewController viewDidLoad]_block_invoke.59"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "404"
|
||||
endingLineNumber = "404"
|
||||
offsetFromSymbolStart = "3672">
|
||||
</Location>
|
||||
<Location
|
||||
uuid = "186F4259-E5F1-400A-890F-4F949EE3F69D - e297f7bb07f77710"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "__35-[FBHomeViewController viewDidLoad]_block_invoke.59"
|
||||
moduleName = "FilesBox"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/wujihulian/filesbox_ios/FilesBox/FilesBox/Home/ViewController/FileFolder/FBHomeViewController.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "404"
|
||||
endingLineNumber = "404"
|
||||
offsetFromSymbolStart = "3644">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "CA6A3E15-5560-4EA7-AA6A-F470176402D2"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/FBOperationView.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "188"
|
||||
endingLineNumber = "188"
|
||||
landmarkName = "-setDataArray:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "E6365DB1-7960-4AE7-81F7-53032FBD86F2"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/chatView/VULMeTitleCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "168"
|
||||
endingLineNumber = "168"
|
||||
landmarkName = "-sizeThatFits:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "15FF7DA3-D21D-4255-B5F8-40B523B9B29E"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/chatView/VULImageViewSeviceCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "280"
|
||||
endingLineNumber = "280"
|
||||
landmarkName = "-setModel:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "74C4285B-9372-4F05-9DEC-43425BCB84FF"
|
||||
shouldBeEnabled = "No"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/Home/ViewController/FileFolder/View/VULFileGridCell.m"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "116"
|
||||
endingLineNumber = "116"
|
||||
landmarkName = "-setModel:"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
uuid = "BDC1404F-0368-49FD-8B37-38B993534931"
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "FilesBox/OCHeader.h"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "46"
|
||||
endingLineNumber = "46"
|
||||
landmarkName = "unknown"
|
||||
landmarkType = "0">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
</Breakpoints>
|
||||
</Bucket>
|
@ -1,20 +0,0 @@
|
||||
//
|
||||
// AppDelegate+AppUpdate.h
|
||||
// UnlimitedBusiness
|
||||
//
|
||||
// Created by yuekewei on 2021/4/6.
|
||||
// Copyright © 2021 svnlan. All rights reserved.
|
||||
//
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface AppDelegate (AppUpdate)
|
||||
|
||||
+ (void)checkAndShowUpdateAlert;
|
||||
|
||||
+ (void)hasNewVersion:(void(^)(BOOL hasNewVersion))completion;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
@ -1,92 +0,0 @@
|
||||
//
|
||||
// AppDelegate+AppUpdate.m
|
||||
// UnlimitedBusiness
|
||||
//
|
||||
// Created by yuekewei on 2021/4/6.
|
||||
// Copyright © 2021 svnlan. All rights reserved.
|
||||
//
|
||||
|
||||
#import "AppDelegate+AppUpdate.h"
|
||||
#import "VULUpdatePopupView.h"
|
||||
//#import "BGFMDB.h"
|
||||
|
||||
static NSString *const kAppUpdateVersion = @"kAppUpdateVersion";
|
||||
|
||||
@implementation AppDelegate (AppUpdate)
|
||||
|
||||
+ (void)checkUpdate:(void(^)(NSDictionary *result))completion {
|
||||
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://itunes.apple.com/cn/lookup?id=%@", kAppID]];
|
||||
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url];
|
||||
request.HTTPMethod = @"POST";
|
||||
request.HTTPBody = [[NSString stringWithFormat:@"id=%@", kAppID] dataUsingEncoding:NSUTF8StringEncoding];
|
||||
|
||||
[[[NSURLSession sharedSession] dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
if (!error) {
|
||||
NSDictionary *responseObject = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableContainers error:nil];
|
||||
NSArray *appInfos = responseObject[@"results"];
|
||||
if (!appInfos || appInfos.count <= 0) {
|
||||
completion(nil);
|
||||
}
|
||||
NSDictionary *appInfo = appInfos[0];
|
||||
|
||||
completion(appInfo);
|
||||
}
|
||||
else {
|
||||
completion(nil);
|
||||
}
|
||||
});
|
||||
}] resume];
|
||||
}
|
||||
|
||||
+ (void)checkAndShowUpdateAlert {
|
||||
[[NSUserDefaults standardUserDefaults] removeObjectForKey:kAppUpdateVersion];
|
||||
[self checkUpdate:^(NSDictionary *result) {
|
||||
if (result && result.count > 0) {
|
||||
NSString *version = [result objectForKey:@"version"];
|
||||
[[NSUserDefaults standardUserDefaults] setObject:version forKey:kAppUpdateVersion];
|
||||
[[NSUserDefaults standardUserDefaults] synchronize];
|
||||
if ([kCurrentVersion compare:version options:NSNumericSearch] == NSOrderedAscending) {
|
||||
VULAppstoreInfo *updateInfo = [[VULAppstoreInfo alloc] initWithDictionary:result];
|
||||
VULUpdatePopupView *updateview = [[VULUpdatePopupView alloc] initWithFrame:CGRectMake(0, 0, VULSCREEN_WIDTH, VULSCREEN_HEIGHT) withUpdateInfo:updateInfo];
|
||||
[kWindow addSubview:updateview];
|
||||
|
||||
[updateview showUpdatePopupView];
|
||||
updateview.GoToUpgradeBlock = ^{
|
||||
|
||||
NSString *downloadStr = [NSString stringWithFormat:@"https://itunes.apple.com/cn/app/id%@?mt=8", kAppID];
|
||||
NSURL *url = [NSURL URLWithString:downloadStr];
|
||||
[[UIApplication sharedApplication] openURL:url];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
}];
|
||||
}
|
||||
|
||||
+ (void)hasNewVersion:(void(^)(BOOL hasNewVersion))completion {
|
||||
NSString *version = [[NSUserDefaults standardUserDefaults] objectForKey:kAppUpdateVersion];
|
||||
if (version) {
|
||||
BOOL canUpdate = [kCurrentVersion compare:version options:NSNumericSearch] == NSOrderedAscending;
|
||||
if (completion) {
|
||||
completion(canUpdate);
|
||||
}
|
||||
}
|
||||
else {
|
||||
[self checkUpdate:^(NSDictionary *result) {
|
||||
BOOL canUpdate = NO;
|
||||
if (result && result.count > 0) {
|
||||
NSString *version = [result objectForKey:@"version"];
|
||||
[[NSUserDefaults standardUserDefaults] setObject:version forKey:kAppUpdateVersion];
|
||||
[[NSUserDefaults standardUserDefaults] synchronize];
|
||||
canUpdate = [kCurrentVersion compare:version options:NSNumericSearch] == NSOrderedAscending;
|
||||
|
||||
}
|
||||
if (completion) {
|
||||
completion(canUpdate);
|
||||
}
|
||||
}];
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
@ -1,21 +0,0 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// FilesBox
|
||||
//
|
||||
// Created by 无极互联 on 2023/2/13.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "FBWatermarkView.h"
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
@property (strong, nonatomic) FBWatermarkView *watermarkView;
|
||||
|
||||
@property (nonatomic, assign) NSInteger netWorkStatesCode;/**< 网络状态 */
|
||||
@property (nonatomic, assign) BOOL zfplayer_allowOrentitaionRotation;
|
||||
+ (void)zfplayer_allowOrentitaionRotation:(BOOL)allowOrentitaionRotation;
|
||||
- (void)networkChange ;
|
||||
@end
|
||||
|
@ -1,233 +0,0 @@
|
||||
//
|
||||
// AppDelegate.m
|
||||
// FilesBox
|
||||
//
|
||||
// Created by 无极互联 on 2023/2/13.
|
||||
//
|
||||
|
||||
#import "AppDelegate.h"
|
||||
#import "VULLoginViewController.h"
|
||||
#import "FBTabBarControllerConfig.h"
|
||||
#import "AFNetworkActivityIndicatorManager.h"
|
||||
#import "FBHomeViewController.h"
|
||||
#import <DTShareKit/DTOpenAPI.h> // 替换成钉钉 SDK 对应的头文件
|
||||
#import "WeiboSDK.h"
|
||||
|
||||
@interface AppDelegate ()
|
||||
@property (nonatomic) UIBackgroundTaskIdentifier backgroundTaskID;
|
||||
|
||||
@end
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
||||
// Override point for customization after application launch.
|
||||
if (@available(iOS 11.0, *)) {
|
||||
[[UIScrollView appearance] setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever];
|
||||
}
|
||||
[DownloadProgress sharedInstance].isShare = NO;
|
||||
[DTOpenAPI registerApp:@"dingyw0a2j25u6cjqifl"]; // 替换为您的钉钉 App ID
|
||||
[WeiboSDK registerApp:@"3988608636" universalLink:@"www.filesbox.cn"];
|
||||
|
||||
// 数据库 数据迁移
|
||||
RLMRealmConfiguration *realmConfig = [RLMRealmConfiguration defaultConfiguration];
|
||||
realmConfig.schemaVersion = 2;
|
||||
realmConfig.migrationBlock = ^(RLMMigration *migration, uint64_t oldSchemaVersion) {
|
||||
};
|
||||
[RLMRealmConfiguration setDefaultConfiguration:realmConfig];
|
||||
[RLMRealm defaultRealm];
|
||||
self.window = [[UIWindow alloc] init];
|
||||
self.window.frame = [UIScreen mainScreen].bounds;
|
||||
[self.window makeKeyAndVisible];
|
||||
|
||||
if(@available(iOS 13.0, *)) {
|
||||
self.window.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
|
||||
}
|
||||
|
||||
// 无关请求放在子线程中,加快启动速度
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
[self networkChange];
|
||||
|
||||
});
|
||||
if (![[NSUserDefaults standardUserDefaults]objectForKey:@"appLanguage"]) {
|
||||
//获得当前语言
|
||||
NSArray *languages = [NSLocale preferredLanguages];
|
||||
NSString *language = [languages objectAtIndex:0];
|
||||
if([language hasPrefix:@"en"]){
|
||||
[[NSUserDefaults standardUserDefaults] setObject:@"en" forKey:@"appLanguage"];
|
||||
|
||||
}else{
|
||||
[[NSUserDefaults standardUserDefaults] setObject:@"zh-Hans" forKey:@"appLanguage"];
|
||||
|
||||
}
|
||||
[[NSUserDefaults standardUserDefaults]synchronize];
|
||||
}else{
|
||||
MJRefreshConfig.defaultConfig.languageCode = [[NSUserDefaults standardUserDefaults]objectForKey:@"appLanguage"] ;
|
||||
|
||||
}
|
||||
[WXApi registerApp:WechatAppID universalLink:WeChatUniversalLink];
|
||||
|
||||
NSString *tokenStr = [VULRealmDBManager getLocalToken];
|
||||
if (NSStringIsNotEmpty(tokenStr)) {
|
||||
|
||||
// 开始登录加载动画
|
||||
YTKNetworkConfig *config = [YTKNetworkConfig sharedConfig];
|
||||
config.baseUrl = [[NSUserDefaults standardUserDefaults] objectForKey:@"baseUrl"];;
|
||||
FBTabBarControllerConfig *tabBarStuControllerConfig = [[FBTabBarControllerConfig alloc] init];
|
||||
self.window.rootViewController = tabBarStuControllerConfig.tabBarController;
|
||||
}else{
|
||||
VULLoginViewController *login = [[VULLoginViewController alloc] init];
|
||||
VULNavigationViewController *nav = [[VULNavigationViewController alloc] initWithRootViewController:login];
|
||||
self.window.rootViewController = nav;
|
||||
}
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
#pragma mark - 网络请求
|
||||
-(FBWatermarkView *)watermarkView{
|
||||
if (!_watermarkView) {
|
||||
_watermarkView = [[FBWatermarkView alloc] initWithFrame:self.window.bounds];
|
||||
}
|
||||
return _watermarkView;
|
||||
}
|
||||
- (void)changeRootViewController:(UIViewController *)rootViewController {
|
||||
typedef void (^Animation)(void);
|
||||
UIWindow *window = [UIApplication sharedApplication].keyWindow;
|
||||
rootViewController.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
|
||||
Animation animation = ^{
|
||||
BOOL oldState = [UIView areAnimationsEnabled];
|
||||
[UIView setAnimationsEnabled:NO];
|
||||
[UIApplication sharedApplication].keyWindow.rootViewController = rootViewController;
|
||||
[UIView setAnimationsEnabled:oldState];
|
||||
};
|
||||
|
||||
[UIView transitionWithView:window duration:0.5f options:UIViewAnimationOptionTransitionCrossDissolve animations:animation completion:nil];
|
||||
}
|
||||
// TODO:实时监控网络状态
|
||||
- (void)networkChange {
|
||||
[[AFNetworkActivityIndicatorManager sharedManager] setEnabled:YES];
|
||||
NSURL *url = [NSURL URLWithString:@"http://baidu.com"];
|
||||
AFHTTPSessionManager *manager = [[AFHTTPSessionManager alloc] initWithBaseURL:url];
|
||||
[manager.reachabilityManager setReachabilityStatusChangeBlock:^(AFNetworkReachabilityStatus status) {
|
||||
self.netWorkStatesCode = status;
|
||||
switch (status) {
|
||||
case AFNetworkReachabilityStatusReachableViaWWAN:
|
||||
NSLog(@"当前使用的是流量模式");
|
||||
break;
|
||||
case AFNetworkReachabilityStatusReachableViaWiFi:
|
||||
NSLog(@"当前使用的是wifi模式");
|
||||
break;
|
||||
case AFNetworkReachabilityStatusNotReachable:
|
||||
NSLog(@"断网了");
|
||||
break;
|
||||
case AFNetworkReachabilityStatusUnknown:
|
||||
NSLog(@"变成了未知网络状态");
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
// [VULNotificationCenter postNotificationName:@"netWorkChangeEventNotification" object:@(status)];
|
||||
}];
|
||||
[manager.reachabilityManager startMonitoring];
|
||||
|
||||
}
|
||||
|
||||
|
||||
+ (void)zfplayer_allowOrentitaionRotation:(BOOL)allowOrentitaionRotation {
|
||||
[(AppDelegate *)[UIApplication sharedApplication].delegate setZfplayer_allowOrentitaionRotation:allowOrentitaionRotation];
|
||||
}
|
||||
- (void)applicationDidEnterBackground:(UIApplication *)application {
|
||||
|
||||
|
||||
// 开启后台任务
|
||||
self.backgroundTaskID = [application beginBackgroundTaskWithExpirationHandler:^{
|
||||
// 后台任务结束
|
||||
[application endBackgroundTask:self.backgroundTaskID];
|
||||
self.backgroundTaskID = UIBackgroundTaskInvalid;
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options {
|
||||
|
||||
if ([url.scheme isEqualToString:@"FilesBox"]) {
|
||||
if ([url.host isEqualToString:@"share"]) {
|
||||
NSString *tokenStr = [VULRealmDBManager getLocalToken];
|
||||
if (NSStringIsNotEmpty(tokenStr)) {
|
||||
|
||||
// 处理自定义 URL,例如打开特定的页面
|
||||
[NSObject cyl_dismissAll:^{
|
||||
[[NSObject cyl_currentNavigationController] popToRootViewControllerAnimated:NO];
|
||||
FBHomeViewController *vc = [FBHomeViewController new];
|
||||
vc.isMove = YES;
|
||||
vc.icon = @"upload";
|
||||
vc.operation = @"upload";
|
||||
[[NSObject cyl_currentNavigationController] presentViewController:vc animated:YES completion:nil];
|
||||
}];
|
||||
|
||||
}else{
|
||||
[DownloadProgress sharedInstance].isShare = YES;
|
||||
return YES;
|
||||
|
||||
}
|
||||
return YES;
|
||||
};
|
||||
|
||||
}
|
||||
BOOL result = [WXApi handleOpenURL:url delegate:[WXApiManger shareInstance]];
|
||||
if (!result) {
|
||||
if ([url.description hasPrefix:@"wx"]) {
|
||||
return [WXApi handleOpenURL:url delegate:[WXApiManger shareInstance]];
|
||||
}
|
||||
if ([url.description hasPrefix:@"dingyw0a2j25u6cjqifl"]) {
|
||||
return [DTOpenAPI handleOpenURL:url delegate:nil];
|
||||
}
|
||||
if ([url.description hasPrefix:@"wb3988608636"]) {
|
||||
return [WeiboSDK handleOpenURL:url delegate:nil];
|
||||
}
|
||||
if (url != nil) {
|
||||
|
||||
[DownloadProgress sharedInstance].otherUrl =url;
|
||||
// NSData *data = [[NSData alloc] initWithContentsOfFile:string];
|
||||
[DownloadProgress sharedInstance].isOther = YES;
|
||||
NSString *tokenStr = [VULRealmDBManager getLocalToken];
|
||||
if (NSStringIsNotEmpty(tokenStr)) {
|
||||
|
||||
// 处理自定义 URL,例如打开特定的页面
|
||||
[NSObject cyl_dismissAll:^{
|
||||
[[NSObject cyl_currentNavigationController] popToRootViewControllerAnimated:NO];
|
||||
FBHomeViewController *vc = [FBHomeViewController new];
|
||||
vc.isMove = YES;
|
||||
vc.icon = @"upload";
|
||||
vc.operation = @"upload";
|
||||
[[NSObject cyl_currentNavigationController] presentViewController:vc animated:YES completion:nil];
|
||||
}];
|
||||
|
||||
}else{
|
||||
[DownloadProgress sharedInstance].isShare = YES;
|
||||
return YES;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
return result;
|
||||
}
|
||||
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(nonnull void (^)(NSArray<id<UIUserActivityRestoring>> * _Nullable))restorationHandler {
|
||||
if ([userActivity.activityType isEqualToString:NSUserActivityTypeBrowsingWeb]) {
|
||||
NSURL *url = userActivity.webpageURL;
|
||||
[WXApi handleOpenUniversalLink:userActivity delegate:[WXApiManger shareInstance]];
|
||||
|
||||
NSLog(@"userActivity webpageURL: %@",url.absoluteString);
|
||||
}
|
||||
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
@end
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@ -1,116 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "icon-20@2x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-20@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-29@2x-ipad.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-29@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-40@2x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-40@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-60@2x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "60x60"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-60@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "60x60"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-20-ipad.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-20@2x 1.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-29.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-29@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-40.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-40@2x 1.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-76.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "76x76"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-76@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "76x76"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-83.5@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "83.5x83.5"
|
||||
},
|
||||
{
|
||||
"filename" : "icon-1024.png",
|
||||
"idiom" : "ios-marketing",
|
||||
"scale" : "1x",
|
||||
"size" : "1024x1024"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 227 KiB |
Before Width: | Height: | Size: 811 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 7.3 KiB |
@ -1,6 +0,0 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "备份@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "备份@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 6.7 KiB |
@ -1,6 +0,0 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "关闭 (2).png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "关闭 (3).png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 844 B |
Before Width: | Height: | Size: 1.5 KiB |
@ -1,6 +0,0 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "avi的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "avi.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 13 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "bmp的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "bmp.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 29 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "doc的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "doc.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 8.4 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "docx的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "docx.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 9.1 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "flv的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "flv.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 9.2 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "folder的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "folder.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 15 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "gif的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "gif.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 18 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "html的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "html.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 18 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "bmp的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "bmp-1.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 29 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "bmp的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "bmp.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 29 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mkv的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mkv.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 34 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mov的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mov.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 17 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "movie的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "movie.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 6.5 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "music的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "music.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 24 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mp4的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mp4.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 20 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "annexMPG@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "annexMPG@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.5 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "annexOther@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "annexOther@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
@ -1,22 +0,0 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "pdf的副本.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "pdf.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 9.1 KiB |