Skip to content

Commit 2e54de0

Browse files
authored
Merge pull request #39 from jbtule/rewrite-test
Rewrite that builds in Mojave!
2 parents 9e9e68e + ac7136e commit 2e54de0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1283
-0
lines changed
Lines changed: 316 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,316 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
699EB3C0234DBA0D00CC2315 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 699EB3BF234DBA0D00CC2315 /* Assets.xcassets */; };
11+
699EB3C6234DBA0D00CC2315 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 699EB3C5234DBA0D00CC2315 /* main.m */; };
12+
699EB3D5234DC4D800CC2315 /* AppIcon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 699EB3D4234DC4D800CC2315 /* AppIcon.icns */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXFileReference section */
16+
699EB3B9234DBA0C00CC2315 /* cd to ....app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "cd to ....app"; sourceTree = BUILT_PRODUCTS_DIR; };
17+
699EB3BF234DBA0D00CC2315 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
18+
699EB3C4234DBA0D00CC2315 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19+
699EB3C5234DBA0D00CC2315 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
20+
699EB3C7234DBA0D00CC2315 /* cd_to____.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "cd_to____.entitlements"; sourceTree = "<group>"; };
21+
699EB3D2234DBB0700CC2315 /* Finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Finder.h; sourceTree = "<group>"; };
22+
699EB3D3234DBB0700CC2315 /* Terminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Terminal.h; sourceTree = "<group>"; };
23+
699EB3D4234DC4D800CC2315 /* AppIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon.icns; sourceTree = "<group>"; };
24+
/* End PBXFileReference section */
25+
26+
/* Begin PBXFrameworksBuildPhase section */
27+
699EB3B6234DBA0C00CC2315 /* Frameworks */ = {
28+
isa = PBXFrameworksBuildPhase;
29+
buildActionMask = 2147483647;
30+
files = (
31+
);
32+
runOnlyForDeploymentPostprocessing = 0;
33+
};
34+
/* End PBXFrameworksBuildPhase section */
35+
36+
/* Begin PBXGroup section */
37+
699EB3B0234DBA0C00CC2315 = {
38+
isa = PBXGroup;
39+
children = (
40+
699EB3BB234DBA0C00CC2315 /* cd to ... */,
41+
699EB3BA234DBA0C00CC2315 /* Products */,
42+
);
43+
sourceTree = "<group>";
44+
};
45+
699EB3BA234DBA0C00CC2315 /* Products */ = {
46+
isa = PBXGroup;
47+
children = (
48+
699EB3B9234DBA0C00CC2315 /* cd to ....app */,
49+
);
50+
name = Products;
51+
sourceTree = "<group>";
52+
};
53+
699EB3BB234DBA0C00CC2315 /* cd to ... */ = {
54+
isa = PBXGroup;
55+
children = (
56+
699EB3D4234DC4D800CC2315 /* AppIcon.icns */,
57+
699EB3D2234DBB0700CC2315 /* Finder.h */,
58+
699EB3D3234DBB0700CC2315 /* Terminal.h */,
59+
699EB3BF234DBA0D00CC2315 /* Assets.xcassets */,
60+
699EB3C4234DBA0D00CC2315 /* Info.plist */,
61+
699EB3C5234DBA0D00CC2315 /* main.m */,
62+
699EB3C7234DBA0D00CC2315 /* cd_to____.entitlements */,
63+
);
64+
path = "cd to ...";
65+
sourceTree = "<group>";
66+
};
67+
/* End PBXGroup section */
68+
69+
/* Begin PBXNativeTarget section */
70+
699EB3B8234DBA0C00CC2315 /* cd to ... */ = {
71+
isa = PBXNativeTarget;
72+
buildConfigurationList = 699EB3CA234DBA0D00CC2315 /* Build configuration list for PBXNativeTarget "cd to ..." */;
73+
buildPhases = (
74+
699EB3B5234DBA0C00CC2315 /* Sources */,
75+
699EB3B6234DBA0C00CC2315 /* Frameworks */,
76+
699EB3B7234DBA0C00CC2315 /* Resources */,
77+
);
78+
buildRules = (
79+
);
80+
dependencies = (
81+
);
82+
name = "cd to ...";
83+
productName = "cd to ...";
84+
productReference = 699EB3B9234DBA0C00CC2315 /* cd to ....app */;
85+
productType = "com.apple.product-type.application";
86+
};
87+
/* End PBXNativeTarget section */
88+
89+
/* Begin PBXProject section */
90+
699EB3B1234DBA0C00CC2315 /* Project object */ = {
91+
isa = PBXProject;
92+
attributes = {
93+
LastUpgradeCheck = 1110;
94+
ORGANIZATIONNAME = "Jay Tuley";
95+
TargetAttributes = {
96+
699EB3B8234DBA0C00CC2315 = {
97+
CreatedOnToolsVersion = 11.1;
98+
};
99+
};
100+
};
101+
buildConfigurationList = 699EB3B4234DBA0C00CC2315 /* Build configuration list for PBXProject "cd to ..." */;
102+
compatibilityVersion = "Xcode 9.3";
103+
developmentRegion = en;
104+
hasScannedForEncodings = 0;
105+
knownRegions = (
106+
en,
107+
Base,
108+
);
109+
mainGroup = 699EB3B0234DBA0C00CC2315;
110+
productRefGroup = 699EB3BA234DBA0C00CC2315 /* Products */;
111+
projectDirPath = "";
112+
projectRoot = "";
113+
targets = (
114+
699EB3B8234DBA0C00CC2315 /* cd to ... */,
115+
);
116+
};
117+
/* End PBXProject section */
118+
119+
/* Begin PBXResourcesBuildPhase section */
120+
699EB3B7234DBA0C00CC2315 /* Resources */ = {
121+
isa = PBXResourcesBuildPhase;
122+
buildActionMask = 2147483647;
123+
files = (
124+
699EB3C0234DBA0D00CC2315 /* Assets.xcassets in Resources */,
125+
699EB3D5234DC4D800CC2315 /* AppIcon.icns in Resources */,
126+
);
127+
runOnlyForDeploymentPostprocessing = 0;
128+
};
129+
/* End PBXResourcesBuildPhase section */
130+
131+
/* Begin PBXSourcesBuildPhase section */
132+
699EB3B5234DBA0C00CC2315 /* Sources */ = {
133+
isa = PBXSourcesBuildPhase;
134+
buildActionMask = 2147483647;
135+
files = (
136+
699EB3C6234DBA0D00CC2315 /* main.m in Sources */,
137+
);
138+
runOnlyForDeploymentPostprocessing = 0;
139+
};
140+
/* End PBXSourcesBuildPhase section */
141+
142+
/* Begin XCBuildConfiguration section */
143+
699EB3C8234DBA0D00CC2315 /* Debug */ = {
144+
isa = XCBuildConfiguration;
145+
buildSettings = {
146+
ALWAYS_SEARCH_USER_PATHS = NO;
147+
CLANG_ANALYZER_NONNULL = YES;
148+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
149+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
150+
CLANG_CXX_LIBRARY = "libc++";
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_RANGE_LOOP_ANALYSIS = YES;
170+
CLANG_WARN_STRICT_PROTOTYPES = YES;
171+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
172+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
173+
CLANG_WARN_UNREACHABLE_CODE = YES;
174+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
175+
COPY_PHASE_STRIP = NO;
176+
DEBUG_INFORMATION_FORMAT = dwarf;
177+
ENABLE_STRICT_OBJC_MSGSEND = YES;
178+
ENABLE_TESTABILITY = YES;
179+
GCC_C_LANGUAGE_STANDARD = gnu11;
180+
GCC_DYNAMIC_NO_PIC = NO;
181+
GCC_NO_COMMON_BLOCKS = YES;
182+
GCC_OPTIMIZATION_LEVEL = 0;
183+
GCC_PREPROCESSOR_DEFINITIONS = (
184+
"DEBUG=1",
185+
"$(inherited)",
186+
);
187+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
188+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
189+
GCC_WARN_UNDECLARED_SELECTOR = YES;
190+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
191+
GCC_WARN_UNUSED_FUNCTION = YES;
192+
GCC_WARN_UNUSED_VARIABLE = YES;
193+
MACOSX_DEPLOYMENT_TARGET = 10.14;
194+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
195+
MTL_FAST_MATH = YES;
196+
ONLY_ACTIVE_ARCH = YES;
197+
SDKROOT = macosx;
198+
};
199+
name = Debug;
200+
};
201+
699EB3C9234DBA0D00CC2315 /* Release */ = {
202+
isa = XCBuildConfiguration;
203+
buildSettings = {
204+
ALWAYS_SEARCH_USER_PATHS = NO;
205+
CLANG_ANALYZER_NONNULL = YES;
206+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
207+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
208+
CLANG_CXX_LIBRARY = "libc++";
209+
CLANG_ENABLE_MODULES = YES;
210+
CLANG_ENABLE_OBJC_ARC = YES;
211+
CLANG_ENABLE_OBJC_WEAK = YES;
212+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
213+
CLANG_WARN_BOOL_CONVERSION = YES;
214+
CLANG_WARN_COMMA = YES;
215+
CLANG_WARN_CONSTANT_CONVERSION = YES;
216+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
217+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
218+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
219+
CLANG_WARN_EMPTY_BODY = YES;
220+
CLANG_WARN_ENUM_CONVERSION = YES;
221+
CLANG_WARN_INFINITE_RECURSION = YES;
222+
CLANG_WARN_INT_CONVERSION = YES;
223+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
224+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
225+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
226+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
227+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
228+
CLANG_WARN_STRICT_PROTOTYPES = YES;
229+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
230+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
231+
CLANG_WARN_UNREACHABLE_CODE = YES;
232+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
233+
COPY_PHASE_STRIP = NO;
234+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
235+
ENABLE_NS_ASSERTIONS = NO;
236+
ENABLE_STRICT_OBJC_MSGSEND = YES;
237+
GCC_C_LANGUAGE_STANDARD = gnu11;
238+
GCC_NO_COMMON_BLOCKS = YES;
239+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
240+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
241+
GCC_WARN_UNDECLARED_SELECTOR = YES;
242+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243+
GCC_WARN_UNUSED_FUNCTION = YES;
244+
GCC_WARN_UNUSED_VARIABLE = YES;
245+
MACOSX_DEPLOYMENT_TARGET = 10.14;
246+
MTL_ENABLE_DEBUG_INFO = NO;
247+
MTL_FAST_MATH = YES;
248+
SDKROOT = macosx;
249+
};
250+
name = Release;
251+
};
252+
699EB3CB234DBA0D00CC2315 /* Debug */ = {
253+
isa = XCBuildConfiguration;
254+
buildSettings = {
255+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
256+
CODE_SIGN_ENTITLEMENTS = "cd to .../cd_to____.entitlements";
257+
CODE_SIGN_STYLE = Automatic;
258+
COMBINE_HIDPI_IMAGES = YES;
259+
DEVELOPMENT_TEAM = VURRGRYW45;
260+
ENABLE_HARDENED_RUNTIME = YES;
261+
INFOPLIST_FILE = "cd to .../Info.plist";
262+
LD_RUNPATH_SEARCH_PATHS = (
263+
"$(inherited)",
264+
"@executable_path/../Frameworks",
265+
);
266+
MARKETING_VERSION = 3.0;
267+
PRODUCT_BUNDLE_IDENTIFIER = "name.tuley.jay.cd-to----";
268+
PRODUCT_NAME = "$(TARGET_NAME)";
269+
};
270+
name = Debug;
271+
};
272+
699EB3CC234DBA0D00CC2315 /* Release */ = {
273+
isa = XCBuildConfiguration;
274+
buildSettings = {
275+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
276+
CODE_SIGN_ENTITLEMENTS = "cd to .../cd_to____.entitlements";
277+
CODE_SIGN_STYLE = Automatic;
278+
COMBINE_HIDPI_IMAGES = YES;
279+
DEVELOPMENT_TEAM = VURRGRYW45;
280+
ENABLE_HARDENED_RUNTIME = YES;
281+
INFOPLIST_FILE = "cd to .../Info.plist";
282+
LD_RUNPATH_SEARCH_PATHS = (
283+
"$(inherited)",
284+
"@executable_path/../Frameworks",
285+
);
286+
MARKETING_VERSION = 3.0;
287+
PRODUCT_BUNDLE_IDENTIFIER = "name.tuley.jay.cd-to----";
288+
PRODUCT_NAME = "$(TARGET_NAME)";
289+
};
290+
name = Release;
291+
};
292+
/* End XCBuildConfiguration section */
293+
294+
/* Begin XCConfigurationList section */
295+
699EB3B4234DBA0C00CC2315 /* Build configuration list for PBXProject "cd to ..." */ = {
296+
isa = XCConfigurationList;
297+
buildConfigurations = (
298+
699EB3C8234DBA0D00CC2315 /* Debug */,
299+
699EB3C9234DBA0D00CC2315 /* Release */,
300+
);
301+
defaultConfigurationIsVisible = 0;
302+
defaultConfigurationName = Release;
303+
};
304+
699EB3CA234DBA0D00CC2315 /* Build configuration list for PBXNativeTarget "cd to ..." */ = {
305+
isa = XCConfigurationList;
306+
buildConfigurations = (
307+
699EB3CB234DBA0D00CC2315 /* Debug */,
308+
699EB3CC234DBA0D00CC2315 /* Release */,
309+
);
310+
defaultConfigurationIsVisible = 0;
311+
defaultConfigurationName = Release;
312+
};
313+
/* End XCConfigurationList section */
314+
};
315+
rootObject = 699EB3B1234DBA0C00CC2315 /* Project object */;
316+
}
File renamed without changes.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "mac",
5+
"size" : "16x16",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "mac",
10+
"size" : "16x16",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "mac",
15+
"size" : "32x32",
16+
"scale" : "1x"
17+
},
18+
{
19+
"idiom" : "mac",
20+
"size" : "32x32",
21+
"scale" : "2x"
22+
},
23+
{
24+
"idiom" : "mac",
25+
"size" : "128x128",
26+
"scale" : "1x"
27+
},
28+
{
29+
"idiom" : "mac",
30+
"size" : "128x128",
31+
"scale" : "2x"
32+
},
33+
{
34+
"idiom" : "mac",
35+
"size" : "256x256",
36+
"scale" : "1x"
37+
},
38+
{
39+
"idiom" : "mac",
40+
"size" : "256x256",
41+
"scale" : "2x"
42+
},
43+
{
44+
"idiom" : "mac",
45+
"size" : "512x512",
46+
"scale" : "1x"
47+
},
48+
{
49+
"idiom" : "mac",
50+
"size" : "512x512",
51+
"scale" : "2x"
52+
}
53+
],
54+
"info" : {
55+
"version" : 1,
56+
"author" : "xcode"
57+
}
58+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}

0 commit comments

Comments
 (0)