Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b00ec0

Browse files
committed
Init
1 parent 6a2b604 commit 2b00ec0

13 files changed

Lines changed: 504 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store
Lines changed: 289 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,289 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
D14380F7179551B900C829CE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D14380F6179551B900C829CE /* Cocoa.framework */; };
11+
D1438101179551B900C829CE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D14380FF179551B900C829CE /* InfoPlist.strings */; };
12+
D18224DC17956290001A5E8A /* VVDocumenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D16917DE17955C8D0036C06B /* VVDocumenter.m */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXFileReference section */
16+
D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VVDocumenter-Xcode.xcplugin"; sourceTree = BUILT_PRODUCTS_DIR; };
17+
D14380F6179551B900C829CE /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
18+
D14380F9179551B900C829CE /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
19+
D14380FA179551B900C829CE /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
20+
D14380FB179551B900C829CE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
21+
D14380FE179551B900C829CE /* VVDocumenter-Xcode-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VVDocumenter-Xcode-Info.plist"; sourceTree = "<group>"; };
22+
D1438100179551B900C829CE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
23+
D1438102179551B900C829CE /* VVDocumenter-Xcode-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VVDocumenter-Xcode-Prefix.pch"; sourceTree = "<group>"; };
24+
D16917DD17955C8D0036C06B /* VVDocumenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VVDocumenter.h; sourceTree = "<group>"; };
25+
D16917DE17955C8D0036C06B /* VVDocumenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VVDocumenter.m; sourceTree = "<group>"; };
26+
/* End PBXFileReference section */
27+
28+
/* Begin PBXFrameworksBuildPhase section */
29+
D14380F0179551B900C829CE /* Frameworks */ = {
30+
isa = PBXFrameworksBuildPhase;
31+
buildActionMask = 2147483647;
32+
files = (
33+
D14380F7179551B900C829CE /* Cocoa.framework in Frameworks */,
34+
);
35+
runOnlyForDeploymentPostprocessing = 0;
36+
};
37+
/* End PBXFrameworksBuildPhase section */
38+
39+
/* Begin PBXGroup section */
40+
D14380EA179551B900C829CE = {
41+
isa = PBXGroup;
42+
children = (
43+
D14380FC179551B900C829CE /* VVDocumenter-Xcode */,
44+
D14380F5179551B900C829CE /* Frameworks */,
45+
D14380F4179551B900C829CE /* Products */,
46+
);
47+
sourceTree = "<group>";
48+
};
49+
D14380F4179551B900C829CE /* Products */ = {
50+
isa = PBXGroup;
51+
children = (
52+
D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */,
53+
);
54+
name = Products;
55+
sourceTree = "<group>";
56+
};
57+
D14380F5179551B900C829CE /* Frameworks */ = {
58+
isa = PBXGroup;
59+
children = (
60+
D14380F6179551B900C829CE /* Cocoa.framework */,
61+
D14380F8179551B900C829CE /* Other Frameworks */,
62+
);
63+
name = Frameworks;
64+
sourceTree = "<group>";
65+
};
66+
D14380F8179551B900C829CE /* Other Frameworks */ = {
67+
isa = PBXGroup;
68+
children = (
69+
D14380F9179551B900C829CE /* AppKit.framework */,
70+
D14380FA179551B900C829CE /* CoreData.framework */,
71+
D14380FB179551B900C829CE /* Foundation.framework */,
72+
);
73+
name = "Other Frameworks";
74+
sourceTree = "<group>";
75+
};
76+
D14380FC179551B900C829CE /* VVDocumenter-Xcode */ = {
77+
isa = PBXGroup;
78+
children = (
79+
D14380FD179551B900C829CE /* Supporting Files */,
80+
D16917DD17955C8D0036C06B /* VVDocumenter.h */,
81+
D16917DE17955C8D0036C06B /* VVDocumenter.m */,
82+
);
83+
path = "VVDocumenter-Xcode";
84+
sourceTree = "<group>";
85+
};
86+
D14380FD179551B900C829CE /* Supporting Files */ = {
87+
isa = PBXGroup;
88+
children = (
89+
D14380FE179551B900C829CE /* VVDocumenter-Xcode-Info.plist */,
90+
D14380FF179551B900C829CE /* InfoPlist.strings */,
91+
D1438102179551B900C829CE /* VVDocumenter-Xcode-Prefix.pch */,
92+
);
93+
name = "Supporting Files";
94+
sourceTree = "<group>";
95+
};
96+
/* End PBXGroup section */
97+
98+
/* Begin PBXNativeTarget section */
99+
D14380F2179551B900C829CE /* VVDocumenter-Xcode */ = {
100+
isa = PBXNativeTarget;
101+
buildConfigurationList = D1438105179551B900C829CE /* Build configuration list for PBXNativeTarget "VVDocumenter-Xcode" */;
102+
buildPhases = (
103+
D14380EF179551B900C829CE /* Sources */,
104+
D14380F0179551B900C829CE /* Frameworks */,
105+
D14380F1179551B900C829CE /* Resources */,
106+
);
107+
buildRules = (
108+
);
109+
dependencies = (
110+
);
111+
name = "VVDocumenter-Xcode";
112+
productName = "VVDocumenter-Xcode";
113+
productReference = D14380F3179551B900C829CE /* VVDocumenter-Xcode.xcplugin */;
114+
productType = "com.apple.product-type.bundle";
115+
};
116+
/* End PBXNativeTarget section */
117+
118+
/* Begin PBXProject section */
119+
D14380EB179551B900C829CE /* Project object */ = {
120+
isa = PBXProject;
121+
attributes = {
122+
LastUpgradeCheck = 0500;
123+
ORGANIZATIONNAME = "OneV's Den";
124+
};
125+
buildConfigurationList = D14380EE179551B900C829CE /* Build configuration list for PBXProject "VVDocumenter-Xcode" */;
126+
compatibilityVersion = "Xcode 3.2";
127+
developmentRegion = English;
128+
hasScannedForEncodings = 0;
129+
knownRegions = (
130+
en,
131+
);
132+
mainGroup = D14380EA179551B900C829CE;
133+
productRefGroup = D14380F4179551B900C829CE /* Products */;
134+
projectDirPath = "";
135+
projectRoot = "";
136+
targets = (
137+
D14380F2179551B900C829CE /* VVDocumenter-Xcode */,
138+
);
139+
};
140+
/* End PBXProject section */
141+
142+
/* Begin PBXResourcesBuildPhase section */
143+
D14380F1179551B900C829CE /* Resources */ = {
144+
isa = PBXResourcesBuildPhase;
145+
buildActionMask = 2147483647;
146+
files = (
147+
D1438101179551B900C829CE /* InfoPlist.strings in Resources */,
148+
);
149+
runOnlyForDeploymentPostprocessing = 0;
150+
};
151+
/* End PBXResourcesBuildPhase section */
152+
153+
/* Begin PBXSourcesBuildPhase section */
154+
D14380EF179551B900C829CE /* Sources */ = {
155+
isa = PBXSourcesBuildPhase;
156+
buildActionMask = 2147483647;
157+
files = (
158+
D18224DC17956290001A5E8A /* VVDocumenter.m in Sources */,
159+
);
160+
runOnlyForDeploymentPostprocessing = 0;
161+
};
162+
/* End PBXSourcesBuildPhase section */
163+
164+
/* Begin PBXVariantGroup section */
165+
D14380FF179551B900C829CE /* InfoPlist.strings */ = {
166+
isa = PBXVariantGroup;
167+
children = (
168+
D1438100179551B900C829CE /* en */,
169+
);
170+
name = InfoPlist.strings;
171+
sourceTree = "<group>";
172+
};
173+
/* End PBXVariantGroup section */
174+
175+
/* Begin XCBuildConfiguration section */
176+
D1438103179551B900C829CE /* Debug */ = {
177+
isa = XCBuildConfiguration;
178+
buildSettings = {
179+
ALWAYS_SEARCH_USER_PATHS = NO;
180+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
181+
CLANG_CXX_LIBRARY = "libc++";
182+
CLANG_WARN_CONSTANT_CONVERSION = YES;
183+
CLANG_WARN_EMPTY_BODY = YES;
184+
CLANG_WARN_ENUM_CONVERSION = YES;
185+
CLANG_WARN_INT_CONVERSION = YES;
186+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
187+
COPY_PHASE_STRIP = NO;
188+
GCC_C_LANGUAGE_STANDARD = gnu99;
189+
GCC_DYNAMIC_NO_PIC = NO;
190+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
191+
GCC_OPTIMIZATION_LEVEL = 0;
192+
GCC_PREPROCESSOR_DEFINITIONS = (
193+
"DEBUG=1",
194+
"$(inherited)",
195+
);
196+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
197+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
198+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
199+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
200+
GCC_WARN_UNUSED_VARIABLE = YES;
201+
MACOSX_DEPLOYMENT_TARGET = 10.8;
202+
ONLY_ACTIVE_ARCH = YES;
203+
SDKROOT = macosx;
204+
};
205+
name = Debug;
206+
};
207+
D1438104179551B900C829CE /* Release */ = {
208+
isa = XCBuildConfiguration;
209+
buildSettings = {
210+
ALWAYS_SEARCH_USER_PATHS = NO;
211+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
212+
CLANG_CXX_LIBRARY = "libc++";
213+
CLANG_WARN_CONSTANT_CONVERSION = YES;
214+
CLANG_WARN_EMPTY_BODY = YES;
215+
CLANG_WARN_ENUM_CONVERSION = YES;
216+
CLANG_WARN_INT_CONVERSION = YES;
217+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
218+
COPY_PHASE_STRIP = YES;
219+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
220+
GCC_C_LANGUAGE_STANDARD = gnu99;
221+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
222+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
223+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
224+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
225+
GCC_WARN_UNUSED_VARIABLE = YES;
226+
MACOSX_DEPLOYMENT_TARGET = 10.8;
227+
SDKROOT = macosx;
228+
};
229+
name = Release;
230+
};
231+
D1438106179551B900C829CE /* Debug */ = {
232+
isa = XCBuildConfiguration;
233+
buildSettings = {
234+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
235+
COMBINE_HIDPI_IMAGES = YES;
236+
DEPLOYMENT_LOCATION = YES;
237+
DSTROOT = "${HOME}";
238+
GCC_ENABLE_OBJC_GC = supported;
239+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
240+
GCC_PREFIX_HEADER = "VVDocumenter-Xcode/VVDocumenter-Xcode-Prefix.pch";
241+
INFOPLIST_FILE = "VVDocumenter-Xcode/VVDocumenter-Xcode-Info.plist";
242+
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
243+
PRODUCT_NAME = "$(TARGET_NAME)";
244+
WRAPPER_EXTENSION = xcplugin;
245+
};
246+
name = Debug;
247+
};
248+
D1438107179551B900C829CE /* Release */ = {
249+
isa = XCBuildConfiguration;
250+
buildSettings = {
251+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
252+
COMBINE_HIDPI_IMAGES = YES;
253+
DEPLOYMENT_LOCATION = YES;
254+
DSTROOT = "${HOME}";
255+
GCC_ENABLE_OBJC_GC = supported;
256+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
257+
GCC_PREFIX_HEADER = "VVDocumenter-Xcode/VVDocumenter-Xcode-Prefix.pch";
258+
INFOPLIST_FILE = "VVDocumenter-Xcode/VVDocumenter-Xcode-Info.plist";
259+
INSTALL_PATH = "/Library/Application Support/Developer/Shared/Xcode/Plug-ins";
260+
PRODUCT_NAME = "$(TARGET_NAME)";
261+
WRAPPER_EXTENSION = xcplugin;
262+
};
263+
name = Release;
264+
};
265+
/* End XCBuildConfiguration section */
266+
267+
/* Begin XCConfigurationList section */
268+
D14380EE179551B900C829CE /* Build configuration list for PBXProject "VVDocumenter-Xcode" */ = {
269+
isa = XCConfigurationList;
270+
buildConfigurations = (
271+
D1438103179551B900C829CE /* Debug */,
272+
D1438104179551B900C829CE /* Release */,
273+
);
274+
defaultConfigurationIsVisible = 0;
275+
defaultConfigurationName = Release;
276+
};
277+
D1438105179551B900C829CE /* Build configuration list for PBXNativeTarget "VVDocumenter-Xcode" */ = {
278+
isa = XCConfigurationList;
279+
buildConfigurations = (
280+
D1438106179551B900C829CE /* Debug */,
281+
D1438107179551B900C829CE /* Release */,
282+
);
283+
defaultConfigurationIsVisible = 0;
284+
defaultConfigurationName = Release;
285+
};
286+
/* End XCConfigurationList section */
287+
};
288+
rootObject = D14380EB179551B900C829CE /* Project object */;
289+
}

VVDocumenter-Xcode.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.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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>IDESourceControlProjectIdentifier</key>
6+
<string>C7619577-4956-4952-ABB5-8E9C31B38468</string>
7+
<key>IDESourceControlProjectName</key>
8+
<string>VVDocumenter-Xcode</string>
9+
<key>IDESourceControlProjectOriginsDictionary</key>
10+
<dict>
11+
<key>0E1E1ACA-606A-4EDA-9802-BC5AC216A9E3</key>
12+
<string>ssh://github.com/onevcat/VVDocumenter-Xcode.git</string>
13+
</dict>
14+
<key>IDESourceControlProjectPath</key>
15+
<string>VVDocumenter-Xcode.xcodeproj/project.xcworkspace</string>
16+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
17+
<dict>
18+
<key>0E1E1ACA-606A-4EDA-9802-BC5AC216A9E3</key>
19+
<string>../..</string>
20+
</dict>
21+
<key>IDESourceControlProjectURL</key>
22+
<string>ssh://github.com/onevcat/VVDocumenter-Xcode.git</string>
23+
<key>IDESourceControlProjectVersion</key>
24+
<integer>110</integer>
25+
<key>IDESourceControlProjectWCCIdentifier</key>
26+
<string>0E1E1ACA-606A-4EDA-9802-BC5AC216A9E3</string>
27+
<key>IDESourceControlProjectWCConfigurations</key>
28+
<array>
29+
<dict>
30+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
31+
<string>public.vcs.git</string>
32+
<key>IDESourceControlWCCIdentifierKey</key>
33+
<string>0E1E1ACA-606A-4EDA-9802-BC5AC216A9E3</string>
34+
<key>IDESourceControlWCCName</key>
35+
<string>VVDocumenter</string>
36+
</dict>
37+
</array>
38+
</dict>
39+
</plist>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
6+
<true/>
7+
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
8+
<false/>
9+
</dict>
10+
</plist>

0 commit comments

Comments
 (0)