Skip to content

Commit 6570670

Browse files
committed
programmers: 징검다리 건너기
1 parent f70832d commit 6570670

File tree

11 files changed

+370
-0
lines changed

11 files changed

+370
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Toni/.DS_Store

0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,291 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 55;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
53A4340128D75EAE005E0F46 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A4340028D75EAE005E0F46 /* main.swift */; };
11+
/* End PBXBuildFile section */
12+
13+
/* Begin PBXCopyFilesBuildPhase section */
14+
53A433FB28D75EAE005E0F46 /* CopyFiles */ = {
15+
isa = PBXCopyFilesBuildPhase;
16+
buildActionMask = 2147483647;
17+
dstPath = /usr/share/man/man1/;
18+
dstSubfolderSpec = 0;
19+
files = (
20+
);
21+
runOnlyForDeploymentPostprocessing = 1;
22+
};
23+
/* End PBXCopyFilesBuildPhase section */
24+
25+
/* Begin PBXFileReference section */
26+
53A433FD28D75EAE005E0F46 /* Baekjoon */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Baekjoon; sourceTree = BUILT_PRODUCTS_DIR; };
27+
53A4340028D75EAE005E0F46 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
28+
/* End PBXFileReference section */
29+
30+
/* Begin PBXFrameworksBuildPhase section */
31+
53A433FA28D75EAE005E0F46 /* Frameworks */ = {
32+
isa = PBXFrameworksBuildPhase;
33+
buildActionMask = 2147483647;
34+
files = (
35+
);
36+
runOnlyForDeploymentPostprocessing = 0;
37+
};
38+
/* End PBXFrameworksBuildPhase section */
39+
40+
/* Begin PBXGroup section */
41+
53A433F428D75EAE005E0F46 = {
42+
isa = PBXGroup;
43+
children = (
44+
53A433FF28D75EAE005E0F46 /* Baekjoon */,
45+
53A433FE28D75EAE005E0F46 /* Products */,
46+
);
47+
sourceTree = "<group>";
48+
};
49+
53A433FE28D75EAE005E0F46 /* Products */ = {
50+
isa = PBXGroup;
51+
children = (
52+
53A433FD28D75EAE005E0F46 /* Baekjoon */,
53+
);
54+
name = Products;
55+
sourceTree = "<group>";
56+
};
57+
53A433FF28D75EAE005E0F46 /* Baekjoon */ = {
58+
isa = PBXGroup;
59+
children = (
60+
53A4340028D75EAE005E0F46 /* main.swift */,
61+
);
62+
path = Baekjoon;
63+
sourceTree = "<group>";
64+
};
65+
/* End PBXGroup section */
66+
67+
/* Begin PBXNativeTarget section */
68+
53A433FC28D75EAE005E0F46 /* Baekjoon */ = {
69+
isa = PBXNativeTarget;
70+
buildConfigurationList = 53A4340428D75EAE005E0F46 /* Build configuration list for PBXNativeTarget "Baekjoon" */;
71+
buildPhases = (
72+
53A433F928D75EAE005E0F46 /* Sources */,
73+
53A433FA28D75EAE005E0F46 /* Frameworks */,
74+
53A433FB28D75EAE005E0F46 /* CopyFiles */,
75+
);
76+
buildRules = (
77+
);
78+
dependencies = (
79+
);
80+
name = Baekjoon;
81+
productName = Baekjoon;
82+
productReference = 53A433FD28D75EAE005E0F46 /* Baekjoon */;
83+
productType = "com.apple.product-type.tool";
84+
};
85+
/* End PBXNativeTarget section */
86+
87+
/* Begin PBXProject section */
88+
53A433F528D75EAE005E0F46 /* Project object */ = {
89+
isa = PBXProject;
90+
attributes = {
91+
BuildIndependentTargetsInParallel = 1;
92+
LastSwiftUpdateCheck = 1320;
93+
LastUpgradeCheck = 1320;
94+
TargetAttributes = {
95+
53A433FC28D75EAE005E0F46 = {
96+
CreatedOnToolsVersion = 13.2.1;
97+
};
98+
};
99+
};
100+
buildConfigurationList = 53A433F828D75EAE005E0F46 /* Build configuration list for PBXProject "Baekjoon" */;
101+
compatibilityVersion = "Xcode 13.0";
102+
developmentRegion = en;
103+
hasScannedForEncodings = 0;
104+
knownRegions = (
105+
en,
106+
Base,
107+
);
108+
mainGroup = 53A433F428D75EAE005E0F46;
109+
productRefGroup = 53A433FE28D75EAE005E0F46 /* Products */;
110+
projectDirPath = "";
111+
projectRoot = "";
112+
targets = (
113+
53A433FC28D75EAE005E0F46 /* Baekjoon */,
114+
);
115+
};
116+
/* End PBXProject section */
117+
118+
/* Begin PBXSourcesBuildPhase section */
119+
53A433F928D75EAE005E0F46 /* Sources */ = {
120+
isa = PBXSourcesBuildPhase;
121+
buildActionMask = 2147483647;
122+
files = (
123+
53A4340128D75EAE005E0F46 /* main.swift in Sources */,
124+
);
125+
runOnlyForDeploymentPostprocessing = 0;
126+
};
127+
/* End PBXSourcesBuildPhase section */
128+
129+
/* Begin XCBuildConfiguration section */
130+
53A4340228D75EAE005E0F46 /* Debug */ = {
131+
isa = XCBuildConfiguration;
132+
buildSettings = {
133+
ALWAYS_SEARCH_USER_PATHS = NO;
134+
CLANG_ANALYZER_NONNULL = YES;
135+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
136+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
137+
CLANG_CXX_LIBRARY = "libc++";
138+
CLANG_ENABLE_MODULES = YES;
139+
CLANG_ENABLE_OBJC_ARC = YES;
140+
CLANG_ENABLE_OBJC_WEAK = YES;
141+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
142+
CLANG_WARN_BOOL_CONVERSION = YES;
143+
CLANG_WARN_COMMA = YES;
144+
CLANG_WARN_CONSTANT_CONVERSION = YES;
145+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
146+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
147+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
148+
CLANG_WARN_EMPTY_BODY = YES;
149+
CLANG_WARN_ENUM_CONVERSION = YES;
150+
CLANG_WARN_INFINITE_RECURSION = YES;
151+
CLANG_WARN_INT_CONVERSION = YES;
152+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
153+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
154+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
155+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
156+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
157+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
158+
CLANG_WARN_STRICT_PROTOTYPES = YES;
159+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
160+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
161+
CLANG_WARN_UNREACHABLE_CODE = YES;
162+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
163+
COPY_PHASE_STRIP = NO;
164+
DEBUG_INFORMATION_FORMAT = dwarf;
165+
ENABLE_STRICT_OBJC_MSGSEND = YES;
166+
ENABLE_TESTABILITY = YES;
167+
GCC_C_LANGUAGE_STANDARD = gnu11;
168+
GCC_DYNAMIC_NO_PIC = NO;
169+
GCC_NO_COMMON_BLOCKS = YES;
170+
GCC_OPTIMIZATION_LEVEL = 0;
171+
GCC_PREPROCESSOR_DEFINITIONS = (
172+
"DEBUG=1",
173+
"$(inherited)",
174+
);
175+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
176+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
177+
GCC_WARN_UNDECLARED_SELECTOR = YES;
178+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
179+
GCC_WARN_UNUSED_FUNCTION = YES;
180+
GCC_WARN_UNUSED_VARIABLE = YES;
181+
MACOSX_DEPLOYMENT_TARGET = 11.6;
182+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
183+
MTL_FAST_MATH = YES;
184+
ONLY_ACTIVE_ARCH = YES;
185+
SDKROOT = macosx;
186+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
187+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
188+
};
189+
name = Debug;
190+
};
191+
53A4340328D75EAE005E0F46 /* Release */ = {
192+
isa = XCBuildConfiguration;
193+
buildSettings = {
194+
ALWAYS_SEARCH_USER_PATHS = NO;
195+
CLANG_ANALYZER_NONNULL = YES;
196+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
197+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
198+
CLANG_CXX_LIBRARY = "libc++";
199+
CLANG_ENABLE_MODULES = YES;
200+
CLANG_ENABLE_OBJC_ARC = YES;
201+
CLANG_ENABLE_OBJC_WEAK = YES;
202+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
203+
CLANG_WARN_BOOL_CONVERSION = YES;
204+
CLANG_WARN_COMMA = YES;
205+
CLANG_WARN_CONSTANT_CONVERSION = YES;
206+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
207+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
208+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
209+
CLANG_WARN_EMPTY_BODY = YES;
210+
CLANG_WARN_ENUM_CONVERSION = YES;
211+
CLANG_WARN_INFINITE_RECURSION = YES;
212+
CLANG_WARN_INT_CONVERSION = YES;
213+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
214+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
215+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
216+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
217+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
218+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
219+
CLANG_WARN_STRICT_PROTOTYPES = YES;
220+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
221+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
222+
CLANG_WARN_UNREACHABLE_CODE = YES;
223+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
224+
COPY_PHASE_STRIP = NO;
225+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
226+
ENABLE_NS_ASSERTIONS = NO;
227+
ENABLE_STRICT_OBJC_MSGSEND = YES;
228+
GCC_C_LANGUAGE_STANDARD = gnu11;
229+
GCC_NO_COMMON_BLOCKS = YES;
230+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
231+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
232+
GCC_WARN_UNDECLARED_SELECTOR = YES;
233+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
234+
GCC_WARN_UNUSED_FUNCTION = YES;
235+
GCC_WARN_UNUSED_VARIABLE = YES;
236+
MACOSX_DEPLOYMENT_TARGET = 11.6;
237+
MTL_ENABLE_DEBUG_INFO = NO;
238+
MTL_FAST_MATH = YES;
239+
SDKROOT = macosx;
240+
SWIFT_COMPILATION_MODE = wholemodule;
241+
SWIFT_OPTIMIZATION_LEVEL = "-O";
242+
};
243+
name = Release;
244+
};
245+
53A4340528D75EAE005E0F46 /* Debug */ = {
246+
isa = XCBuildConfiguration;
247+
buildSettings = {
248+
CODE_SIGN_STYLE = Automatic;
249+
DEVELOPMENT_TEAM = 79WK37N5M5;
250+
ENABLE_HARDENED_RUNTIME = YES;
251+
PRODUCT_NAME = "$(TARGET_NAME)";
252+
SWIFT_VERSION = 5.0;
253+
};
254+
name = Debug;
255+
};
256+
53A4340628D75EAE005E0F46 /* Release */ = {
257+
isa = XCBuildConfiguration;
258+
buildSettings = {
259+
CODE_SIGN_STYLE = Automatic;
260+
DEVELOPMENT_TEAM = 79WK37N5M5;
261+
ENABLE_HARDENED_RUNTIME = YES;
262+
PRODUCT_NAME = "$(TARGET_NAME)";
263+
SWIFT_VERSION = 5.0;
264+
};
265+
name = Release;
266+
};
267+
/* End XCBuildConfiguration section */
268+
269+
/* Begin XCConfigurationList section */
270+
53A433F828D75EAE005E0F46 /* Build configuration list for PBXProject "Baekjoon" */ = {
271+
isa = XCConfigurationList;
272+
buildConfigurations = (
273+
53A4340228D75EAE005E0F46 /* Debug */,
274+
53A4340328D75EAE005E0F46 /* Release */,
275+
);
276+
defaultConfigurationIsVisible = 0;
277+
defaultConfigurationName = Release;
278+
};
279+
53A4340428D75EAE005E0F46 /* Build configuration list for PBXNativeTarget "Baekjoon" */ = {
280+
isa = XCConfigurationList;
281+
buildConfigurations = (
282+
53A4340528D75EAE005E0F46 /* Debug */,
283+
53A4340628D75EAE005E0F46 /* Release */,
284+
);
285+
defaultConfigurationIsVisible = 0;
286+
defaultConfigurationName = Release;
287+
};
288+
/* End XCConfigurationList section */
289+
};
290+
rootObject = 53A433F528D75EAE005E0F46 /* Project object */;
291+
}

Toni/BOJ/Baekjoon/Baekjoon.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
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>Baekjoon.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// [Toni] BOJ 1244.swift
3+
// Baekjoon
4+
//
5+
// Created by Sunwoo on 2022/09/18.
6+
//
7+
8+
import Foundation

Toni/Programmers/Programmers.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
539883DC285B323000937D9F /* [Toni] Bracket Transform .swift in Sources */ = {isa = PBXBuildFile; fileRef = 539883DB285B323000937D9F /* [Toni] Bracket Transform .swift */; };
2626
539AFEEC28CB675500D144E7 /* [Toni] Get Prime Number.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539AFEEB28CB675500D144E7 /* [Toni] Get Prime Number.swift */; };
2727
53A433F128D5CEDA005E0F46 /* [Toni] File Name Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A433F028D5CEDA005E0F46 /* [Toni] File Name Sort.swift */; };
28+
53A433F328D60BD3005E0F46 /* [Toni] Cross Stepping Bridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A433F228D60BD3005E0F46 /* [Toni] Cross Stepping Bridge.swift */; };
2829
53A65DD0284A4B6700D0DE1B /* [Toni] Archery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A65DCF284A4B6700D0DE1B /* [Toni] Archery.swift */; };
2930
53AC183C28082C1400EF381D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53AC183B28082C1400EF381D /* main.swift */; };
3031
53AC184528083EB400EF381D /* [Toni] Get Report Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53AC184428083EB400EF381D /* [Toni] Get Report Result.swift */; };
@@ -74,6 +75,7 @@
7475
539883DB285B323000937D9F /* [Toni] Bracket Transform .swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "[Toni] Bracket Transform .swift"; sourceTree = "<group>"; };
7576
539AFEEB28CB675500D144E7 /* [Toni] Get Prime Number.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "[Toni] Get Prime Number.swift"; sourceTree = "<group>"; };
7677
53A433F028D5CEDA005E0F46 /* [Toni] File Name Sort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "[Toni] File Name Sort.swift"; sourceTree = "<group>"; };
78+
53A433F228D60BD3005E0F46 /* [Toni] Cross Stepping Bridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "[Toni] Cross Stepping Bridge.swift"; sourceTree = "<group>"; };
7779
53A65DCF284A4B6700D0DE1B /* [Toni] Archery.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "[Toni] Archery.swift"; sourceTree = "<group>"; };
7880
53AC183828082C1400EF381D /* Programmers */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Programmers; sourceTree = BUILT_PRODUCTS_DIR; };
7981
53AC183B28082C1400EF381D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
@@ -157,6 +159,7 @@
157159
53D5DBF828CDF1EB008029CB /* [Toni] Decimal Game.swift */,
158160
53D5DBFA28CE00E7008029CB /* [Toni] Ilegal User.swift */,
159161
53A433F028D5CEDA005E0F46 /* [Toni] File Name Sort.swift */,
162+
53A433F228D60BD3005E0F46 /* [Toni] Cross Stepping Bridge.swift */,
160163
);
161164
path = Programmers;
162165
sourceTree = "<group>";
@@ -233,6 +236,7 @@
233236
538B007D28336CCE00CB2EC7 /* [Toni] Tuple.swift in Sources */,
234237
53805E6C2817F04A006AC65A /* [Toni] Failure Rate.swift in Sources */,
235238
53B3FB0928557B9F00C86BD0 /* test2.swift in Sources */,
239+
53A433F328D60BD3005E0F46 /* [Toni] Cross Stepping Bridge.swift in Sources */,
236240
53C5428D2869B17900B34E38 /* first.swift in Sources */,
237241
539AFEEC28CB675500D144E7 /* [Toni] Get Prime Number.swift in Sources */,
238242
53D5DBF928CDF1EB008029CB /* [Toni] Decimal Game.swift in Sources */,

0 commit comments

Comments
 (0)