Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
Zip
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
YongYue
Zip
Commits
d9ebd57b
Commit
d9ebd57b
authored
6 years ago
by
Aleksandar Vacic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to Swift 4.2
parent
f9272aca
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
Zip.podspec
Zip.podspec
+1
-3
Zip.xcodeproj/project.pbxproj
Zip.xcodeproj/project.pbxproj
+2
-2
No files found.
Zip.podspec
View file @
d9ebd57b
...
...
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s
.
name
=
"Zip"
s
.
version
=
"1.1.0"
s
.
summary
=
"Zip and unzip files in Swift."
s
.
swift_version
=
"4.
1
"
s
.
swift_version
=
"4.
2
"
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
...
...
@@ -34,8 +34,6 @@ Pod::Spec.new do |s|
s
.
osx
.
deployment_target
=
'10.9'
s
.
requires_arc
=
true
s
.
pod_target_xcconfig
=
{
'SWIFT_VERSION'
=>
'4.0'
}
s
.
source_files
=
'Zip/*.{swift,h}'
,
'Zip/minizip/*.{c,h}'
,
'Zip/minizip/aes/*.{c,h}'
s
.
public_header_files
=
'Zip/*.h'
s
.
pod_target_xcconfig
=
{
'SWIFT_INCLUDE_PATHS'
=>
'$(SRCROOT)/Zip/Zip/minizip/**'
,
'LIBRARY_SEARCH_PATHS'
=>
'$(SRCROOT)/Zip/Zip/'
}
...
...
This diff is collapsed.
Click to expand it.
Zip.xcodeproj/project.pbxproj
View file @
d9ebd57b
...
...
@@ -684,7 +684,7 @@
ONLY_ACTIVE_ARCH
=
YES
;
SDKROOT
=
iphoneos
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
SWIFT_VERSION
=
4.
0
;
SWIFT_VERSION
=
4.
2
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
VERSION_INFO_PREFIX
=
""
;
...
...
@@ -737,7 +737,7 @@
MTL_ENABLE_DEBUG_INFO
=
NO
;
SDKROOT
=
iphoneos
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Owholemodule"
;
SWIFT_VERSION
=
4.
0
;
SWIFT_VERSION
=
4.
2
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VALIDATE_PRODUCT
=
YES
;
VERSIONING_SYSTEM
=
"apple-generic"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment