Skip to content

Commit 5960733

Browse files
committed
Added xcodeproj back to repo
1 parent f2e2d2f commit 5960733

File tree

4 files changed

+391
-1
lines changed

4 files changed

+391
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ playground.xcworkspace
7777
Packages/
7878
Package.pins
7979
Package.resolved
80-
*.xcodeproj
80+
# *.xcodeproj
8181
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
8282
# hence it is not needed unless you have added a package configuration file to your project
8383
.swiftpm
Lines changed: 375 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,375 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 56;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
AB1292DC2972064F00C7615F /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB1292DB2972064F00C7615F /* SettingsView.swift */; };
11+
AB1292DF29732B9600C7615F /* GlucoseDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB1292DE29732B9600C7615F /* GlucoseDetailsView.swift */; };
12+
AB1292E12976155B00C7615F /* GlucoseViewerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB1292E02976155B00C7615F /* GlucoseViewerApp.swift */; };
13+
ABED20CC296E5C8C00647363 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ABED20CB296E5C8C00647363 /* Assets.xcassets */; };
14+
ABED20CF296E5C8C00647363 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ABED20CE296E5C8C00647363 /* Preview Assets.xcassets */; };
15+
ABED20D9296F7C0F00647363 /* BGLabelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABED20D8296F7C0F00647363 /* BGLabelView.swift */; };
16+
ABED20DB296F7DF400647363 /* BGReading.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABED20DA296F7DF400647363 /* BGReading.swift */; };
17+
ABED20DD296F7E2B00647363 /* BGDirectionEnum.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABED20DC296F7E2B00647363 /* BGDirectionEnum.swift */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
AB1292DB2972064F00C7615F /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
22+
AB1292DE29732B9600C7615F /* GlucoseDetailsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseDetailsView.swift; sourceTree = "<group>"; };
23+
AB1292E02976155B00C7615F /* GlucoseViewerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseViewerApp.swift; sourceTree = "<group>"; };
24+
ABED20C4296E5C8B00647363 /* GlucoseViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GlucoseViewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
25+
ABED20CB296E5C8C00647363 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
ABED20CE296E5C8C00647363 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
27+
ABED20D0296E5C8C00647363 /* GlucoseViewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GlucoseViewer.entitlements; sourceTree = "<group>"; };
28+
ABED20D8296F7C0F00647363 /* BGLabelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGLabelView.swift; sourceTree = "<group>"; };
29+
ABED20DA296F7DF400647363 /* BGReading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGReading.swift; sourceTree = "<group>"; };
30+
ABED20DC296F7E2B00647363 /* BGDirectionEnum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGDirectionEnum.swift; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
ABED20C1296E5C8B00647363 /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
ABED20BB296E5C8B00647363 = {
45+
isa = PBXGroup;
46+
children = (
47+
ABED20C6296E5C8B00647363 /* GlucoseViewer */,
48+
ABED20C5296E5C8B00647363 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
ABED20C5296E5C8B00647363 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
ABED20C4296E5C8B00647363 /* GlucoseViewer.app */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
ABED20C6296E5C8B00647363 /* GlucoseViewer */ = {
61+
isa = PBXGroup;
62+
children = (
63+
ABED20CB296E5C8C00647363 /* Assets.xcassets */,
64+
ABED20D0296E5C8C00647363 /* GlucoseViewer.entitlements */,
65+
ABED20CD296E5C8C00647363 /* Preview Content */,
66+
ABED20D8296F7C0F00647363 /* BGLabelView.swift */,
67+
ABED20DA296F7DF400647363 /* BGReading.swift */,
68+
ABED20DC296F7E2B00647363 /* BGDirectionEnum.swift */,
69+
AB1292DB2972064F00C7615F /* SettingsView.swift */,
70+
AB1292DE29732B9600C7615F /* GlucoseDetailsView.swift */,
71+
AB1292E02976155B00C7615F /* GlucoseViewerApp.swift */,
72+
);
73+
path = GlucoseViewer;
74+
sourceTree = "<group>";
75+
};
76+
ABED20CD296E5C8C00647363 /* Preview Content */ = {
77+
isa = PBXGroup;
78+
children = (
79+
ABED20CE296E5C8C00647363 /* Preview Assets.xcassets */,
80+
);
81+
path = "Preview Content";
82+
sourceTree = "<group>";
83+
};
84+
/* End PBXGroup section */
85+
86+
/* Begin PBXNativeTarget section */
87+
ABED20C3296E5C8B00647363 /* GlucoseViewer */ = {
88+
isa = PBXNativeTarget;
89+
buildConfigurationList = ABED20D3296E5C8C00647363 /* Build configuration list for PBXNativeTarget "GlucoseViewer" */;
90+
buildPhases = (
91+
ABED20C0296E5C8B00647363 /* Sources */,
92+
ABED20C1296E5C8B00647363 /* Frameworks */,
93+
ABED20C2296E5C8B00647363 /* Resources */,
94+
);
95+
buildRules = (
96+
);
97+
dependencies = (
98+
);
99+
name = GlucoseViewer;
100+
productName = DexcomViewer;
101+
productReference = ABED20C4296E5C8B00647363 /* GlucoseViewer.app */;
102+
productType = "com.apple.product-type.application";
103+
};
104+
/* End PBXNativeTarget section */
105+
106+
/* Begin PBXProject section */
107+
ABED20BC296E5C8B00647363 /* Project object */ = {
108+
isa = PBXProject;
109+
attributes = {
110+
BuildIndependentTargetsInParallel = 1;
111+
LastSwiftUpdateCheck = 1420;
112+
LastUpgradeCheck = 1420;
113+
ORGANIZATIONNAME = "Peeler Coding, LLC";
114+
TargetAttributes = {
115+
ABED20C3296E5C8B00647363 = {
116+
CreatedOnToolsVersion = 14.2;
117+
};
118+
};
119+
};
120+
buildConfigurationList = ABED20BF296E5C8B00647363 /* Build configuration list for PBXProject "GlucoseViewer" */;
121+
compatibilityVersion = "Xcode 14.0";
122+
developmentRegion = en;
123+
hasScannedForEncodings = 0;
124+
knownRegions = (
125+
en,
126+
Base,
127+
);
128+
mainGroup = ABED20BB296E5C8B00647363;
129+
productRefGroup = ABED20C5296E5C8B00647363 /* Products */;
130+
projectDirPath = "";
131+
projectRoot = "";
132+
targets = (
133+
ABED20C3296E5C8B00647363 /* GlucoseViewer */,
134+
);
135+
};
136+
/* End PBXProject section */
137+
138+
/* Begin PBXResourcesBuildPhase section */
139+
ABED20C2296E5C8B00647363 /* Resources */ = {
140+
isa = PBXResourcesBuildPhase;
141+
buildActionMask = 2147483647;
142+
files = (
143+
ABED20CF296E5C8C00647363 /* Preview Assets.xcassets in Resources */,
144+
ABED20CC296E5C8C00647363 /* Assets.xcassets in Resources */,
145+
);
146+
runOnlyForDeploymentPostprocessing = 0;
147+
};
148+
/* End PBXResourcesBuildPhase section */
149+
150+
/* Begin PBXSourcesBuildPhase section */
151+
ABED20C0296E5C8B00647363 /* Sources */ = {
152+
isa = PBXSourcesBuildPhase;
153+
buildActionMask = 2147483647;
154+
files = (
155+
AB1292E12976155B00C7615F /* GlucoseViewerApp.swift in Sources */,
156+
ABED20DB296F7DF400647363 /* BGReading.swift in Sources */,
157+
ABED20DD296F7E2B00647363 /* BGDirectionEnum.swift in Sources */,
158+
AB1292DC2972064F00C7615F /* SettingsView.swift in Sources */,
159+
ABED20D9296F7C0F00647363 /* BGLabelView.swift in Sources */,
160+
AB1292DF29732B9600C7615F /* GlucoseDetailsView.swift in Sources */,
161+
);
162+
runOnlyForDeploymentPostprocessing = 0;
163+
};
164+
/* End PBXSourcesBuildPhase section */
165+
166+
/* Begin XCBuildConfiguration section */
167+
ABED20D1296E5C8C00647363 /* Debug */ = {
168+
isa = XCBuildConfiguration;
169+
buildSettings = {
170+
ALWAYS_SEARCH_USER_PATHS = NO;
171+
CLANG_ANALYZER_NONNULL = YES;
172+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
173+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
174+
CLANG_ENABLE_MODULES = YES;
175+
CLANG_ENABLE_OBJC_ARC = YES;
176+
CLANG_ENABLE_OBJC_WEAK = YES;
177+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
178+
CLANG_WARN_BOOL_CONVERSION = YES;
179+
CLANG_WARN_COMMA = YES;
180+
CLANG_WARN_CONSTANT_CONVERSION = YES;
181+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
182+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
183+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
184+
CLANG_WARN_EMPTY_BODY = YES;
185+
CLANG_WARN_ENUM_CONVERSION = YES;
186+
CLANG_WARN_INFINITE_RECURSION = YES;
187+
CLANG_WARN_INT_CONVERSION = YES;
188+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
189+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
190+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
191+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
192+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
193+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
194+
CLANG_WARN_STRICT_PROTOTYPES = YES;
195+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
196+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
197+
CLANG_WARN_UNREACHABLE_CODE = YES;
198+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
199+
COPY_PHASE_STRIP = NO;
200+
DEBUG_INFORMATION_FORMAT = dwarf;
201+
ENABLE_STRICT_OBJC_MSGSEND = YES;
202+
ENABLE_TESTABILITY = YES;
203+
GCC_C_LANGUAGE_STANDARD = gnu11;
204+
GCC_DYNAMIC_NO_PIC = NO;
205+
GCC_NO_COMMON_BLOCKS = YES;
206+
GCC_OPTIMIZATION_LEVEL = 0;
207+
GCC_PREPROCESSOR_DEFINITIONS = (
208+
"DEBUG=1",
209+
"$(inherited)",
210+
);
211+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
212+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
213+
GCC_WARN_UNDECLARED_SELECTOR = YES;
214+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215+
GCC_WARN_UNUSED_FUNCTION = YES;
216+
GCC_WARN_UNUSED_VARIABLE = YES;
217+
MACOSX_DEPLOYMENT_TARGET = 13.0;
218+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
219+
MTL_FAST_MATH = YES;
220+
ONLY_ACTIVE_ARCH = NO;
221+
SDKROOT = macosx;
222+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
223+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
224+
};
225+
name = Debug;
226+
};
227+
ABED20D2296E5C8C00647363 /* Release */ = {
228+
isa = XCBuildConfiguration;
229+
buildSettings = {
230+
ALWAYS_SEARCH_USER_PATHS = NO;
231+
CLANG_ANALYZER_NONNULL = YES;
232+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
233+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
234+
CLANG_ENABLE_MODULES = YES;
235+
CLANG_ENABLE_OBJC_ARC = YES;
236+
CLANG_ENABLE_OBJC_WEAK = YES;
237+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
238+
CLANG_WARN_BOOL_CONVERSION = YES;
239+
CLANG_WARN_COMMA = YES;
240+
CLANG_WARN_CONSTANT_CONVERSION = YES;
241+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
242+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
243+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
244+
CLANG_WARN_EMPTY_BODY = YES;
245+
CLANG_WARN_ENUM_CONVERSION = YES;
246+
CLANG_WARN_INFINITE_RECURSION = YES;
247+
CLANG_WARN_INT_CONVERSION = YES;
248+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
249+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
250+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
251+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
252+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
253+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
254+
CLANG_WARN_STRICT_PROTOTYPES = YES;
255+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
256+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
257+
CLANG_WARN_UNREACHABLE_CODE = YES;
258+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
259+
COPY_PHASE_STRIP = NO;
260+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
261+
ENABLE_NS_ASSERTIONS = NO;
262+
ENABLE_STRICT_OBJC_MSGSEND = YES;
263+
GCC_C_LANGUAGE_STANDARD = gnu11;
264+
GCC_NO_COMMON_BLOCKS = YES;
265+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
266+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
267+
GCC_WARN_UNDECLARED_SELECTOR = YES;
268+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
269+
GCC_WARN_UNUSED_FUNCTION = YES;
270+
GCC_WARN_UNUSED_VARIABLE = YES;
271+
MACOSX_DEPLOYMENT_TARGET = 13.0;
272+
MTL_ENABLE_DEBUG_INFO = NO;
273+
MTL_FAST_MATH = YES;
274+
ONLY_ACTIVE_ARCH = NO;
275+
SDKROOT = macosx;
276+
SWIFT_COMPILATION_MODE = wholemodule;
277+
SWIFT_OPTIMIZATION_LEVEL = "-O";
278+
};
279+
name = Release;
280+
};
281+
ABED20D4296E5C8C00647363 /* Debug */ = {
282+
isa = XCBuildConfiguration;
283+
buildSettings = {
284+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
285+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
286+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
287+
CODE_SIGN_ENTITLEMENTS = GlucoseViewer/GlucoseViewer.entitlements;
288+
CODE_SIGN_IDENTITY = "Apple Development";
289+
CODE_SIGN_STYLE = Automatic;
290+
COMBINE_HIDPI_IMAGES = YES;
291+
CURRENT_PROJECT_VERSION = "2201171944-alpha";
292+
DEVELOPMENT_ASSET_PATHS = "";
293+
DEVELOPMENT_TEAM = EKBKRDG4Q9;
294+
ENABLE_HARDENED_RUNTIME = YES;
295+
ENABLE_PREVIEWS = YES;
296+
GENERATE_INFOPLIST_FILE = YES;
297+
INFOPLIST_FILE = GlucoseViewer/Info.plist;
298+
INFOPLIST_KEY_CFBundleDisplayName = "Glucose Toolbar Viewer";
299+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness";
300+
INFOPLIST_KEY_LSUIElement = YES;
301+
INFOPLIST_KEY_NSHumanReadableCopyright = "";
302+
LD_RUNPATH_SEARCH_PATHS = (
303+
"$(inherited)",
304+
"@executable_path/../Frameworks",
305+
);
306+
MACOSX_DEPLOYMENT_TARGET = 13.0;
307+
MARKETING_VERSION = 0.0.1;
308+
PRODUCT_BUNDLE_IDENTIFIER = com.peelercoding.GlucoseViewer;
309+
PRODUCT_NAME = "$(TARGET_NAME)";
310+
PROVISIONING_PROFILE_SPECIFIER = "";
311+
SWIFT_EMIT_LOC_STRINGS = YES;
312+
SWIFT_VERSION = 5.0;
313+
};
314+
name = Debug;
315+
};
316+
ABED20D5296E5C8C00647363 /* Release */ = {
317+
isa = XCBuildConfiguration;
318+
buildSettings = {
319+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
320+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
321+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
322+
CODE_SIGN_ENTITLEMENTS = GlucoseViewer/GlucoseViewer.entitlements;
323+
CODE_SIGN_IDENTITY = "Apple Development";
324+
CODE_SIGN_STYLE = Automatic;
325+
COMBINE_HIDPI_IMAGES = YES;
326+
CURRENT_PROJECT_VERSION = "2201171944-alpha";
327+
DEVELOPMENT_ASSET_PATHS = "";
328+
DEVELOPMENT_TEAM = EKBKRDG4Q9;
329+
ENABLE_HARDENED_RUNTIME = YES;
330+
ENABLE_PREVIEWS = YES;
331+
GENERATE_INFOPLIST_FILE = YES;
332+
INFOPLIST_FILE = GlucoseViewer/Info.plist;
333+
INFOPLIST_KEY_CFBundleDisplayName = "Glucose Toolbar Viewer";
334+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness";
335+
INFOPLIST_KEY_LSUIElement = YES;
336+
INFOPLIST_KEY_NSHumanReadableCopyright = "";
337+
LD_RUNPATH_SEARCH_PATHS = (
338+
"$(inherited)",
339+
"@executable_path/../Frameworks",
340+
);
341+
MACOSX_DEPLOYMENT_TARGET = 13.0;
342+
MARKETING_VERSION = 0.0.1;
343+
PRODUCT_BUNDLE_IDENTIFIER = com.peelercoding.GlucoseViewer;
344+
PRODUCT_NAME = "$(TARGET_NAME)";
345+
PROVISIONING_PROFILE_SPECIFIER = "";
346+
SWIFT_EMIT_LOC_STRINGS = YES;
347+
SWIFT_VERSION = 5.0;
348+
};
349+
name = Release;
350+
};
351+
/* End XCBuildConfiguration section */
352+
353+
/* Begin XCConfigurationList section */
354+
ABED20BF296E5C8B00647363 /* Build configuration list for PBXProject "GlucoseViewer" */ = {
355+
isa = XCConfigurationList;
356+
buildConfigurations = (
357+
ABED20D1296E5C8C00647363 /* Debug */,
358+
ABED20D2296E5C8C00647363 /* Release */,
359+
);
360+
defaultConfigurationIsVisible = 0;
361+
defaultConfigurationName = Release;
362+
};
363+
ABED20D3296E5C8C00647363 /* Build configuration list for PBXNativeTarget "GlucoseViewer" */ = {
364+
isa = XCConfigurationList;
365+
buildConfigurations = (
366+
ABED20D4296E5C8C00647363 /* Debug */,
367+
ABED20D5296E5C8C00647363 /* Release */,
368+
);
369+
defaultConfigurationIsVisible = 0;
370+
defaultConfigurationName = Release;
371+
};
372+
/* End XCConfigurationList section */
373+
};
374+
rootObject = ABED20BC296E5C8B00647363 /* Project object */;
375+
}

GlucoseViewer.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)