Skip to content

Commit 3c743c4

Browse files
committed
Updated project file
1 parent b71dd8c commit 3c743c4

File tree

2 files changed

+10
-38
lines changed

2 files changed

+10
-38
lines changed

ios_system.xcodeproj/project.pbxproj

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
22AFD0772067F87F00881B2A /* line_reader.c in Sources */ = {isa = PBXBuildFile; fileRef = 22577D481FDB47A90050F312 /* line_reader.c */; };
286286
22AFD0782067F88200881B2A /* matching.c in Sources */ = {isa = PBXBuildFile; fileRef = 22577D4A1FDB47A90050F312 /* matching.c */; };
287287
22AFD0792067F88500881B2A /* pathmatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 22577D4C1FDB47A90050F312 /* pathmatch.c */; };
288+
22B114752817CABD00A5BF16 /* libtermcap.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 22B114742817CABD00A5BF16 /* libtermcap.tbd */; };
288289
22B753052068DF8400F2B025 /* shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 22B753042068DF8400F2B025 /* shell.h */; settings = {ATTRIBUTES = (Public, ); }; };
289290
22B7530B2069801700F2B025 /* curl_ios.h in Headers */ = {isa = PBXBuildFile; fileRef = 22B7530A2069801700F2B025 /* curl_ios.h */; settings = {ATTRIBUTES = (Public, ); }; };
290291
22C1D2E920A842460093127F /* ios_error.h in Headers */ = {isa = PBXBuildFile; fileRef = 22CF27661FDB3FDA0087DDAD /* ios_error.h */; };
@@ -318,12 +319,6 @@
318319
22F08056209766BD003C3BF0 /* coll.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F0804E209766BD003C3BF0 /* coll.c */; };
319320
22F08057209766BD003C3BF0 /* radixsort.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F0804F209766BD003C3BF0 /* radixsort.c */; };
320321
22F0805A20979939003C3BF0 /* uniq.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F0805920979938003C3BF0 /* uniq.c */; };
321-
22F597162805FB2500F90E93 /* backupfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F597152805FB2500F90E93 /* backupfile.c */; };
322-
22F597182805FB3000F90E93 /* inp.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F597172805FB3000F90E93 /* inp.c */; };
323-
22F5971A2805FB3800F90E93 /* mkpath.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F597192805FB3800F90E93 /* mkpath.c */; };
324-
22F5971C2805FB4300F90E93 /* patch.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F5971B2805FB4300F90E93 /* patch.c */; };
325-
22F5971E2805FB4900F90E93 /* pch.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F5971D2805FB4900F90E93 /* pch.c */; };
326-
22F597202805FB5500F90E93 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F5971F2805FB5400F90E93 /* util.c */; };
327322
22F6A1142068393900E618F9 /* tee.c in Sources */ = {isa = PBXBuildFile; fileRef = 225F060A20163C2000466685 /* tee.c */; };
328323
22F6A1152068393E00E618F9 /* echo.c in Sources */ = {isa = PBXBuildFile; fileRef = 22D8DEB5200791BB00FAADB7 /* echo.c */; };
329324
22F6A1162068394200E618F9 /* date.c in Sources */ = {isa = PBXBuildFile; fileRef = 22CF27711FDB3FDA0087DDAD /* date.c */; };
@@ -1057,6 +1052,7 @@
10571052
22A3736521CB97E600230846 /* ssh-rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "ssh-rsa.c"; path = "ssh_keygen/ssh-rsa.c"; sourceTree = "<group>"; };
10581053
22A3736921CB986900230846 /* sshkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sshkey.c; path = ssh_keygen/sshkey.c; sourceTree = "<group>"; };
10591054
22A3736B21CB99EB00230846 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ssh_keygen/misc.c; sourceTree = "<group>"; };
1055+
22B114742817CABD00A5BF16 /* libtermcap.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libtermcap.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/lib/libtermcap.tbd; sourceTree = DEVELOPER_DIR; };
10601056
22B753042068DF8400F2B025 /* shell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = shell.h; path = shell/shell.h; sourceTree = "<group>"; };
10611057
22B7530A2069801700F2B025 /* curl_ios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = curl_ios.h; path = curl_ios/curl_ios.h; sourceTree = "<group>"; };
10621058
22C5057D2098ADD700FDDFA9 /* y.tab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = y.tab.c; path = bsd_find/y.tab.c; sourceTree = SOURCE_ROOT; };
@@ -1116,12 +1112,6 @@
11161112
22F0805920979938003C3BF0 /* uniq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uniq.c; path = text_cmds/uniq/uniq.c; sourceTree = SOURCE_ROOT; };
11171113
22F567DD2020BAD9009850FD /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
11181114
22F568222020C42F009850FD /* libxml2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libxml2.tbd; path = usr/lib/libxml2.tbd; sourceTree = SDKROOT; };
1119-
22F597152805FB2500F90E93 /* backupfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = backupfile.c; path = "patch_cmds-17/patch/backupfile.c"; sourceTree = SOURCE_ROOT; };
1120-
22F597172805FB3000F90E93 /* inp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inp.c; path = "patch_cmds-17/patch/inp.c"; sourceTree = SOURCE_ROOT; };
1121-
22F597192805FB3800F90E93 /* mkpath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mkpath.c; path = "patch_cmds-17/patch/mkpath.c"; sourceTree = SOURCE_ROOT; };
1122-
22F5971B2805FB4300F90E93 /* patch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = patch.c; path = "patch_cmds-17/patch/patch.c"; sourceTree = SOURCE_ROOT; };
1123-
22F5971D2805FB4900F90E93 /* pch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pch.c; path = "patch_cmds-17/patch/pch.c"; sourceTree = SOURCE_ROOT; };
1124-
22F5971F2805FB5400F90E93 /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = util.c; path = "patch_cmds-17/patch/util.c"; sourceTree = SOURCE_ROOT; };
11251115
22F6A10C2068390800E618F9 /* shell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = shell.framework; sourceTree = BUILT_PRODUCTS_DIR; };
11261116
22F6A10E2068390800E618F9 /* text.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = text.h; sourceTree = "<group>"; };
11271117
22F6A10F2068390800E618F9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -1152,6 +1142,7 @@
11521142
isa = PBXFrameworksBuildPhase;
11531143
buildActionMask = 2147483647;
11541144
files = (
1145+
22B114752817CABD00A5BF16 /* libtermcap.tbd in Frameworks */,
11551146
);
11561147
runOnlyForDeploymentPostprocessing = 0;
11571148
};
@@ -1301,6 +1292,7 @@
13011292
223497AB1FD6CF7A007ED1A9 /* Frameworks */ = {
13021293
isa = PBXGroup;
13031294
children = (
1295+
22B114742817CABD00A5BF16 /* libtermcap.tbd */,
13041296
D212F99525B06810007F5D2D /* openssl.xcframework */,
13051297
D212F98A25B066E9007F5D2D /* libssh2.xcframework */,
13061298
227F87D6202EFA68001751C6 /* libncurses.tbd */,
@@ -1751,7 +1743,6 @@
17511743
226378091FDB3EC700AE8827 /* file_cmds_ios */ = {
17521744
isa = PBXGroup;
17531745
children = (
1754-
22F597142805FB0600F90E93 /* patch */,
17551746
226AAB4D2491329700492AFD /* less */,
17561747
226378411FDB3EE300AE8827 /* humanize_number.c */,
17571748
2263781D1FDB3EE200AE8827 /* ncurses_dll.h */,
@@ -2329,19 +2320,6 @@
23292320
name = uniq;
23302321
sourceTree = "<group>";
23312322
};
2332-
22F597142805FB0600F90E93 /* patch */ = {
2333-
isa = PBXGroup;
2334-
children = (
2335-
22F5971F2805FB5400F90E93 /* util.c */,
2336-
22F5971D2805FB4900F90E93 /* pch.c */,
2337-
22F5971B2805FB4300F90E93 /* patch.c */,
2338-
22F597192805FB3800F90E93 /* mkpath.c */,
2339-
22F597172805FB3000F90E93 /* inp.c */,
2340-
22F597152805FB2500F90E93 /* backupfile.c */,
2341-
);
2342-
name = patch;
2343-
sourceTree = "<group>";
2344-
};
23452323
22F6A10D2068390800E618F9 /* text */ = {
23462324
isa = PBXGroup;
23472325
children = (
@@ -2887,7 +2865,6 @@
28872865
226AAB7F2491361700492AFD /* opttbl.c in Sources */,
28882866
226AAB53249135C300492AFD /* ch.c in Sources */,
28892867
2282650C2067F19F002F9671 /* cmp.c in Sources */,
2890-
22F5971C2805FB4300F90E93 /* patch.c in Sources */,
28912868
228265052067F184002F9671 /* utils.c in Sources */,
28922869
226AAB972491392600492AFD /* line.c in Sources */,
28932870
226AAB56249135CB00492AFD /* cmdbuf.c in Sources */,
@@ -2896,7 +2873,6 @@
28962873
226AAB51249135C300492AFD /* charset.c in Sources */,
28972874
226AAB792491360D00492AFD /* option.c in Sources */,
28982875
228265122067F1B8002F9671 /* rm.c in Sources */,
2899-
22F5971A2805FB3800F90E93 /* mkpath.c in Sources */,
29002876
228265142067F1BF002F9671 /* stat.c in Sources */,
29012877
226AAB57249135CB00492AFD /* command.c in Sources */,
29022878
226AAB952491363F00492AFD /* version.c in Sources */,
@@ -2914,7 +2890,6 @@
29142890
226AAB932491363800492AFD /* search.c in Sources */,
29152891
226AAB60249135D900492AFD /* forwback.c in Sources */,
29162892
226AAB69249135E800492AFD /* jump.c in Sources */,
2917-
22F5971E2805FB4900F90E93 /* pch.c in Sources */,
29182893
228265132067F1BB002F9671 /* rmdir.c in Sources */,
29192894
228264F42067F156002F9671 /* chown.c in Sources */,
29202895
226AAB65249135E100492AFD /* ifile.c in Sources */,
@@ -2929,7 +2904,6 @@
29292904
228265092067F193002F9671 /* futimens.c in Sources */,
29302905
228265112067F1B4002F9671 /* mv.c in Sources */,
29312906
228265152067F1C3002F9671 /* touch.c in Sources */,
2932-
22F597162805FB2500F90E93 /* backupfile.c in Sources */,
29332907
226AAB6F249135F900492AFD /* linenum.c in Sources */,
29342908
228264F72067F15C002F9671 /* crc32.c in Sources */,
29352909
228264FB2067F15C002F9671 /* sum2.c in Sources */,
@@ -2945,13 +2919,11 @@
29452919
228265062067F189002F9671 /* df.c in Sources */,
29462920
226AAB70249135F900492AFD /* lsystem.c in Sources */,
29472921
226AAB7E2491361700492AFD /* output.c in Sources */,
2948-
22F597182805FB3000F90E93 /* inp.c in Sources */,
29492922
226AAB61249135D900492AFD /* filename.c in Sources */,
29502923
2282650E2067F1A6002F9671 /* print.c in Sources */,
29512924
226AAB852491362800492AFD /* prompt.c in Sources */,
29522925
228265072067F189002F9671 /* vfslist.c in Sources */,
29532926
2282650B2067F19B002F9671 /* ln.c in Sources */,
2954-
22F597202805FB5500F90E93 /* util.c in Sources */,
29552927
);
29562928
runOnlyForDeploymentPostprocessing = 0;
29572929
};

ios_system.xcodeproj/xcuserdata/holzschu.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<key>awk.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>0</integer>
10+
<integer>1</integer>
1111
</dict>
1212
<key>curl_ios.xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>5</integer>
15+
<integer>7</integer>
1616
</dict>
1717
<key>files.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>4</integer>
20+
<integer>3</integer>
2121
</dict>
2222
<key>ios_system.xcscheme_^#shared#^_</key>
2323
<dict>
@@ -27,17 +27,17 @@
2727
<key>shell.xcscheme_^#shared#^_</key>
2828
<dict>
2929
<key>orderHint</key>
30-
<integer>3</integer>
30+
<integer>5</integer>
3131
</dict>
3232
<key>ssh_cmd.xcscheme_^#shared#^_</key>
3333
<dict>
3434
<key>orderHint</key>
35-
<integer>7</integer>
35+
<integer>4</integer>
3636
</dict>
3737
<key>tar.xcscheme_^#shared#^_</key>
3838
<dict>
3939
<key>orderHint</key>
40-
<integer>1</integer>
40+
<integer>0</integer>
4141
</dict>
4242
<key>text.xcscheme_^#shared#^_</key>
4343
<dict>

0 commit comments

Comments
 (0)