Skip to content

Commit 62396e9

Browse files
committed
Adding TeX binaries
1 parent f6141bb commit 62396e9

File tree

2 files changed

+37
-68
lines changed

2 files changed

+37
-68
lines changed

Blink.xcodeproj/project.pbxproj

Lines changed: 16 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@
141141
07F670771D05EEE200C0A53C /* SSHSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 07F670701D05EEE200C0A53C /* SSHSession.m */; };
142142
2236F3501FDA7900000D3229 /* curl_ios_static.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2236F34B1FDA7886000D3229 /* curl_ios_static.framework */; };
143143
2236F3511FDA7900000D3229 /* curl_ios_static.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2236F34B1FDA7886000D3229 /* curl_ios_static.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
144-
22534A4A1FDC972100E9922E /* ios_system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A491FDC968E00E9922E /* ios_system.framework */; };
145-
22534A4B1FDC972100E9922E /* ios_system.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A491FDC968E00E9922E /* ios_system.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
146-
22534A5D1FDC975200E9922E /* libbibtex.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A581FDC975100E9922E /* libbibtex.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
147-
22534A5E1FDC975200E9922E /* libluatex.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A591FDC975100E9922E /* libluatex.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
148-
22534A5F1FDC975200E9922E /* libtexlua52.5.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A5A1FDC975100E9922E /* libtexlua52.5.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
149-
22534A601FDC975200E9922E /* libpdftex.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A5B1FDC975200E9922E /* libpdftex.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
150-
22534A611FDC975200E9922E /* libkpathsea.6.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A5C1FDC975200E9922E /* libkpathsea.6.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
151144
2257829D1FDB53340050F312 /* libncurses.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 2257829C1FDB53340050F312 /* libncurses.tbd */; };
152145
225C53C31EEAB0C900395C6F /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 225C53C21EEAB0C900395C6F /* CloudKit.framework */; };
146+
22C199B31FE1C88700494DDA /* libbibtex.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A581FDC975100E9922E /* libbibtex.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
147+
22C199B41FE1C88700494DDA /* libkpathsea.6.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A5C1FDC975200E9922E /* libkpathsea.6.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
148+
22C199B51FE1C88700494DDA /* libluatex.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A591FDC975100E9922E /* libluatex.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
149+
22C199B61FE1C88700494DDA /* libpdftex.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A5B1FDC975200E9922E /* libpdftex.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
150+
22C199B71FE1C88700494DDA /* libtexlua52.5.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22534A5A1FDC975100E9922E /* libtexlua52.5.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
151+
22C199BD1FE1CA0800494DDA /* ios_system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22C199BC1FE1CA0800494DDA /* ios_system.framework */; };
152+
22C199BE1FE1CA0800494DDA /* ios_system.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 22C199BC1FE1CA0800494DDA /* ios_system.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
153153
22C6715C1EEC370D00A44443 /* libc.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 22C6715B1EEC370D00A44443 /* libc.tbd */; };
154154
22C671601EEC3C8400A44443 /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 22C6715F1EEC3C8400A44443 /* libiconv.tbd */; };
155155
22F738111F0A563E00048A48 /* libxml2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 22F738101F0A563E00048A48 /* libxml2.tbd */; };
@@ -257,20 +257,6 @@
257257
remoteGlobalIDString = 2219DFCE1FD73AF500675252;
258258
remoteInfo = curl_ios;
259259
};
260-
22534A481FDC968E00E9922E /* PBXContainerItemProxy */ = {
261-
isa = PBXContainerItemProxy;
262-
containerPortal = 22534A441FDC968E00E9922E /* ios_system.xcodeproj */;
263-
proxyType = 2;
264-
remoteGlobalIDString = 223496AB1FD5FC71007ED1A9;
265-
remoteInfo = ios_system;
266-
};
267-
22534A4C1FDC972100E9922E /* PBXContainerItemProxy */ = {
268-
isa = PBXContainerItemProxy;
269-
containerPortal = 22534A441FDC968E00E9922E /* ios_system.xcodeproj */;
270-
proxyType = 1;
271-
remoteGlobalIDString = 223496AA1FD5FC71007ED1A9;
272-
remoteInfo = ios_system;
273-
};
274260
22FE48BA1FDC722100899DA7 /* PBXContainerItemProxy */ = {
275261
isa = PBXContainerItemProxy;
276262
containerPortal = 0732F1101D062C9F00AB5438 /* UICKeyChainStore.xcodeproj */;
@@ -306,15 +292,15 @@
306292
dstPath = "";
307293
dstSubfolderSpec = 10;
308294
files = (
295+
22C199B51FE1C88700494DDA /* libluatex.dylib in Embed Frameworks */,
309296
2236F3511FDA7900000D3229 /* curl_ios_static.framework in Embed Frameworks */,
310-
22534A611FDC975200E9922E /* libkpathsea.6.dylib in Embed Frameworks */,
311-
22534A5F1FDC975200E9922E /* libtexlua52.5.dylib in Embed Frameworks */,
312-
22534A5E1FDC975200E9922E /* libluatex.dylib in Embed Frameworks */,
313-
22534A601FDC975200E9922E /* libpdftex.dylib in Embed Frameworks */,
297+
22C199B41FE1C88700494DDA /* libkpathsea.6.dylib in Embed Frameworks */,
298+
22C199B61FE1C88700494DDA /* libpdftex.dylib in Embed Frameworks */,
314299
0732F1231D062DDB00AB5438 /* MBProgressHUD.framework in Embed Frameworks */,
315-
22534A5D1FDC975200E9922E /* libbibtex.dylib in Embed Frameworks */,
300+
22C199B31FE1C88700494DDA /* libbibtex.dylib in Embed Frameworks */,
316301
0732F11F1D062DDB00AB5438 /* UICKeyChainStore.framework in Embed Frameworks */,
317-
22534A4B1FDC972100E9922E /* ios_system.framework in Embed Frameworks */,
302+
22C199B71FE1C88700494DDA /* libtexlua52.5.dylib in Embed Frameworks */,
303+
22C199BE1FE1CA0800494DDA /* ios_system.framework in Embed Frameworks */,
318304
);
319305
name = "Embed Frameworks";
320306
runOnlyForDeploymentPostprocessing = 0;
@@ -422,14 +408,14 @@
422408
07F6706F1D05EEE200C0A53C /* SSHSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSHSession.h; sourceTree = "<group>"; };
423409
07F670701D05EEE200C0A53C /* SSHSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSHSession.m; sourceTree = "<group>"; };
424410
2236F3461FDA7885000D3229 /* curl_ios_static.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = curl_ios_static.xcodeproj; path = ../ios_system/curl_ios_static.xcodeproj; sourceTree = "<group>"; };
425-
22534A441FDC968E00E9922E /* ios_system.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ios_system.xcodeproj; path = ../ios_system/ios_system.xcodeproj; sourceTree = "<group>"; };
426411
22534A581FDC975100E9922E /* libbibtex.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libbibtex.dylib; sourceTree = "<group>"; };
427412
22534A591FDC975100E9922E /* libluatex.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libluatex.dylib; sourceTree = "<group>"; };
428413
22534A5A1FDC975100E9922E /* libtexlua52.5.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libtexlua52.5.dylib; sourceTree = "<group>"; };
429414
22534A5B1FDC975200E9922E /* libpdftex.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpdftex.dylib; sourceTree = "<group>"; };
430415
22534A5C1FDC975200E9922E /* libkpathsea.6.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libkpathsea.6.dylib; sourceTree = "<group>"; };
431416
2257829C1FDB53340050F312 /* libncurses.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libncurses.tbd; path = usr/lib/libncurses.tbd; sourceTree = SDKROOT; };
432417
225C53C21EEAB0C900395C6F /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
418+
22C199BC1FE1CA0800494DDA /* ios_system.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ios_system.framework; sourceTree = "<group>"; };
433419
22C6715B1EEC370D00A44443 /* libc.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libc.tbd; path = usr/lib/libc.tbd; sourceTree = SDKROOT; };
434420
22C6715F1EEC3C8400A44443 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
435421
22F738101F0A563E00048A48 /* libxml2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libxml2.tbd; path = usr/lib/libxml2.tbd; sourceTree = SDKROOT; };
@@ -533,7 +519,7 @@
533519
2257829D1FDB53340050F312 /* libncurses.tbd in Frameworks */,
534520
2236F3501FDA7900000D3229 /* curl_ios_static.framework in Frameworks */,
535521
22F738131F0A564B00048A48 /* libbz2.tbd in Frameworks */,
536-
22534A4A1FDC972100E9922E /* ios_system.framework in Frameworks */,
522+
22C199BD1FE1CA0800494DDA /* ios_system.framework in Frameworks */,
537523
22F738111F0A563E00048A48 /* libxml2.tbd in Frameworks */,
538524
22C6715C1EEC370D00A44443 /* libc.tbd in Frameworks */,
539525
22C671601EEC3C8400A44443 /* libiconv.tbd in Frameworks */,
@@ -611,6 +597,7 @@
611597
0732F04F1D062BB300AB5438 /* Frameworks */ = {
612598
isa = PBXGroup;
613599
children = (
600+
22C199BC1FE1CA0800494DDA /* ios_system.framework */,
614601
22534A581FDC975100E9922E /* libbibtex.dylib */,
615602
22534A5C1FDC975200E9922E /* libkpathsea.6.dylib */,
616603
22534A591FDC975100E9922E /* libluatex.dylib */,
@@ -813,14 +800,6 @@
813800
name = Products;
814801
sourceTree = "<group>";
815802
};
816-
22534A451FDC968E00E9922E /* Products */ = {
817-
isa = PBXGroup;
818-
children = (
819-
22534A491FDC968E00E9922E /* ios_system.framework */,
820-
);
821-
name = Products;
822-
sourceTree = "<group>";
823-
};
824803
B75112C71DE4A7680040C693 /* UserConfiguration */ = {
825804
isa = PBXGroup;
826805
children = (
@@ -986,7 +965,6 @@
986965
EA0BA1821C0CC57B00719C1A = {
987966
isa = PBXGroup;
988967
children = (
989-
22534A441FDC968E00E9922E /* ios_system.xcodeproj */,
990968
2236F3461FDA7885000D3229 /* curl_ios_static.xcodeproj */,
991969
C9B2E0031D6B612300B89F69 /* Settings */,
992970
0732F04F1D062BB300AB5438 /* Frameworks */,
@@ -1049,7 +1027,6 @@
10491027
);
10501028
dependencies = (
10511029
2236F3531FDA7900000D3229 /* PBXTargetDependency */,
1052-
22534A4D1FDC972100E9922E /* PBXTargetDependency */,
10531030
);
10541031
name = Blink;
10551032
productName = Blink;
@@ -1148,10 +1125,6 @@
11481125
ProductGroup = 2236F3471FDA7885000D3229 /* Products */;
11491126
ProjectRef = 2236F3461FDA7885000D3229 /* curl_ios_static.xcodeproj */;
11501127
},
1151-
{
1152-
ProductGroup = 22534A451FDC968E00E9922E /* Products */;
1153-
ProjectRef = 22534A441FDC968E00E9922E /* ios_system.xcodeproj */;
1154-
},
11551128
{
11561129
ProductGroup = 0732F1061D062BF700AB5438 /* Products */;
11571130
ProjectRef = 0732F1051D062BF700AB5438 /* MBProgressHUD.xcodeproj */;
@@ -1213,13 +1186,6 @@
12131186
remoteRef = 2236F34A1FDA7886000D3229 /* PBXContainerItemProxy */;
12141187
sourceTree = BUILT_PRODUCTS_DIR;
12151188
};
1216-
22534A491FDC968E00E9922E /* ios_system.framework */ = {
1217-
isa = PBXReferenceProxy;
1218-
fileType = wrapper.framework;
1219-
path = ios_system.framework;
1220-
remoteRef = 22534A481FDC968E00E9922E /* PBXContainerItemProxy */;
1221-
sourceTree = BUILT_PRODUCTS_DIR;
1222-
};
12231189
22FE48BB1FDC722100899DA7 /* TestHost.app */ = {
12241190
isa = PBXReferenceProxy;
12251191
fileType = wrapper.application;
@@ -1439,11 +1405,6 @@
14391405
name = curl_ios;
14401406
targetProxy = 2236F3521FDA7900000D3229 /* PBXContainerItemProxy */;
14411407
};
1442-
22534A4D1FDC972100E9922E /* PBXTargetDependency */ = {
1443-
isa = PBXTargetDependency;
1444-
name = ios_system;
1445-
targetProxy = 22534A4C1FDC972100E9922E /* PBXContainerItemProxy */;
1446-
};
14471408
EA0BA1A61C0CC57B00719C1A /* PBXTargetDependency */ = {
14481409
isa = PBXTargetDependency;
14491410
target = EA0BA18A1C0CC57B00719C1A /* Blink */;

Blink.xcodeproj/xcshareddata/xcschemes/Blink.xcscheme

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
buildImplicitDependencies = "YES">
88
<BuildActionEntries>
99
<BuildActionEntry
10-
buildForTesting = "YES"
10+
buildForTesting = "NO"
1111
buildForRunning = "YES"
1212
buildForProfiling = "YES"
1313
buildForArchiving = "YES"
@@ -20,24 +20,29 @@
2020
ReferencedContainer = "container:Blink.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "NO"
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "NO">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "EA0BA1A31C0CC57B00719C1A"
32+
BuildableName = "Blink.xctest"
33+
BlueprintName = "BlinkUITests"
34+
ReferencedContainer = "container:Blink.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
2337
</BuildActionEntries>
2438
</BuildAction>
2539
<TestAction
2640
buildConfiguration = "Debug"
2741
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2842
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
language = ""
2944
shouldUseLaunchSchemeArgsEnv = "YES">
3045
<Testables>
31-
<TestableReference
32-
skipped = "NO">
33-
<BuildableReference
34-
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "EA0BA1A31C0CC57B00719C1A"
36-
BuildableName = "Blink.xctest"
37-
BlueprintName = "BlinkUITests"
38-
ReferencedContainer = "container:Blink.xcodeproj">
39-
</BuildableReference>
40-
</TestableReference>
4146
</Testables>
4247
<MacroExpansion>
4348
<BuildableReference
@@ -52,13 +57,16 @@
5257
</AdditionalOptions>
5358
</TestAction>
5459
<LaunchAction
55-
buildConfiguration = "Debug"
60+
buildConfiguration = "Release"
5661
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5762
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
63+
disableMainThreadChecker = "YES"
64+
language = ""
5865
launchStyle = "0"
5966
useCustomWorkingDirectory = "NO"
6067
ignoresPersistentStateOnLaunch = "NO"
6168
debugDocumentVersioning = "YES"
69+
stopOnEveryMainThreadCheckerIssue = "YES"
6270
debugServiceExtension = "internal"
6371
allowLocationSimulation = "YES">
6472
<BuildableProductRunnable
@@ -75,7 +83,7 @@
7583
</AdditionalOptions>
7684
</LaunchAction>
7785
<ProfileAction
78-
buildConfiguration = "Release"
86+
buildConfiguration = "Debug"
7987
shouldUseLaunchSchemeArgsEnv = "YES"
8088
savedToolIdentifier = ""
8189
useCustomWorkingDirectory = "NO"

0 commit comments

Comments
 (0)