Skip to content

Commit 63d388a

Browse files
committed
Framework project
1 parent 2583b0a commit 63d388a

File tree

8 files changed

+282
-457
lines changed

8 files changed

+282
-457
lines changed

Lightbox.xcodeproj/project.pbxproj

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

Pod/Pod.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Lightbox.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
<key>CFBundleName</key>
1414
<string>$(PRODUCT_NAME)</string>
1515
<key>CFBundlePackageType</key>
16-
<string>BNDL</string>
16+
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
2325
</dict>
2426
</plist>

0 commit comments

Comments
 (0)