diff --git a/Zip OSX/Info.plist b/Zip OSX/Info.plist
deleted file mode 100644
index 21709d75302a25a070156de7f022b76270c8b3a6..0000000000000000000000000000000000000000
--- a/Zip OSX/Info.plist
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 0.3.0
- CFBundleSignature
- ????
- CFBundleVersion
- 2
- NSHumanReadableCopyright
- Copyright © 2016 Roy Marmelstein. All rights reserved.
- NSPrincipalClass
-
-
-
diff --git a/Zip OSX/Zip OSX.h b/Zip OSX/Zip OSX.h
deleted file mode 100644
index b17b7c0e3879a7cd894206971c7afc97b2fd8078..0000000000000000000000000000000000000000
--- a/Zip OSX/Zip OSX.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// Zip OSX.h
-// Zip OSX
-//
-// Created by Roy Marmelstein on 07/03/2016.
-// Copyright © 2016 Roy Marmelstein. All rights reserved.
-//
-
-#import
-
-//! 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
-
-
diff --git a/Zip.xcodeproj/project.pbxproj b/Zip.xcodeproj/project.pbxproj
index a3056d50fafa14932de12575e5a963f63450f36d..78232441d7a8fbb630d587a6cb1f8e37b460bce9 100644
--- a/Zip.xcodeproj/project.pbxproj
+++ b/Zip.xcodeproj/project.pbxproj
@@ -131,8 +131,6 @@
3430F61F1C45C805007473A6 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
343625BA1C5827DC0023C4C6 /* ZipUtilities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZipUtilities.swift; sourceTree = ""; };
343F50FF1C8DAEEC0028C434 /* Zip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Zip.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 343F51011C8DAEEC0028C434 /* Zip OSX.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Zip OSX.h"; sourceTree = ""; };
- 343F51031C8DAEEC0028C434 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
343F51081C8DAEEC0028C434 /* Zip OSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Zip OSXTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
3443A3F51C4AB8A3004AD173 /* QuickZip.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuickZip.swift; sourceTree = ""; };
3443A3FC1C4AD199004AD173 /* bb8.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = bb8.zip; sourceTree = ""; };
@@ -227,21 +225,11 @@
path = aes;
sourceTree = "";
};
- 343F51001C8DAEEC0028C434 /* Zip OSX */ = {
- isa = PBXGroup;
- children = (
- 343F51011C8DAEEC0028C434 /* Zip OSX.h */,
- 343F51031C8DAEEC0028C434 /* Info.plist */,
- );
- path = "Zip OSX";
- sourceTree = "";
- };
347E3A6A1C1DFFB500A11FD3 = {
isa = PBXGroup;
children = (
347E3A761C1DFFB500A11FD3 /* Zip */,
347E3A821C1DFFB500A11FD3 /* ZipTests */,
- 343F51001C8DAEEC0028C434 /* Zip OSX */,
347E3A751C1DFFB500A11FD3 /* Products */,
);
sourceTree = "";
@@ -574,7 +562,7 @@
DYLIB_CURRENT_VERSION = 2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = "Zip OSX/Info.plist";
+ INFOPLIST_FILE = Zip/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
@@ -597,7 +585,7 @@
DYLIB_CURRENT_VERSION = 2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = "Zip OSX/Info.plist";
+ INFOPLIST_FILE = Zip/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
@@ -799,6 +787,7 @@
343F51111C8DAEEC0028C434 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
343F51151C8DAEEC0028C434 /* Build configuration list for PBXNativeTarget "Zip OSXTests" */ = {
isa = XCConfigurationList;
@@ -807,6 +796,7 @@
343F51131C8DAEEC0028C434 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
347E3A6E1C1DFFB500A11FD3 /* Build configuration list for PBXProject "Zip" */ = {
isa = XCConfigurationList;