Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 20122d0

Browse files
committed
Recompiled libs on macOS 10.13.6
1 parent 3359c2a commit 20122d0

14 files changed

Lines changed: 31 additions & 17 deletions

File tree

.DS_Store

-10 KB
Binary file not shown.

AltDeploy.xcodeproj/project.pbxproj

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
/* Begin PBXBuildFile section */
1010
CE5F0E3B23C3894300445F16 /* AltPlugin.mailbundle in Resources */ = {isa = PBXBuildFile; fileRef = CE5F0E3A23C3894300445F16 /* AltPlugin.mailbundle */; };
11-
CE7AA86423C3B66B009EFA51 /* dependencies.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE7AA85823C3B630009EFA51 /* dependencies.a */; };
11+
CE77230B23C76FDC0000C344 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77230A23C76FDC0000C344 /* libcrypto.a */; };
12+
CE77230D23C76FDE0000C344 /* libimobiledevice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77230C23C76FDE0000C344 /* libimobiledevice.a */; };
13+
CE77230F23C76FE10000C344 /* libplist.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77230E23C76FE10000C344 /* libplist.a */; };
14+
CE77231123C76FE30000C344 /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77231023C76FE30000C344 /* libssl.a */; };
15+
CE77231323C76FE50000C344 /* libusbmuxd.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE77231223C76FE50000C344 /* libusbmuxd.a */; };
1216
CEA24B5E23C1234100A6DB11 /* ALTAppleAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA24B3023C1234100A6DB11 /* ALTAppleAPI.m */; };
1317
CEA24B5F23C1234100A6DB11 /* ALTAppleAPI+Authentication.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA24B3123C1234100A6DB11 /* ALTAppleAPI+Authentication.m */; };
1418
CEA24B6023C1234100A6DB11 /* ALTAppleAPISession.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA24B3223C1234100A6DB11 /* ALTAppleAPISession.m */; };
@@ -64,13 +68,12 @@
6468

6569
/* Begin PBXFileReference section */
6670
CE5F0E3A23C3894300445F16 /* AltPlugin.mailbundle */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AltPlugin.mailbundle; sourceTree = "<group>"; };
71+
CE77230A23C76FDC0000C344 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = Dependencies/libcrypto.a; sourceTree = "<group>"; };
72+
CE77230C23C76FDE0000C344 /* libimobiledevice.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libimobiledevice.a; path = Dependencies/libimobiledevice.a; sourceTree = "<group>"; };
73+
CE77230E23C76FE10000C344 /* libplist.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libplist.a; path = Dependencies/libplist.a; sourceTree = "<group>"; };
74+
CE77231023C76FE30000C344 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = Dependencies/libssl.a; sourceTree = "<group>"; };
75+
CE77231223C76FE50000C344 /* libusbmuxd.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libusbmuxd.a; path = Dependencies/libusbmuxd.a; sourceTree = "<group>"; };
6776
CE7AA85723C3B62A009EFA51 /* Dependencies */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Dependencies; sourceTree = "<group>"; };
68-
CE7AA85823C3B630009EFA51 /* dependencies.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = dependencies.a; path = Dependencies/dependencies.a; sourceTree = "<group>"; };
69-
CE7AA85A23C3B652009EFA51 /* libimobiledevice.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libimobiledevice.a; path = Dependencies/Individual/libimobiledevice.a; sourceTree = "<group>"; };
70-
CE7AA85C23C3B655009EFA51 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = Dependencies/Individual/libssl.a; sourceTree = "<group>"; };
71-
CE7AA85E23C3B657009EFA51 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = Dependencies/Individual/libcrypto.a; sourceTree = "<group>"; };
72-
CE7AA86023C3B658009EFA51 /* libplist.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libplist.a; path = Dependencies/Individual/libplist.a; sourceTree = "<group>"; };
73-
CE7AA86223C3B65A009EFA51 /* libusbmuxd.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libusbmuxd.a; path = Dependencies/Individual/libusbmuxd.a; sourceTree = "<group>"; };
7477
CEA24A9923C10F8900A6DB11 /* AltDeploy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AltDeploy.app; sourceTree = BUILT_PRODUCTS_DIR; };
7578
CEA24B2E23C1234100A6DB11 /* AltSign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AltSign.h; sourceTree = "<group>"; };
7679
CEA24B3023C1234100A6DB11 /* ALTAppleAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALTAppleAPI.m; sourceTree = "<group>"; };
@@ -229,7 +232,11 @@
229232
isa = PBXFrameworksBuildPhase;
230233
buildActionMask = 2147483647;
231234
files = (
232-
CE7AA86423C3B66B009EFA51 /* dependencies.a in Frameworks */,
235+
CE77231123C76FE30000C344 /* libssl.a in Frameworks */,
236+
CE77230B23C76FDC0000C344 /* libcrypto.a in Frameworks */,
237+
CE77231323C76FE50000C344 /* libusbmuxd.a in Frameworks */,
238+
CE77230D23C76FDE0000C344 /* libimobiledevice.a in Frameworks */,
239+
CE77230F23C76FE10000C344 /* libplist.a in Frameworks */,
233240
);
234241
runOnlyForDeploymentPostprocessing = 0;
235242
};
@@ -265,12 +272,11 @@
265272
CEA24AB023C10FCD00A6DB11 /* Frameworks */ = {
266273
isa = PBXGroup;
267274
children = (
268-
CE7AA85A23C3B652009EFA51 /* libimobiledevice.a */,
269-
CE7AA86023C3B658009EFA51 /* libplist.a */,
270-
CE7AA85C23C3B655009EFA51 /* libssl.a */,
271-
CE7AA86223C3B65A009EFA51 /* libusbmuxd.a */,
272-
CE7AA85E23C3B657009EFA51 /* libcrypto.a */,
273-
CE7AA85823C3B630009EFA51 /* dependencies.a */,
275+
CE77230A23C76FDC0000C344 /* libcrypto.a */,
276+
CE77231023C76FE30000C344 /* libssl.a */,
277+
CE77231223C76FE50000C344 /* libusbmuxd.a */,
278+
CE77230C23C76FDE0000C344 /* libimobiledevice.a */,
279+
CE77230E23C76FE10000C344 /* libplist.a */,
274280
);
275281
name = Frameworks;
276282
sourceTree = "<group>";
@@ -735,6 +741,10 @@
735741
"$(inherited)",
736742
"@executable_path/../Frameworks",
737743
);
744+
LIBRARY_SEARCH_PATHS = (
745+
"$(inherited)",
746+
"$(PROJECT_DIR)/Dependencies",
747+
);
738748
MACOSX_DEPLOYMENT_TARGET = 10.13;
739749
OTHER_CFLAGS = "-Dunix=1";
740750
PRODUCT_BUNDLE_IDENTIFIER = com.pixelomer.altdeploy;
@@ -764,6 +774,10 @@
764774
"$(inherited)",
765775
"@executable_path/../Frameworks",
766776
);
777+
LIBRARY_SEARCH_PATHS = (
778+
"$(inherited)",
779+
"$(PROJECT_DIR)/Dependencies",
780+
);
767781
MACOSX_DEPLOYMENT_TARGET = 10.13;
768782
OTHER_CFLAGS = "-Dunix=1";
769783
PRODUCT_BUNDLE_IDENTIFIER = com.pixelomer.altdeploy;

AltDeploy.xcodeproj/xcshareddata/xcschemes/AltDeploy.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
</Testables>
3232
</TestAction>
3333
<LaunchAction
34-
buildConfiguration = "Debug"
35-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
34+
buildConfiguration = "Release"
35+
selectedDebuggerIdentifier = ""
36+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
3737
launchStyle = "0"
3838
useCustomWorkingDirectory = "NO"
3939
ignoresPersistentStateOnLaunch = "NO"
-3.74 MB
Binary file not shown.
-251 KB
Binary file not shown.

Dependencies/Individual/libplist.a

-75.8 KB
Binary file not shown.

Dependencies/Individual/libssl.a

-705 KB
Binary file not shown.
-42.2 KB
Binary file not shown.

Dependencies/dependencies.a

-4.79 MB
Binary file not shown.

Dependencies/libcrypto.a

3.91 MB
Binary file not shown.

0 commit comments

Comments
 (0)