Skip to content

Commit df75164

Browse files
committed
Merge pull request #31 from AndrewSB/carthage
Carthage support
2 parents c70fc79 + 1db9bd3 commit df75164

File tree

5 files changed

+402
-0
lines changed

5 files changed

+402
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ DerivedData
1616
*.hmap
1717
*.ipa
1818
*.xcuserstate
19+
.DS_Store
1920

2021
# CocoaPods
2122
#
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
460B725D1B76D42600BB5ED8 /* ZLSwipeableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 460B725C1B76D42600BB5ED8 /* ZLSwipeableView.swift */; };
11+
/* End PBXBuildFile section */
12+
13+
/* Begin PBXFileReference section */
14+
460B72511B76D3E600BB5ED8 /* ZLSwipeableViewSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ZLSwipeableViewSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
15+
460B72561B76D3E600BB5ED8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
16+
460B725C1B76D42600BB5ED8 /* ZLSwipeableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZLSwipeableView.swift; sourceTree = "<group>"; };
17+
/* End PBXFileReference section */
18+
19+
/* Begin PBXFrameworksBuildPhase section */
20+
460B724D1B76D3E600BB5ED8 /* Frameworks */ = {
21+
isa = PBXFrameworksBuildPhase;
22+
buildActionMask = 2147483647;
23+
files = (
24+
);
25+
runOnlyForDeploymentPostprocessing = 0;
26+
};
27+
/* End PBXFrameworksBuildPhase section */
28+
29+
/* Begin PBXGroup section */
30+
460B72471B76D3E600BB5ED8 = {
31+
isa = PBXGroup;
32+
children = (
33+
460B72531B76D3E600BB5ED8 /* ZLSwipeableViewSwift */,
34+
460B72521B76D3E600BB5ED8 /* Products */,
35+
);
36+
sourceTree = "<group>";
37+
};
38+
460B72521B76D3E600BB5ED8 /* Products */ = {
39+
isa = PBXGroup;
40+
children = (
41+
460B72511B76D3E600BB5ED8 /* ZLSwipeableViewSwift.framework */,
42+
);
43+
name = Products;
44+
sourceTree = "<group>";
45+
};
46+
460B72531B76D3E600BB5ED8 /* ZLSwipeableViewSwift */ = {
47+
isa = PBXGroup;
48+
children = (
49+
460B725C1B76D42600BB5ED8 /* ZLSwipeableView.swift */,
50+
460B72561B76D3E600BB5ED8 /* Info.plist */,
51+
);
52+
path = ZLSwipeableViewSwift;
53+
sourceTree = "<group>";
54+
};
55+
/* End PBXGroup section */
56+
57+
/* Begin PBXHeadersBuildPhase section */
58+
460B724E1B76D3E600BB5ED8 /* Headers */ = {
59+
isa = PBXHeadersBuildPhase;
60+
buildActionMask = 2147483647;
61+
files = (
62+
);
63+
runOnlyForDeploymentPostprocessing = 0;
64+
};
65+
/* End PBXHeadersBuildPhase section */
66+
67+
/* Begin PBXNativeTarget section */
68+
460B72501B76D3E600BB5ED8 /* ZLSwipeableViewSwift */ = {
69+
isa = PBXNativeTarget;
70+
buildConfigurationList = 460B72591B76D3E600BB5ED8 /* Build configuration list for PBXNativeTarget "ZLSwipeableViewSwift" */;
71+
buildPhases = (
72+
460B724C1B76D3E600BB5ED8 /* Sources */,
73+
460B724D1B76D3E600BB5ED8 /* Frameworks */,
74+
460B724E1B76D3E600BB5ED8 /* Headers */,
75+
460B724F1B76D3E600BB5ED8 /* Resources */,
76+
);
77+
buildRules = (
78+
);
79+
dependencies = (
80+
);
81+
name = ZLSwipeableViewSwift;
82+
productName = ZLSwipeableViewSwift;
83+
productReference = 460B72511B76D3E600BB5ED8 /* ZLSwipeableViewSwift.framework */;
84+
productType = "com.apple.product-type.framework";
85+
};
86+
/* End PBXNativeTarget section */
87+
88+
/* Begin PBXProject section */
89+
460B72481B76D3E600BB5ED8 /* Project object */ = {
90+
isa = PBXProject;
91+
attributes = {
92+
LastSwiftUpdateCheck = 0700;
93+
LastUpgradeCheck = 0700;
94+
ORGANIZATIONNAME = "Andrew Breckenridge";
95+
TargetAttributes = {
96+
460B72501B76D3E600BB5ED8 = {
97+
CreatedOnToolsVersion = 7.0;
98+
};
99+
};
100+
};
101+
buildConfigurationList = 460B724B1B76D3E600BB5ED8 /* Build configuration list for PBXProject "ZLSwipeableViewSwift" */;
102+
compatibilityVersion = "Xcode 3.2";
103+
developmentRegion = English;
104+
hasScannedForEncodings = 0;
105+
knownRegions = (
106+
en,
107+
);
108+
mainGroup = 460B72471B76D3E600BB5ED8;
109+
productRefGroup = 460B72521B76D3E600BB5ED8 /* Products */;
110+
projectDirPath = "";
111+
projectRoot = "";
112+
targets = (
113+
460B72501B76D3E600BB5ED8 /* ZLSwipeableViewSwift */,
114+
);
115+
};
116+
/* End PBXProject section */
117+
118+
/* Begin PBXResourcesBuildPhase section */
119+
460B724F1B76D3E600BB5ED8 /* Resources */ = {
120+
isa = PBXResourcesBuildPhase;
121+
buildActionMask = 2147483647;
122+
files = (
123+
);
124+
runOnlyForDeploymentPostprocessing = 0;
125+
};
126+
/* End PBXResourcesBuildPhase section */
127+
128+
/* Begin PBXSourcesBuildPhase section */
129+
460B724C1B76D3E600BB5ED8 /* Sources */ = {
130+
isa = PBXSourcesBuildPhase;
131+
buildActionMask = 2147483647;
132+
files = (
133+
460B725D1B76D42600BB5ED8 /* ZLSwipeableView.swift in Sources */,
134+
);
135+
runOnlyForDeploymentPostprocessing = 0;
136+
};
137+
/* End PBXSourcesBuildPhase section */
138+
139+
/* Begin XCBuildConfiguration section */
140+
460B72571B76D3E600BB5ED8 /* Debug */ = {
141+
isa = XCBuildConfiguration;
142+
buildSettings = {
143+
ALWAYS_SEARCH_USER_PATHS = NO;
144+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
145+
CLANG_CXX_LIBRARY = "libc++";
146+
CLANG_ENABLE_MODULES = YES;
147+
CLANG_ENABLE_OBJC_ARC = YES;
148+
CLANG_WARN_BOOL_CONVERSION = YES;
149+
CLANG_WARN_CONSTANT_CONVERSION = YES;
150+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
151+
CLANG_WARN_EMPTY_BODY = YES;
152+
CLANG_WARN_ENUM_CONVERSION = YES;
153+
CLANG_WARN_INT_CONVERSION = YES;
154+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
155+
CLANG_WARN_UNREACHABLE_CODE = YES;
156+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
157+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
158+
COPY_PHASE_STRIP = NO;
159+
CURRENT_PROJECT_VERSION = 1;
160+
DEBUG_INFORMATION_FORMAT = dwarf;
161+
ENABLE_STRICT_OBJC_MSGSEND = YES;
162+
ENABLE_TESTABILITY = YES;
163+
GCC_C_LANGUAGE_STANDARD = gnu99;
164+
GCC_DYNAMIC_NO_PIC = NO;
165+
GCC_NO_COMMON_BLOCKS = YES;
166+
GCC_OPTIMIZATION_LEVEL = 0;
167+
GCC_PREPROCESSOR_DEFINITIONS = (
168+
"DEBUG=1",
169+
"$(inherited)",
170+
);
171+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
172+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
173+
GCC_WARN_UNDECLARED_SELECTOR = YES;
174+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
175+
GCC_WARN_UNUSED_FUNCTION = YES;
176+
GCC_WARN_UNUSED_VARIABLE = YES;
177+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
178+
MTL_ENABLE_DEBUG_INFO = YES;
179+
ONLY_ACTIVE_ARCH = YES;
180+
SDKROOT = iphoneos;
181+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
182+
TARGETED_DEVICE_FAMILY = "1,2";
183+
VERSIONING_SYSTEM = "apple-generic";
184+
VERSION_INFO_PREFIX = "";
185+
};
186+
name = Debug;
187+
};
188+
460B72581B76D3E600BB5ED8 /* Release */ = {
189+
isa = XCBuildConfiguration;
190+
buildSettings = {
191+
ALWAYS_SEARCH_USER_PATHS = NO;
192+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
193+
CLANG_CXX_LIBRARY = "libc++";
194+
CLANG_ENABLE_MODULES = YES;
195+
CLANG_ENABLE_OBJC_ARC = YES;
196+
CLANG_WARN_BOOL_CONVERSION = YES;
197+
CLANG_WARN_CONSTANT_CONVERSION = YES;
198+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
199+
CLANG_WARN_EMPTY_BODY = YES;
200+
CLANG_WARN_ENUM_CONVERSION = YES;
201+
CLANG_WARN_INT_CONVERSION = YES;
202+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
203+
CLANG_WARN_UNREACHABLE_CODE = YES;
204+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
205+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
206+
COPY_PHASE_STRIP = NO;
207+
CURRENT_PROJECT_VERSION = 1;
208+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
209+
ENABLE_NS_ASSERTIONS = NO;
210+
ENABLE_STRICT_OBJC_MSGSEND = YES;
211+
GCC_C_LANGUAGE_STANDARD = gnu99;
212+
GCC_NO_COMMON_BLOCKS = YES;
213+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
214+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
215+
GCC_WARN_UNDECLARED_SELECTOR = YES;
216+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
217+
GCC_WARN_UNUSED_FUNCTION = YES;
218+
GCC_WARN_UNUSED_VARIABLE = YES;
219+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
220+
MTL_ENABLE_DEBUG_INFO = NO;
221+
SDKROOT = iphoneos;
222+
TARGETED_DEVICE_FAMILY = "1,2";
223+
VALIDATE_PRODUCT = YES;
224+
VERSIONING_SYSTEM = "apple-generic";
225+
VERSION_INFO_PREFIX = "";
226+
};
227+
name = Release;
228+
};
229+
460B725A1B76D3E600BB5ED8 /* Debug */ = {
230+
isa = XCBuildConfiguration;
231+
buildSettings = {
232+
CLANG_ENABLE_MODULES = YES;
233+
DEFINES_MODULE = YES;
234+
DYLIB_COMPATIBILITY_VERSION = 1;
235+
DYLIB_CURRENT_VERSION = 1;
236+
DYLIB_INSTALL_NAME_BASE = "@rpath";
237+
INFOPLIST_FILE = ZLSwipeableViewSwift/Info.plist;
238+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
239+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
240+
PRODUCT_BUNDLE_IDENTIFIER = tfw.ZLSwipeableViewSwift;
241+
PRODUCT_NAME = "$(TARGET_NAME)";
242+
SKIP_INSTALL = YES;
243+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
244+
};
245+
name = Debug;
246+
};
247+
460B725B1B76D3E600BB5ED8 /* Release */ = {
248+
isa = XCBuildConfiguration;
249+
buildSettings = {
250+
CLANG_ENABLE_MODULES = YES;
251+
DEFINES_MODULE = YES;
252+
DYLIB_COMPATIBILITY_VERSION = 1;
253+
DYLIB_CURRENT_VERSION = 1;
254+
DYLIB_INSTALL_NAME_BASE = "@rpath";
255+
INFOPLIST_FILE = ZLSwipeableViewSwift/Info.plist;
256+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
257+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
258+
PRODUCT_BUNDLE_IDENTIFIER = tfw.ZLSwipeableViewSwift;
259+
PRODUCT_NAME = "$(TARGET_NAME)";
260+
SKIP_INSTALL = YES;
261+
};
262+
name = Release;
263+
};
264+
/* End XCBuildConfiguration section */
265+
266+
/* Begin XCConfigurationList section */
267+
460B724B1B76D3E600BB5ED8 /* Build configuration list for PBXProject "ZLSwipeableViewSwift" */ = {
268+
isa = XCConfigurationList;
269+
buildConfigurations = (
270+
460B72571B76D3E600BB5ED8 /* Debug */,
271+
460B72581B76D3E600BB5ED8 /* Release */,
272+
);
273+
defaultConfigurationIsVisible = 0;
274+
defaultConfigurationName = Release;
275+
};
276+
460B72591B76D3E600BB5ED8 /* Build configuration list for PBXNativeTarget "ZLSwipeableViewSwift" */ = {
277+
isa = XCConfigurationList;
278+
buildConfigurations = (
279+
460B725A1B76D3E600BB5ED8 /* Debug */,
280+
460B725B1B76D3E600BB5ED8 /* Release */,
281+
);
282+
defaultConfigurationIsVisible = 0;
283+
defaultConfigurationName = Release;
284+
};
285+
/* End XCConfigurationList section */
286+
};
287+
rootObject = 460B72481B76D3E600BB5ED8 /* Project object */;
288+
}

ZLSwipeableViewSwift/ZLSwipeableViewSwift.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0700"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "460B72501B76D3E600BB5ED8"
18+
BuildableName = "ZLSwipeableViewSwift.framework"
19+
BlueprintName = "ZLSwipeableViewSwift"
20+
ReferencedContainer = "container:ZLSwipeableViewSwift.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "460B72501B76D3E600BB5ED8"
49+
BuildableName = "ZLSwipeableViewSwift.framework"
50+
BlueprintName = "ZLSwipeableViewSwift"
51+
ReferencedContainer = "container:ZLSwipeableViewSwift.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "460B72501B76D3E600BB5ED8"
67+
BuildableName = "ZLSwipeableViewSwift.framework"
68+
BlueprintName = "ZLSwipeableViewSwift"
69+
ReferencedContainer = "container:ZLSwipeableViewSwift.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>

0 commit comments

Comments
 (0)