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
9048a885
Commit
9048a885
authored
Mar 07, 2016
by
Roy Marmelstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding OSX target
parent
0d3be8e6
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
327 additions
and
1 deletion
+327
-1
Zip OSX/Info.plist
Zip OSX/Info.plist
+28
-0
Zip OSX/Zip OSX.h
Zip OSX/Zip OSX.h
+19
-0
Zip.xcodeproj/project.pbxproj
Zip.xcodeproj/project.pbxproj
+279
-0
Zip/Zip.h
Zip/Zip.h
+1
-1
No files found.
Zip OSX/Info.plist
0 → 100644
View file @
9048a885
<?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>
CFBundleDevelopmentRegion
</key>
<string>
en
</string>
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleIdentifier
</key>
<string>
$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
$(PRODUCT_NAME)
</string>
<key>
CFBundlePackageType
</key>
<string>
FMWK
</string>
<key>
CFBundleShortVersionString
</key>
<string>
1.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
$(CURRENT_PROJECT_VERSION)
</string>
<key>
NSHumanReadableCopyright
</key>
<string>
Copyright © 2016 Roy Marmelstein. All rights reserved.
</string>
<key>
NSPrincipalClass
</key>
<string></string>
</dict>
</plist>
Zip OSX/Zip OSX.h
0 → 100644
View file @
9048a885
//
// Zip OSX.h
// Zip OSX
//
// Created by Roy Marmelstein on 07/03/2016.
// Copyright © 2016 Roy Marmelstein. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for Zip OSX.
FOUNDATION_EXPORT
double
Zip_OSXVersionNumber
;
//! Project version string for Zip OSX.
FOUNDATION_EXPORT
const
unsigned
char
Zip_OSXVersionString
[];
// In this header, you should import all the public headers of your framework using statements like #import <Zip_OSX/PublicHeader.h>
Zip.xcodeproj/project.pbxproj
View file @
9048a885
This diff is collapsed.
Click to expand it.
Zip/Zip.h
View file @
9048a885
...
...
@@ -6,7 +6,7 @@
// Copyright © 2015 Roy Marmelstein. All rights reserved.
//
#import <UIKit/UIKit.h>
@
import
Foundation
;
//! Project version number for Zip.
FOUNDATION_EXPORT
double
ZipVersionNumber
;
...
...
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