Skip to content

Commit 3c25221

Browse files
project init
1 parent cf6e1ab commit 3c25221

File tree

2 files changed

+378
-0
lines changed

2 files changed

+378
-0
lines changed
Lines changed: 371 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,371 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 77;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
E67A1E312E02BA2C00AE5F45 /* gitdiff in Frameworks */ = {isa = PBXBuildFile; productRef = E67A1E302E02BA2C00AE5F45 /* gitdiff */; };
11+
E67A1E342E02BA5800AE5F45 /* gitdiff in Frameworks */ = {isa = PBXBuildFile; productRef = E67A1E332E02BA5800AE5F45 /* gitdiff */; };
12+
E6D6D4502E02C65400293EFB /* gitdiff in Frameworks */ = {isa = PBXBuildFile; productRef = E6D6D44F2E02C65400293EFB /* gitdiff */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXFileReference section */
16+
E67A1E1E2E02BA1C00AE5F45 /* GitDiffExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GitDiffExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
17+
/* End PBXFileReference section */
18+
19+
/* Begin PBXFileSystemSynchronizedRootGroup section */
20+
E67A1E202E02BA1C00AE5F45 /* GitDiffExample */ = {
21+
isa = PBXFileSystemSynchronizedRootGroup;
22+
path = GitDiffExample;
23+
sourceTree = "<group>";
24+
};
25+
/* End PBXFileSystemSynchronizedRootGroup section */
26+
27+
/* Begin PBXFrameworksBuildPhase section */
28+
E67A1E1B2E02BA1C00AE5F45 /* Frameworks */ = {
29+
isa = PBXFrameworksBuildPhase;
30+
buildActionMask = 2147483647;
31+
files = (
32+
E6D6D4502E02C65400293EFB /* gitdiff in Frameworks */,
33+
E67A1E342E02BA5800AE5F45 /* gitdiff in Frameworks */,
34+
E67A1E312E02BA2C00AE5F45 /* gitdiff in Frameworks */,
35+
);
36+
runOnlyForDeploymentPostprocessing = 0;
37+
};
38+
/* End PBXFrameworksBuildPhase section */
39+
40+
/* Begin PBXGroup section */
41+
E67A1E152E02BA1C00AE5F45 = {
42+
isa = PBXGroup;
43+
children = (
44+
E67A1E202E02BA1C00AE5F45 /* GitDiffExample */,
45+
E67A1E1F2E02BA1C00AE5F45 /* Products */,
46+
);
47+
sourceTree = "<group>";
48+
};
49+
E67A1E1F2E02BA1C00AE5F45 /* Products */ = {
50+
isa = PBXGroup;
51+
children = (
52+
E67A1E1E2E02BA1C00AE5F45 /* GitDiffExample.app */,
53+
);
54+
name = Products;
55+
sourceTree = "<group>";
56+
};
57+
/* End PBXGroup section */
58+
59+
/* Begin PBXNativeTarget section */
60+
E67A1E1D2E02BA1C00AE5F45 /* GitDiffExample */ = {
61+
isa = PBXNativeTarget;
62+
buildConfigurationList = E67A1E2C2E02BA1D00AE5F45 /* Build configuration list for PBXNativeTarget "GitDiffExample" */;
63+
buildPhases = (
64+
E67A1E1A2E02BA1C00AE5F45 /* Sources */,
65+
E67A1E1B2E02BA1C00AE5F45 /* Frameworks */,
66+
E67A1E1C2E02BA1C00AE5F45 /* Resources */,
67+
);
68+
buildRules = (
69+
);
70+
dependencies = (
71+
);
72+
fileSystemSynchronizedGroups = (
73+
E67A1E202E02BA1C00AE5F45 /* GitDiffExample */,
74+
);
75+
name = GitDiffExample;
76+
packageProductDependencies = (
77+
E67A1E302E02BA2C00AE5F45 /* gitdiff */,
78+
E67A1E332E02BA5800AE5F45 /* gitdiff */,
79+
E6D6D44F2E02C65400293EFB /* gitdiff */,
80+
);
81+
productName = GitDiffExample;
82+
productReference = E67A1E1E2E02BA1C00AE5F45 /* GitDiffExample.app */;
83+
productType = "com.apple.product-type.application";
84+
};
85+
/* End PBXNativeTarget section */
86+
87+
/* Begin PBXProject section */
88+
E67A1E162E02BA1C00AE5F45 /* Project object */ = {
89+
isa = PBXProject;
90+
attributes = {
91+
BuildIndependentTargetsInParallel = 1;
92+
LastSwiftUpdateCheck = 1620;
93+
LastUpgradeCheck = 1620;
94+
TargetAttributes = {
95+
E67A1E1D2E02BA1C00AE5F45 = {
96+
CreatedOnToolsVersion = 16.2;
97+
};
98+
};
99+
};
100+
buildConfigurationList = E67A1E192E02BA1C00AE5F45 /* Build configuration list for PBXProject "GitDiffExample" */;
101+
developmentRegion = en;
102+
hasScannedForEncodings = 0;
103+
knownRegions = (
104+
en,
105+
Base,
106+
);
107+
mainGroup = E67A1E152E02BA1C00AE5F45;
108+
minimizedProjectReferenceProxies = 1;
109+
packageReferences = (
110+
E6D6D44E2E02C65300293EFB /* XCRemoteSwiftPackageReference "gitdiff" */,
111+
);
112+
preferredProjectObjectVersion = 77;
113+
productRefGroup = E67A1E1F2E02BA1C00AE5F45 /* Products */;
114+
projectDirPath = "";
115+
projectRoot = "";
116+
targets = (
117+
E67A1E1D2E02BA1C00AE5F45 /* GitDiffExample */,
118+
);
119+
};
120+
/* End PBXProject section */
121+
122+
/* Begin PBXResourcesBuildPhase section */
123+
E67A1E1C2E02BA1C00AE5F45 /* Resources */ = {
124+
isa = PBXResourcesBuildPhase;
125+
buildActionMask = 2147483647;
126+
files = (
127+
);
128+
runOnlyForDeploymentPostprocessing = 0;
129+
};
130+
/* End PBXResourcesBuildPhase section */
131+
132+
/* Begin PBXSourcesBuildPhase section */
133+
E67A1E1A2E02BA1C00AE5F45 /* Sources */ = {
134+
isa = PBXSourcesBuildPhase;
135+
buildActionMask = 2147483647;
136+
files = (
137+
);
138+
runOnlyForDeploymentPostprocessing = 0;
139+
};
140+
/* End PBXSourcesBuildPhase section */
141+
142+
/* Begin XCBuildConfiguration section */
143+
E67A1E2A2E02BA1D00AE5F45 /* Debug */ = {
144+
isa = XCBuildConfiguration;
145+
buildSettings = {
146+
ALWAYS_SEARCH_USER_PATHS = NO;
147+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
148+
CLANG_ANALYZER_NONNULL = YES;
149+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
150+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
151+
CLANG_ENABLE_MODULES = YES;
152+
CLANG_ENABLE_OBJC_ARC = YES;
153+
CLANG_ENABLE_OBJC_WEAK = YES;
154+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
155+
CLANG_WARN_BOOL_CONVERSION = YES;
156+
CLANG_WARN_COMMA = YES;
157+
CLANG_WARN_CONSTANT_CONVERSION = YES;
158+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
159+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
160+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
161+
CLANG_WARN_EMPTY_BODY = YES;
162+
CLANG_WARN_ENUM_CONVERSION = YES;
163+
CLANG_WARN_INFINITE_RECURSION = YES;
164+
CLANG_WARN_INT_CONVERSION = YES;
165+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
166+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
167+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
168+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
169+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
170+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
171+
CLANG_WARN_STRICT_PROTOTYPES = YES;
172+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
173+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
174+
CLANG_WARN_UNREACHABLE_CODE = YES;
175+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
176+
COPY_PHASE_STRIP = NO;
177+
DEBUG_INFORMATION_FORMAT = dwarf;
178+
ENABLE_STRICT_OBJC_MSGSEND = YES;
179+
ENABLE_TESTABILITY = YES;
180+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
181+
GCC_C_LANGUAGE_STANDARD = gnu17;
182+
GCC_DYNAMIC_NO_PIC = NO;
183+
GCC_NO_COMMON_BLOCKS = YES;
184+
GCC_OPTIMIZATION_LEVEL = 0;
185+
GCC_PREPROCESSOR_DEFINITIONS = (
186+
"DEBUG=1",
187+
"$(inherited)",
188+
);
189+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
190+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
191+
GCC_WARN_UNDECLARED_SELECTOR = YES;
192+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
193+
GCC_WARN_UNUSED_FUNCTION = YES;
194+
GCC_WARN_UNUSED_VARIABLE = YES;
195+
IPHONEOS_DEPLOYMENT_TARGET = 18.2;
196+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
197+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
198+
MTL_FAST_MATH = YES;
199+
ONLY_ACTIVE_ARCH = YES;
200+
SDKROOT = iphoneos;
201+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
202+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
203+
};
204+
name = Debug;
205+
};
206+
E67A1E2B2E02BA1D00AE5F45 /* Release */ = {
207+
isa = XCBuildConfiguration;
208+
buildSettings = {
209+
ALWAYS_SEARCH_USER_PATHS = NO;
210+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
211+
CLANG_ANALYZER_NONNULL = YES;
212+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
213+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
214+
CLANG_ENABLE_MODULES = YES;
215+
CLANG_ENABLE_OBJC_ARC = YES;
216+
CLANG_ENABLE_OBJC_WEAK = YES;
217+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
218+
CLANG_WARN_BOOL_CONVERSION = YES;
219+
CLANG_WARN_COMMA = YES;
220+
CLANG_WARN_CONSTANT_CONVERSION = YES;
221+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
222+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
223+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
224+
CLANG_WARN_EMPTY_BODY = YES;
225+
CLANG_WARN_ENUM_CONVERSION = YES;
226+
CLANG_WARN_INFINITE_RECURSION = YES;
227+
CLANG_WARN_INT_CONVERSION = YES;
228+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
229+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
230+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
231+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
232+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
233+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
234+
CLANG_WARN_STRICT_PROTOTYPES = YES;
235+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
236+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
237+
CLANG_WARN_UNREACHABLE_CODE = YES;
238+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
239+
COPY_PHASE_STRIP = NO;
240+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
241+
ENABLE_NS_ASSERTIONS = NO;
242+
ENABLE_STRICT_OBJC_MSGSEND = YES;
243+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
244+
GCC_C_LANGUAGE_STANDARD = gnu17;
245+
GCC_NO_COMMON_BLOCKS = YES;
246+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
247+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
248+
GCC_WARN_UNDECLARED_SELECTOR = YES;
249+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
250+
GCC_WARN_UNUSED_FUNCTION = YES;
251+
GCC_WARN_UNUSED_VARIABLE = YES;
252+
IPHONEOS_DEPLOYMENT_TARGET = 18.2;
253+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
254+
MTL_ENABLE_DEBUG_INFO = NO;
255+
MTL_FAST_MATH = YES;
256+
SDKROOT = iphoneos;
257+
SWIFT_COMPILATION_MODE = wholemodule;
258+
VALIDATE_PRODUCT = YES;
259+
};
260+
name = Release;
261+
};
262+
E67A1E2D2E02BA1D00AE5F45 /* Debug */ = {
263+
isa = XCBuildConfiguration;
264+
buildSettings = {
265+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
266+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
267+
CODE_SIGN_STYLE = Automatic;
268+
CURRENT_PROJECT_VERSION = 1;
269+
DEVELOPMENT_ASSET_PATHS = "\"GitDiffExample/Preview Content\"";
270+
DEVELOPMENT_TEAM = 6SR4JWJD54;
271+
ENABLE_PREVIEWS = YES;
272+
GENERATE_INFOPLIST_FILE = YES;
273+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
274+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
275+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
276+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
277+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
278+
LD_RUNPATH_SEARCH_PATHS = (
279+
"$(inherited)",
280+
"@executable_path/Frameworks",
281+
);
282+
MARKETING_VERSION = 1.0;
283+
PRODUCT_BUNDLE_IDENTIFIER = com.tornike.GitDiffExample;
284+
PRODUCT_NAME = "$(TARGET_NAME)";
285+
SWIFT_EMIT_LOC_STRINGS = YES;
286+
SWIFT_VERSION = 5.0;
287+
TARGETED_DEVICE_FAMILY = "1,2";
288+
};
289+
name = Debug;
290+
};
291+
E67A1E2E2E02BA1D00AE5F45 /* Release */ = {
292+
isa = XCBuildConfiguration;
293+
buildSettings = {
294+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
295+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
296+
CODE_SIGN_STYLE = Automatic;
297+
CURRENT_PROJECT_VERSION = 1;
298+
DEVELOPMENT_ASSET_PATHS = "\"GitDiffExample/Preview Content\"";
299+
DEVELOPMENT_TEAM = 6SR4JWJD54;
300+
ENABLE_PREVIEWS = YES;
301+
GENERATE_INFOPLIST_FILE = YES;
302+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
303+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
304+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
305+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
306+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
307+
LD_RUNPATH_SEARCH_PATHS = (
308+
"$(inherited)",
309+
"@executable_path/Frameworks",
310+
);
311+
MARKETING_VERSION = 1.0;
312+
PRODUCT_BUNDLE_IDENTIFIER = com.tornike.GitDiffExample;
313+
PRODUCT_NAME = "$(TARGET_NAME)";
314+
SWIFT_EMIT_LOC_STRINGS = YES;
315+
SWIFT_VERSION = 5.0;
316+
TARGETED_DEVICE_FAMILY = "1,2";
317+
};
318+
name = Release;
319+
};
320+
/* End XCBuildConfiguration section */
321+
322+
/* Begin XCConfigurationList section */
323+
E67A1E192E02BA1C00AE5F45 /* Build configuration list for PBXProject "GitDiffExample" */ = {
324+
isa = XCConfigurationList;
325+
buildConfigurations = (
326+
E67A1E2A2E02BA1D00AE5F45 /* Debug */,
327+
E67A1E2B2E02BA1D00AE5F45 /* Release */,
328+
);
329+
defaultConfigurationIsVisible = 0;
330+
defaultConfigurationName = Release;
331+
};
332+
E67A1E2C2E02BA1D00AE5F45 /* Build configuration list for PBXNativeTarget "GitDiffExample" */ = {
333+
isa = XCConfigurationList;
334+
buildConfigurations = (
335+
E67A1E2D2E02BA1D00AE5F45 /* Debug */,
336+
E67A1E2E2E02BA1D00AE5F45 /* Release */,
337+
);
338+
defaultConfigurationIsVisible = 0;
339+
defaultConfigurationName = Release;
340+
};
341+
/* End XCConfigurationList section */
342+
343+
/* Begin XCRemoteSwiftPackageReference section */
344+
E6D6D44E2E02C65300293EFB /* XCRemoteSwiftPackageReference "gitdiff" */ = {
345+
isa = XCRemoteSwiftPackageReference;
346+
repositoryURL = "https://github.com/tornikegomareli/gitdiff.git";
347+
requirement = {
348+
branch = main;
349+
kind = branch;
350+
};
351+
};
352+
/* End XCRemoteSwiftPackageReference section */
353+
354+
/* Begin XCSwiftPackageProductDependency section */
355+
E67A1E302E02BA2C00AE5F45 /* gitdiff */ = {
356+
isa = XCSwiftPackageProductDependency;
357+
productName = gitdiff;
358+
};
359+
E67A1E332E02BA5800AE5F45 /* gitdiff */ = {
360+
isa = XCSwiftPackageProductDependency;
361+
productName = gitdiff;
362+
};
363+
E6D6D44F2E02C65400293EFB /* gitdiff */ = {
364+
isa = XCSwiftPackageProductDependency;
365+
package = E6D6D44E2E02C65300293EFB /* XCRemoteSwiftPackageReference "gitdiff" */;
366+
productName = gitdiff;
367+
};
368+
/* End XCSwiftPackageProductDependency section */
369+
};
370+
rootObject = E67A1E162E02BA1C00AE5F45 /* Project object */;
371+
}

GitDiffExample/GitDiffExample.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.

0 commit comments

Comments
 (0)