Skip to content

Commit 9e95021

Browse files
committed
init
1 parent 1ad788f commit 9e95021

File tree

12 files changed

+540
-0
lines changed

12 files changed

+540
-0
lines changed
Lines changed: 360 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,360 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
D1EBF4F32142D6D3000FD7B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1EBF4F22142D6D3000FD7B1 /* Foundation.framework */; };
11+
D1EBF4FB2142D6D3000FD7B1 /* DictionaryPullDownToClose.mm in Sources */ = {isa = PBXBuildFile; fileRef = D1EBF4FA2142D6D3000FD7B1 /* DictionaryPullDownToClose.mm */; };
12+
/* End PBXBuildFile section */
13+
14+
/* Begin PBXFileReference section */
15+
D1EBF4EF2142D6D3000FD7B1 /* DictionaryPullDownToClose.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = DictionaryPullDownToClose.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
16+
D1EBF4F22142D6D3000FD7B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
17+
D1EBF4F72142D6D3000FD7B1 /* control */ = {isa = PBXFileReference; lastKnownFileType = text; name = control; path = Package/DEBIAN/control; sourceTree = "<group>"; };
18+
D1EBF4F92142D6D3000FD7B1 /* DictionaryPullDownToClose-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DictionaryPullDownToClose-Prefix.pch"; sourceTree = "<group>"; };
19+
D1EBF4FA2142D6D3000FD7B1 /* DictionaryPullDownToClose.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = DictionaryPullDownToClose.mm; sourceTree = "<group>"; };
20+
D1EBF4FF2142D6D3000FD7B1 /* DictionaryPullDownToClose.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = DictionaryPullDownToClose.plist; path = Package/Library/MobileSubstrate/DynamicLibraries/DictionaryPullDownToClose.plist; sourceTree = "<group>"; };
21+
/* End PBXFileReference section */
22+
23+
/* Begin PBXFrameworksBuildPhase section */
24+
D1EBF4EB2142D6D3000FD7B1 /* Frameworks */ = {
25+
isa = PBXFrameworksBuildPhase;
26+
buildActionMask = 2147483647;
27+
files = (
28+
D1EBF4F32142D6D3000FD7B1 /* Foundation.framework in Frameworks */,
29+
);
30+
runOnlyForDeploymentPostprocessing = 0;
31+
};
32+
/* End PBXFrameworksBuildPhase section */
33+
34+
/* Begin PBXGroup section */
35+
D1EBF4E52142D6D3000FD7B1 = {
36+
isa = PBXGroup;
37+
children = (
38+
D1EBF4F42142D6D3000FD7B1 /* DictionaryPullDownToClose */,
39+
D1EBF4F12142D6D3000FD7B1 /* Frameworks */,
40+
D1EBF4F02142D6D3000FD7B1 /* Products */,
41+
);
42+
sourceTree = "<group>";
43+
};
44+
D1EBF4F02142D6D3000FD7B1 /* Products */ = {
45+
isa = PBXGroup;
46+
children = (
47+
D1EBF4EF2142D6D3000FD7B1 /* DictionaryPullDownToClose.dylib */,
48+
);
49+
name = Products;
50+
sourceTree = "<group>";
51+
};
52+
D1EBF4F12142D6D3000FD7B1 /* Frameworks */ = {
53+
isa = PBXGroup;
54+
children = (
55+
D1EBF4F22142D6D3000FD7B1 /* Foundation.framework */,
56+
);
57+
name = Frameworks;
58+
sourceTree = "<group>";
59+
};
60+
D1EBF4F42142D6D3000FD7B1 /* DictionaryPullDownToClose */ = {
61+
isa = PBXGroup;
62+
children = (
63+
D1EBF4FA2142D6D3000FD7B1 /* DictionaryPullDownToClose.mm */,
64+
D1EBF4F52142D6D3000FD7B1 /* Package */,
65+
D1EBF4F82142D6D3000FD7B1 /* Supporting Files */,
66+
);
67+
path = DictionaryPullDownToClose;
68+
sourceTree = "<group>";
69+
};
70+
D1EBF4F52142D6D3000FD7B1 /* Package */ = {
71+
isa = PBXGroup;
72+
children = (
73+
D1EBF4F62142D6D3000FD7B1 /* DEBIAN */,
74+
D1EBF4FC2142D6D3000FD7B1 /* Library */,
75+
);
76+
name = Package;
77+
sourceTree = "<group>";
78+
};
79+
D1EBF4F62142D6D3000FD7B1 /* DEBIAN */ = {
80+
isa = PBXGroup;
81+
children = (
82+
D1EBF4F72142D6D3000FD7B1 /* control */,
83+
);
84+
name = DEBIAN;
85+
sourceTree = "<group>";
86+
};
87+
D1EBF4F82142D6D3000FD7B1 /* Supporting Files */ = {
88+
isa = PBXGroup;
89+
children = (
90+
D1EBF4F92142D6D3000FD7B1 /* DictionaryPullDownToClose-Prefix.pch */,
91+
);
92+
name = "Supporting Files";
93+
sourceTree = "<group>";
94+
};
95+
D1EBF4FC2142D6D3000FD7B1 /* Library */ = {
96+
isa = PBXGroup;
97+
children = (
98+
D1EBF4FD2142D6D3000FD7B1 /* MobileSubstrate */,
99+
);
100+
name = Library;
101+
sourceTree = "<group>";
102+
};
103+
D1EBF4FD2142D6D3000FD7B1 /* MobileSubstrate */ = {
104+
isa = PBXGroup;
105+
children = (
106+
D1EBF4FE2142D6D3000FD7B1 /* DynamicLibraries */,
107+
);
108+
name = MobileSubstrate;
109+
sourceTree = "<group>";
110+
};
111+
D1EBF4FE2142D6D3000FD7B1 /* DynamicLibraries */ = {
112+
isa = PBXGroup;
113+
children = (
114+
D1EBF4FF2142D6D3000FD7B1 /* DictionaryPullDownToClose.plist */,
115+
);
116+
name = DynamicLibraries;
117+
sourceTree = "<group>";
118+
};
119+
/* End PBXGroup section */
120+
121+
/* Begin PBXHeadersBuildPhase section */
122+
D1EBF4EC2142D6D3000FD7B1 /* Headers */ = {
123+
isa = PBXHeadersBuildPhase;
124+
buildActionMask = 2147483647;
125+
files = (
126+
);
127+
runOnlyForDeploymentPostprocessing = 0;
128+
};
129+
/* End PBXHeadersBuildPhase section */
130+
131+
/* Begin PBXNativeTarget section */
132+
D1EBF4EE2142D6D3000FD7B1 /* DictionaryPullDownToClose */ = {
133+
isa = PBXNativeTarget;
134+
buildConfigurationList = D1EBF5022142D6D3000FD7B1 /* Build configuration list for PBXNativeTarget "DictionaryPullDownToClose" */;
135+
buildPhases = (
136+
D1EBF4EA2142D6D3000FD7B1 /* Sources */,
137+
D1EBF4EB2142D6D3000FD7B1 /* Frameworks */,
138+
D1EBF4EC2142D6D3000FD7B1 /* Headers */,
139+
D1EBF4ED2142D6D3000FD7B1 /* ShellScript */,
140+
);
141+
buildRules = (
142+
);
143+
dependencies = (
144+
);
145+
name = DictionaryPullDownToClose;
146+
productName = DictionaryPullDownToClose;
147+
productReference = D1EBF4EF2142D6D3000FD7B1 /* DictionaryPullDownToClose.dylib */;
148+
productType = "com.apple.product-type.library.dynamic";
149+
};
150+
/* End PBXNativeTarget section */
151+
152+
/* Begin PBXProject section */
153+
D1EBF4E62142D6D3000FD7B1 /* Project object */ = {
154+
isa = PBXProject;
155+
attributes = {
156+
LastUpgradeCheck = 0940;
157+
TargetAttributes = {
158+
D1EBF4EE2142D6D3000FD7B1 = {
159+
CreatedOnToolsVersion = 9.4.1;
160+
};
161+
};
162+
};
163+
buildConfigurationList = D1EBF4E92142D6D3000FD7B1 /* Build configuration list for PBXProject "DictionaryPullDownToClose" */;
164+
compatibilityVersion = "Xcode 9.3";
165+
developmentRegion = en;
166+
hasScannedForEncodings = 0;
167+
knownRegions = (
168+
en,
169+
);
170+
mainGroup = D1EBF4E52142D6D3000FD7B1;
171+
productRefGroup = D1EBF4F02142D6D3000FD7B1 /* Products */;
172+
projectDirPath = "";
173+
projectRoot = "";
174+
targets = (
175+
D1EBF4EE2142D6D3000FD7B1 /* DictionaryPullDownToClose */,
176+
);
177+
};
178+
/* End PBXProject section */
179+
180+
/* Begin PBXShellScriptBuildPhase section */
181+
D1EBF4ED2142D6D3000FD7B1 /* ShellScript */ = {
182+
isa = PBXShellScriptBuildPhase;
183+
buildActionMask = 2147483647;
184+
files = (
185+
);
186+
inputPaths = (
187+
);
188+
outputPaths = (
189+
);
190+
runOnlyForDeploymentPostprocessing = 0;
191+
shellPath = /bin/sh;
192+
shellScript = "/opt/MonkeyDev/bin/md --xcbp";
193+
};
194+
/* End PBXShellScriptBuildPhase section */
195+
196+
/* Begin PBXSourcesBuildPhase section */
197+
D1EBF4EA2142D6D3000FD7B1 /* Sources */ = {
198+
isa = PBXSourcesBuildPhase;
199+
buildActionMask = 2147483647;
200+
files = (
201+
D1EBF4FB2142D6D3000FD7B1 /* DictionaryPullDownToClose.mm in Sources */,
202+
);
203+
runOnlyForDeploymentPostprocessing = 0;
204+
};
205+
/* End PBXSourcesBuildPhase section */
206+
207+
/* Begin XCBuildConfiguration section */
208+
D1EBF5002142D6D3000FD7B1 /* Release */ = {
209+
isa = XCBuildConfiguration;
210+
buildSettings = {
211+
CODE_SIGN_IDENTITY = "iPhone Developer";
212+
COPY_PHASE_STRIP = YES;
213+
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = "*.nib *.lproj *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj";
214+
FRAMEWORK_SEARCH_PATHS = (
215+
"$(MonkeyDevPath)/frameworks/**",
216+
"$(MonkeyDevTheosPath)/vendor/lib",
217+
);
218+
GCC_C_LANGUAGE_STANDARD = gnu99;
219+
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
220+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
221+
GCC_WARN_UNUSED_VARIABLE = YES;
222+
HEADER_SEARCH_PATHS = "$(MonkeyDevTheosPath)/vendor/include/**";
223+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
224+
LIBRARY_SEARCH_PATHS = "$(MonkeyDevTheosPath)/vendor/lib/**";
225+
MonkeyDevPath = /opt/MonkeyDev;
226+
MonkeyDevTheosPath = /opt/theos;
227+
OTHER_CFLAGS = "-DTHEOS_INSTANCE_NAME=\"\\\"DictionaryPullDownToClose\\\"\"";
228+
SDKROOT = iphoneos;
229+
TARGETED_DEVICE_FAMILY = "1,2";
230+
VALIDATE_PRODUCT = YES;
231+
};
232+
name = Release;
233+
};
234+
D1EBF5012142D6D3000FD7B1 /* Debug */ = {
235+
isa = XCBuildConfiguration;
236+
buildSettings = {
237+
CODE_SIGN_IDENTITY = "iPhone Developer";
238+
COPY_PHASE_STRIP = NO;
239+
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = "*.nib *.lproj *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj";
240+
FRAMEWORK_SEARCH_PATHS = (
241+
"$(MonkeyDevPath)/frameworks/**",
242+
"$(MonkeyDevTheosPath)/vendor/lib",
243+
);
244+
GCC_C_LANGUAGE_STANDARD = gnu99;
245+
GCC_DYNAMIC_NO_PIC = NO;
246+
GCC_OPTIMIZATION_LEVEL = 0;
247+
GCC_PREPROCESSOR_DEFINITIONS = (
248+
"DEBUG=1",
249+
"$(inherited)",
250+
);
251+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
252+
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
253+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
254+
GCC_WARN_UNUSED_VARIABLE = YES;
255+
HEADER_SEARCH_PATHS = "$(MonkeyDevTheosPath)/vendor/include/**";
256+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
257+
LIBRARY_SEARCH_PATHS = "$(MonkeyDevTheosPath)/vendor/lib/**";
258+
MonkeyDevPath = /opt/MonkeyDev;
259+
MonkeyDevTheosPath = /opt/theos;
260+
ONLY_ACTIVE_ARCH = YES;
261+
OTHER_CFLAGS = "-DTHEOS_INSTANCE_NAME=\"\\\"DictionaryPullDownToClose\\\"\"";
262+
SDKROOT = iphoneos;
263+
TARGETED_DEVICE_FAMILY = "1,2";
264+
VALIDATE_PRODUCT = NO;
265+
};
266+
name = Debug;
267+
};
268+
D1EBF5032142D6D3000FD7B1 /* Release */ = {
269+
isa = XCBuildConfiguration;
270+
buildSettings = {
271+
CLANG_ENABLE_OBJC_ARC = YES;
272+
CODE_SIGN_IDENTITY = "";
273+
CODE_SIGN_STYLE = Automatic;
274+
DYLIB_COMPATIBILITY_VERSION = 1;
275+
DYLIB_CURRENT_VERSION = 1;
276+
ENABLE_BITCODE = NO;
277+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
278+
GCC_PREFIX_HEADER = "DictionaryPullDownToClose/DictionaryPullDownToClose-Prefix.pch";
279+
HEADER_SEARCH_PATHS = (
280+
"$(MonkeyDevPath)/include",
281+
"$(MonkeyDevTheosPath)/vendor/include/**",
282+
);
283+
INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries;
284+
MonkeyDevBuildPackageOnAnyBuild = NO;
285+
MonkeyDevClearUiCacheOnInstall = NO;
286+
MonkeyDevCopyOnBuild = NO;
287+
MonkeyDevDeviceIP = localhost;
288+
MonkeyDevDevicePassword = "";
289+
MonkeyDevDevicePort = 2222;
290+
MonkeyDevInstallOnAnyBuild = YES;
291+
MonkeyDevInstallOnProfiling = YES;
292+
MonkeyDevkillProcessOnInstall = DDActionsService;
293+
OTHER_LDFLAGS = (
294+
"-undefined",
295+
dynamic_lookup,
296+
);
297+
PRODUCT_NAME = "$(TARGET_NAME)";
298+
TARGETED_DEVICE_FAMILY = "1,2";
299+
};
300+
name = Release;
301+
};
302+
D1EBF5042142D6D3000FD7B1 /* Debug */ = {
303+
isa = XCBuildConfiguration;
304+
buildSettings = {
305+
CLANG_ENABLE_OBJC_ARC = YES;
306+
CODE_SIGN_IDENTITY = "";
307+
CODE_SIGN_STYLE = Automatic;
308+
DYLIB_COMPATIBILITY_VERSION = 1;
309+
DYLIB_CURRENT_VERSION = 1;
310+
ENABLE_BITCODE = NO;
311+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
312+
GCC_PREFIX_HEADER = "DictionaryPullDownToClose/DictionaryPullDownToClose-Prefix.pch";
313+
HEADER_SEARCH_PATHS = (
314+
"$(MonkeyDevPath)/include",
315+
"$(MonkeyDevTheosPath)/vendor/include/**",
316+
);
317+
INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries;
318+
MonkeyDevBuildPackageOnAnyBuild = NO;
319+
MonkeyDevClearUiCacheOnInstall = NO;
320+
MonkeyDevCopyOnBuild = NO;
321+
MonkeyDevDeviceIP = localhost;
322+
MonkeyDevDevicePassword = "";
323+
MonkeyDevDevicePort = 2222;
324+
MonkeyDevInstallOnAnyBuild = YES;
325+
MonkeyDevInstallOnProfiling = YES;
326+
MonkeyDevkillProcessOnInstall = DDActionsService;
327+
OTHER_LDFLAGS = (
328+
"-undefined",
329+
dynamic_lookup,
330+
);
331+
PRODUCT_NAME = "$(TARGET_NAME)";
332+
TARGETED_DEVICE_FAMILY = "1,2";
333+
};
334+
name = Debug;
335+
};
336+
/* End XCBuildConfiguration section */
337+
338+
/* Begin XCConfigurationList section */
339+
D1EBF4E92142D6D3000FD7B1 /* Build configuration list for PBXProject "DictionaryPullDownToClose" */ = {
340+
isa = XCConfigurationList;
341+
buildConfigurations = (
342+
D1EBF5002142D6D3000FD7B1 /* Release */,
343+
D1EBF5012142D6D3000FD7B1 /* Debug */,
344+
);
345+
defaultConfigurationIsVisible = 0;
346+
defaultConfigurationName = Release;
347+
};
348+
D1EBF5022142D6D3000FD7B1 /* Build configuration list for PBXNativeTarget "DictionaryPullDownToClose" */ = {
349+
isa = XCConfigurationList;
350+
buildConfigurations = (
351+
D1EBF5032142D6D3000FD7B1 /* Release */,
352+
D1EBF5042142D6D3000FD7B1 /* Debug */,
353+
);
354+
defaultConfigurationIsVisible = 0;
355+
defaultConfigurationName = Release;
356+
};
357+
/* End XCConfigurationList section */
358+
};
359+
rootObject = D1EBF4E62142D6D3000FD7B1 /* Project object */;
360+
}

DictionaryPullDownToClose.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
28 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>DictionaryPullDownToClose.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//
2+
// Prefix header for all source files of the 'DictionaryPullDownToClose' target in the 'DictionaryPullDownToClose' project
3+
//
4+
5+
#ifdef __OBJC__
6+
#import <Foundation/Foundation.h>
7+
#endif

0 commit comments

Comments
 (0)