Moving everyone back into single framework
This commit is contained in:
parent
8da93807c7
commit
38e2bb2e3b
|
@ -88,7 +88,6 @@
|
|||
2219E13D1FD73D4500675252 /* file.h in Headers */ = {isa = PBXBuildFile; fileRef = 2219E0281FD73D4500675252 /* file.h */; };
|
||||
2219E13E1FD73D4500675252 /* fileinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219E0291FD73D4500675252 /* fileinfo.c */; };
|
||||
2219E13F1FD73D4500675252 /* fileinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2219E02A1FD73D4500675252 /* fileinfo.h */; };
|
||||
2219E1401FD73D4500675252 /* firefox-db2pem.sh in Resources */ = {isa = PBXBuildFile; fileRef = 2219E02B1FD73D4500675252 /* firefox-db2pem.sh */; };
|
||||
2219E1411FD73D4500675252 /* formdata.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219E02C1FD73D4500675252 /* formdata.c */; };
|
||||
2219E1421FD73D4500675252 /* formdata.h in Headers */ = {isa = PBXBuildFile; fileRef = 2219E02D1FD73D4500675252 /* formdata.h */; };
|
||||
2219E1431FD73D4500675252 /* ftp.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219E02E1FD73D4500675252 /* ftp.c */; };
|
||||
|
@ -159,8 +158,6 @@
|
|||
2219E18E1FD73D4600675252 /* nonblock.h in Headers */ = {isa = PBXBuildFile; fileRef = 2219E0791FD73D4500675252 /* nonblock.h */; };
|
||||
2219E18F1FD73D4600675252 /* nwlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219E07A1FD73D4500675252 /* nwlib.c */; };
|
||||
2219E1901FD73D4600675252 /* nwos.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219E07B1FD73D4500675252 /* nwos.c */; };
|
||||
2219E1911FD73D4600675252 /* objnames-test08.sh in Resources */ = {isa = PBXBuildFile; fileRef = 2219E07C1FD73D4500675252 /* objnames-test08.sh */; };
|
||||
2219E1921FD73D4600675252 /* objnames-test10.sh in Resources */ = {isa = PBXBuildFile; fileRef = 2219E07D1FD73D4500675252 /* objnames-test10.sh */; };
|
||||
2219E1941FD73D4600675252 /* openldap.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219E07F1FD73D4500675252 /* openldap.c */; };
|
||||
2219E1951FD73D4600675252 /* parsedate.c in Sources */ = {isa = PBXBuildFile; fileRef = 2219E0801FD73D4500675252 /* parsedate.c */; };
|
||||
2219E1961FD73D4600675252 /* parsedate.h in Headers */ = {isa = PBXBuildFile; fileRef = 2219E0811FD73D4500675252 /* parsedate.h */; };
|
||||
|
@ -445,7 +442,6 @@
|
|||
2219E0281FD73D4500675252 /* file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file.h; sourceTree = "<group>"; };
|
||||
2219E0291FD73D4500675252 /* fileinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fileinfo.c; sourceTree = "<group>"; };
|
||||
2219E02A1FD73D4500675252 /* fileinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fileinfo.h; sourceTree = "<group>"; };
|
||||
2219E02B1FD73D4500675252 /* firefox-db2pem.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "firefox-db2pem.sh"; sourceTree = "<group>"; };
|
||||
2219E02C1FD73D4500675252 /* formdata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = formdata.c; sourceTree = "<group>"; };
|
||||
2219E02D1FD73D4500675252 /* formdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = formdata.h; sourceTree = "<group>"; };
|
||||
2219E02E1FD73D4500675252 /* ftp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ftp.c; sourceTree = "<group>"; };
|
||||
|
@ -516,8 +512,6 @@
|
|||
2219E0791FD73D4500675252 /* nonblock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nonblock.h; sourceTree = "<group>"; };
|
||||
2219E07A1FD73D4500675252 /* nwlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nwlib.c; sourceTree = "<group>"; };
|
||||
2219E07B1FD73D4500675252 /* nwos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nwos.c; sourceTree = "<group>"; };
|
||||
2219E07C1FD73D4500675252 /* objnames-test08.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "objnames-test08.sh"; sourceTree = "<group>"; };
|
||||
2219E07D1FD73D4500675252 /* objnames-test10.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "objnames-test10.sh"; sourceTree = "<group>"; };
|
||||
2219E07F1FD73D4500675252 /* openldap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = openldap.c; sourceTree = "<group>"; };
|
||||
2219E0801FD73D4500675252 /* parsedate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = parsedate.c; sourceTree = "<group>"; };
|
||||
2219E0811FD73D4500675252 /* parsedate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsedate.h; sourceTree = "<group>"; };
|
||||
|
@ -843,7 +837,6 @@
|
|||
2219E0281FD73D4500675252 /* file.h */,
|
||||
2219E0291FD73D4500675252 /* fileinfo.c */,
|
||||
2219E02A1FD73D4500675252 /* fileinfo.h */,
|
||||
2219E02B1FD73D4500675252 /* firefox-db2pem.sh */,
|
||||
2219E02C1FD73D4500675252 /* formdata.c */,
|
||||
2219E02D1FD73D4500675252 /* formdata.h */,
|
||||
2219E02E1FD73D4500675252 /* ftp.c */,
|
||||
|
@ -914,8 +907,6 @@
|
|||
2219E0791FD73D4500675252 /* nonblock.h */,
|
||||
2219E07A1FD73D4500675252 /* nwlib.c */,
|
||||
2219E07B1FD73D4500675252 /* nwos.c */,
|
||||
2219E07C1FD73D4500675252 /* objnames-test08.sh */,
|
||||
2219E07D1FD73D4500675252 /* objnames-test10.sh */,
|
||||
2219E07F1FD73D4500675252 /* openldap.c */,
|
||||
2219E0801FD73D4500675252 /* parsedate.c */,
|
||||
2219E0811FD73D4500675252 /* parsedate.h */,
|
||||
|
@ -1393,12 +1384,9 @@
|
|||
2219E1711FD73D4500675252 /* libcurl.rc in Resources */,
|
||||
2219E27A1FD7E58600675252 /* mkhelp.pl in Resources */,
|
||||
2219E10F1FD73D4500675252 /* curl_config.h.in in Resources */,
|
||||
2219E1401FD73D4500675252 /* firefox-db2pem.sh in Resources */,
|
||||
2219E1911FD73D4600675252 /* objnames-test08.sh in Resources */,
|
||||
2219E1831FD73D4600675252 /* mk-ca-bundle.pl in Resources */,
|
||||
2219E10E1FD73D4500675252 /* curl_config.h.cmake in Resources */,
|
||||
2219E1841FD73D4600675252 /* mk-ca-bundle.vbs in Resources */,
|
||||
2219E1921FD73D4600675252 /* objnames-test10.sh in Resources */,
|
||||
2219E1721FD73D4500675252 /* libcurl.vers.in in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<key>curl_ios.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>15</integer>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@
|
|||
<key>file_cmds_ios.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>5</integer>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
|
@ -368,7 +368,7 @@
|
|||
223498C91FD706A7007ED1A9 /* filter_fork_windows.c */,
|
||||
);
|
||||
name = libarchive;
|
||||
path = ../libarchive/libarchive/libarchive;
|
||||
path = ../libarchive_grp/libarchive;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
22349A601FD706AF007ED1A9 /* libarchive_fe */ = {
|
||||
|
@ -385,7 +385,7 @@
|
|||
22349A691FD706AF007ED1A9 /* pathmatch.h */,
|
||||
);
|
||||
name = libarchive_fe;
|
||||
path = ../libarchive/libarchive/libarchive_fe;
|
||||
path = ../libarchive_grp/libarchive_fe;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
22349A731FD706B8007ED1A9 /* tar */ = {
|
||||
|
@ -407,7 +407,7 @@
|
|||
22349A9B1FD706B8007ED1A9 /* write.c */,
|
||||
);
|
||||
name = tar;
|
||||
path = ../libarchive/libarchive/tar;
|
||||
path = ../libarchive_grp/tar;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
22349AC51FD70C78007ED1A9 /* Frameworks */ = {
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@
|
|||
<key>libarchive_ios.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>6</integer>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue