Skip to content

Commit 965dab9

Browse files
authored
Merge pull request #3 from capnslipp/capnslipp-carthage-compat
Created Cocoa Touch Framework proj for Carthage-compat
2 parents de315f7 + 2265dd0 commit 965dab9

File tree

4 files changed

+428
-0
lines changed

4 files changed

+428
-0
lines changed

GRKContainerViewController.h

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
//
2+
// GRKContainerViewController.h
3+
//
4+
// Created by Cap'n Slipp on 6/27/16.
5+
// Copyright (c) 2013, 2014 Levi Brown <mailto:[email protected]>
6+
// This work is licensed under the Creative Commons Attribution 3.0
7+
// Unported License. To view a copy of this license, visit
8+
// http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
9+
// Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041,
10+
// USA.
11+
//
12+
// The above attribution and the included license must accompany any version
13+
// of the source code. Visible attribution in any binary distributable
14+
// including this work (or derivatives) is not required, but would be
15+
// appreciated.
16+
//
17+
18+
#import <UIKit/UIKit.h>
19+
20+
//! Project version number for GRKContainerViewController.
21+
FOUNDATION_EXPORT double GRKContainerViewControllerVersionNumber = 1.2;
22+
23+
//! Project version string for GRKContainerViewController.
24+
FOUNDATION_EXPORT const unsigned char GRKContainerViewControllerVersionString[] = "1.2";
25+
26+
27+
#import <GRKContainerViewController/GRKContainerViewController.h>
28+
29+
Lines changed: 293 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,293 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
FAD57D8F1D21E91F001A76C1 /* GRKContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD57D8E1D21E91F001A76C1 /* GRKContainerViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
11+
FAD57D971D21E992001A76C1 /* GRKContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD57D961D21E992001A76C1 /* GRKContainerViewController.m */; };
12+
FAD57DAE1D21EDCD001A76C1 /* GRKContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD57DAD1D21EDCD001A76C1 /* GRKContainerViewController.h */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXFileReference section */
16+
FAD57D8B1D21E91F001A76C1 /* GRKContainerViewController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GRKContainerViewController.framework; sourceTree = BUILT_PRODUCTS_DIR; };
17+
FAD57D8E1D21E91F001A76C1 /* GRKContainerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GRKContainerViewController.h; sourceTree = "<group>"; };
18+
FAD57D901D21E91F001A76C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19+
FAD57D961D21E992001A76C1 /* GRKContainerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GRKContainerViewController.m; sourceTree = "<group>"; };
20+
FAD57DAD1D21EDCD001A76C1 /* GRKContainerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GRKContainerViewController.h; sourceTree = "<group>"; };
21+
/* End PBXFileReference section */
22+
23+
/* Begin PBXFrameworksBuildPhase section */
24+
FAD57D871D21E91F001A76C1 /* Frameworks */ = {
25+
isa = PBXFrameworksBuildPhase;
26+
buildActionMask = 2147483647;
27+
files = (
28+
);
29+
runOnlyForDeploymentPostprocessing = 0;
30+
};
31+
/* End PBXFrameworksBuildPhase section */
32+
33+
/* Begin PBXGroup section */
34+
FAD57D811D21E91F001A76C1 = {
35+
isa = PBXGroup;
36+
children = (
37+
FAD57DAD1D21EDCD001A76C1 /* GRKContainerViewController.h */,
38+
FAD57D8D1D21E91F001A76C1 /* GRKContainerViewController */,
39+
FAD57D8C1D21E91F001A76C1 /* Products */,
40+
);
41+
sourceTree = "<group>";
42+
};
43+
FAD57D8C1D21E91F001A76C1 /* Products */ = {
44+
isa = PBXGroup;
45+
children = (
46+
FAD57D8B1D21E91F001A76C1 /* GRKContainerViewController.framework */,
47+
);
48+
name = Products;
49+
sourceTree = "<group>";
50+
};
51+
FAD57D8D1D21E91F001A76C1 /* GRKContainerViewController */ = {
52+
isa = PBXGroup;
53+
children = (
54+
FAD57D901D21E91F001A76C1 /* Info.plist */,
55+
FAD57D8E1D21E91F001A76C1 /* GRKContainerViewController.h */,
56+
FAD57D961D21E992001A76C1 /* GRKContainerViewController.m */,
57+
);
58+
path = GRKContainerViewController;
59+
sourceTree = "<group>";
60+
};
61+
/* End PBXGroup section */
62+
63+
/* Begin PBXHeadersBuildPhase section */
64+
FAD57D881D21E91F001A76C1 /* Headers */ = {
65+
isa = PBXHeadersBuildPhase;
66+
buildActionMask = 2147483647;
67+
files = (
68+
FAD57DAE1D21EDCD001A76C1 /* GRKContainerViewController.h in Headers */,
69+
FAD57D8F1D21E91F001A76C1 /* GRKContainerViewController.h in Headers */,
70+
);
71+
runOnlyForDeploymentPostprocessing = 0;
72+
};
73+
/* End PBXHeadersBuildPhase section */
74+
75+
/* Begin PBXNativeTarget section */
76+
FAD57D8A1D21E91F001A76C1 /* GRKContainerViewController */ = {
77+
isa = PBXNativeTarget;
78+
buildConfigurationList = FAD57D931D21E91F001A76C1 /* Build configuration list for PBXNativeTarget "GRKContainerViewController" */;
79+
buildPhases = (
80+
FAD57D861D21E91F001A76C1 /* Sources */,
81+
FAD57D871D21E91F001A76C1 /* Frameworks */,
82+
FAD57D881D21E91F001A76C1 /* Headers */,
83+
FAD57D891D21E91F001A76C1 /* Resources */,
84+
);
85+
buildRules = (
86+
);
87+
dependencies = (
88+
);
89+
name = GRKContainerViewController;
90+
productName = GRKContainerViewController;
91+
productReference = FAD57D8B1D21E91F001A76C1 /* GRKContainerViewController.framework */;
92+
productType = "com.apple.product-type.framework";
93+
};
94+
/* End PBXNativeTarget section */
95+
96+
/* Begin PBXProject section */
97+
FAD57D821D21E91F001A76C1 /* Project object */ = {
98+
isa = PBXProject;
99+
attributes = {
100+
LastUpgradeCheck = 0730;
101+
ORGANIZATIONNAME = "Cap'n Slipp";
102+
TargetAttributes = {
103+
FAD57D8A1D21E91F001A76C1 = {
104+
CreatedOnToolsVersion = 7.3.1;
105+
};
106+
};
107+
};
108+
buildConfigurationList = FAD57D851D21E91F001A76C1 /* Build configuration list for PBXProject "GRKContainerViewController" */;
109+
compatibilityVersion = "Xcode 3.2";
110+
developmentRegion = English;
111+
hasScannedForEncodings = 0;
112+
knownRegions = (
113+
en,
114+
);
115+
mainGroup = FAD57D811D21E91F001A76C1;
116+
productRefGroup = FAD57D8C1D21E91F001A76C1 /* Products */;
117+
projectDirPath = "";
118+
projectRoot = "";
119+
targets = (
120+
FAD57D8A1D21E91F001A76C1 /* GRKContainerViewController */,
121+
);
122+
};
123+
/* End PBXProject section */
124+
125+
/* Begin PBXResourcesBuildPhase section */
126+
FAD57D891D21E91F001A76C1 /* Resources */ = {
127+
isa = PBXResourcesBuildPhase;
128+
buildActionMask = 2147483647;
129+
files = (
130+
);
131+
runOnlyForDeploymentPostprocessing = 0;
132+
};
133+
/* End PBXResourcesBuildPhase section */
134+
135+
/* Begin PBXSourcesBuildPhase section */
136+
FAD57D861D21E91F001A76C1 /* Sources */ = {
137+
isa = PBXSourcesBuildPhase;
138+
buildActionMask = 2147483647;
139+
files = (
140+
FAD57D971D21E992001A76C1 /* GRKContainerViewController.m in Sources */,
141+
);
142+
runOnlyForDeploymentPostprocessing = 0;
143+
};
144+
/* End PBXSourcesBuildPhase section */
145+
146+
/* Begin XCBuildConfiguration section */
147+
FAD57D911D21E91F001A76C1 /* Debug */ = {
148+
isa = XCBuildConfiguration;
149+
buildSettings = {
150+
ALWAYS_SEARCH_USER_PATHS = NO;
151+
CLANG_ANALYZER_NONNULL = YES;
152+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
153+
CLANG_CXX_LIBRARY = "libc++";
154+
CLANG_ENABLE_MODULES = YES;
155+
CLANG_ENABLE_OBJC_ARC = YES;
156+
CLANG_WARN_BOOL_CONVERSION = YES;
157+
CLANG_WARN_CONSTANT_CONVERSION = YES;
158+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
159+
CLANG_WARN_EMPTY_BODY = YES;
160+
CLANG_WARN_ENUM_CONVERSION = YES;
161+
CLANG_WARN_INT_CONVERSION = YES;
162+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
163+
CLANG_WARN_UNREACHABLE_CODE = YES;
164+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
165+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
166+
COPY_PHASE_STRIP = NO;
167+
CURRENT_PROJECT_VERSION = 1.2;
168+
DEBUG_INFORMATION_FORMAT = dwarf;
169+
ENABLE_STRICT_OBJC_MSGSEND = YES;
170+
ENABLE_TESTABILITY = YES;
171+
GCC_C_LANGUAGE_STANDARD = gnu99;
172+
GCC_DYNAMIC_NO_PIC = NO;
173+
GCC_NO_COMMON_BLOCKS = YES;
174+
GCC_OPTIMIZATION_LEVEL = 0;
175+
GCC_PREPROCESSOR_DEFINITIONS = (
176+
"DEBUG=1",
177+
"$(inherited)",
178+
);
179+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
180+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
181+
GCC_WARN_UNDECLARED_SELECTOR = YES;
182+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
183+
GCC_WARN_UNUSED_FUNCTION = YES;
184+
GCC_WARN_UNUSED_VARIABLE = YES;
185+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
186+
MTL_ENABLE_DEBUG_INFO = YES;
187+
ONLY_ACTIVE_ARCH = YES;
188+
SDKROOT = iphoneos;
189+
TARGETED_DEVICE_FAMILY = "1,2";
190+
VERSIONING_SYSTEM = "apple-generic";
191+
VERSION_INFO_PREFIX = "";
192+
};
193+
name = Debug;
194+
};
195+
FAD57D921D21E91F001A76C1 /* Release */ = {
196+
isa = XCBuildConfiguration;
197+
buildSettings = {
198+
ALWAYS_SEARCH_USER_PATHS = NO;
199+
CLANG_ANALYZER_NONNULL = YES;
200+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
201+
CLANG_CXX_LIBRARY = "libc++";
202+
CLANG_ENABLE_MODULES = YES;
203+
CLANG_ENABLE_OBJC_ARC = YES;
204+
CLANG_WARN_BOOL_CONVERSION = YES;
205+
CLANG_WARN_CONSTANT_CONVERSION = YES;
206+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
207+
CLANG_WARN_EMPTY_BODY = YES;
208+
CLANG_WARN_ENUM_CONVERSION = YES;
209+
CLANG_WARN_INT_CONVERSION = YES;
210+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
211+
CLANG_WARN_UNREACHABLE_CODE = YES;
212+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
214+
COPY_PHASE_STRIP = NO;
215+
CURRENT_PROJECT_VERSION = 1.2;
216+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
217+
ENABLE_NS_ASSERTIONS = NO;
218+
ENABLE_STRICT_OBJC_MSGSEND = YES;
219+
GCC_C_LANGUAGE_STANDARD = gnu99;
220+
GCC_NO_COMMON_BLOCKS = YES;
221+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
222+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
223+
GCC_WARN_UNDECLARED_SELECTOR = YES;
224+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
225+
GCC_WARN_UNUSED_FUNCTION = YES;
226+
GCC_WARN_UNUSED_VARIABLE = YES;
227+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
228+
MTL_ENABLE_DEBUG_INFO = NO;
229+
SDKROOT = iphoneos;
230+
TARGETED_DEVICE_FAMILY = "1,2";
231+
VALIDATE_PRODUCT = YES;
232+
VERSIONING_SYSTEM = "apple-generic";
233+
VERSION_INFO_PREFIX = "";
234+
};
235+
name = Release;
236+
};
237+
FAD57D941D21E91F001A76C1 /* Debug */ = {
238+
isa = XCBuildConfiguration;
239+
buildSettings = {
240+
DEFINES_MODULE = YES;
241+
DYLIB_COMPATIBILITY_VERSION = 1;
242+
DYLIB_CURRENT_VERSION = 1;
243+
DYLIB_INSTALL_NAME_BASE = "@rpath";
244+
INFOPLIST_FILE = GRKContainerViewController/Info.plist;
245+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
246+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
247+
PRODUCT_BUNDLE_IDENTIFIER = com.levigroker.GRKContainerViewController;
248+
PRODUCT_NAME = "$(TARGET_NAME)";
249+
SKIP_INSTALL = YES;
250+
};
251+
name = Debug;
252+
};
253+
FAD57D951D21E91F001A76C1 /* Release */ = {
254+
isa = XCBuildConfiguration;
255+
buildSettings = {
256+
DEFINES_MODULE = YES;
257+
DYLIB_COMPATIBILITY_VERSION = 1;
258+
DYLIB_CURRENT_VERSION = 1;
259+
DYLIB_INSTALL_NAME_BASE = "@rpath";
260+
INFOPLIST_FILE = GRKContainerViewController/Info.plist;
261+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
262+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
263+
PRODUCT_BUNDLE_IDENTIFIER = com.levigroker.GRKContainerViewController;
264+
PRODUCT_NAME = "$(TARGET_NAME)";
265+
SKIP_INSTALL = YES;
266+
};
267+
name = Release;
268+
};
269+
/* End XCBuildConfiguration section */
270+
271+
/* Begin XCConfigurationList section */
272+
FAD57D851D21E91F001A76C1 /* Build configuration list for PBXProject "GRKContainerViewController" */ = {
273+
isa = XCConfigurationList;
274+
buildConfigurations = (
275+
FAD57D911D21E91F001A76C1 /* Debug */,
276+
FAD57D921D21E91F001A76C1 /* Release */,
277+
);
278+
defaultConfigurationIsVisible = 0;
279+
defaultConfigurationName = Release;
280+
};
281+
FAD57D931D21E91F001A76C1 /* Build configuration list for PBXNativeTarget "GRKContainerViewController" */ = {
282+
isa = XCConfigurationList;
283+
buildConfigurations = (
284+
FAD57D941D21E91F001A76C1 /* Debug */,
285+
FAD57D951D21E91F001A76C1 /* Release */,
286+
);
287+
defaultConfigurationIsVisible = 0;
288+
defaultConfigurationName = Release;
289+
};
290+
/* End XCConfigurationList section */
291+
};
292+
rootObject = FAD57D821D21E91F001A76C1 /* Project object */;
293+
}

0 commit comments

Comments
 (0)