|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 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 */; }; |
12 | 16 | CEA24B5E23C1234100A6DB11 /* ALTAppleAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA24B3023C1234100A6DB11 /* ALTAppleAPI.m */; }; |
13 | 17 | CEA24B5F23C1234100A6DB11 /* ALTAppleAPI+Authentication.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA24B3123C1234100A6DB11 /* ALTAppleAPI+Authentication.m */; }; |
14 | 18 | CEA24B6023C1234100A6DB11 /* ALTAppleAPISession.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA24B3223C1234100A6DB11 /* ALTAppleAPISession.m */; }; |
|
64 | 68 |
|
65 | 69 | /* Begin PBXFileReference section */ |
66 | 70 | 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>"; }; |
67 | 76 | 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>"; }; |
74 | 77 | CEA24A9923C10F8900A6DB11 /* AltDeploy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AltDeploy.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
75 | 78 | CEA24B2E23C1234100A6DB11 /* AltSign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AltSign.h; sourceTree = "<group>"; }; |
76 | 79 | CEA24B3023C1234100A6DB11 /* ALTAppleAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALTAppleAPI.m; sourceTree = "<group>"; }; |
|
229 | 232 | isa = PBXFrameworksBuildPhase; |
230 | 233 | buildActionMask = 2147483647; |
231 | 234 | 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 */, |
233 | 240 | ); |
234 | 241 | runOnlyForDeploymentPostprocessing = 0; |
235 | 242 | }; |
|
265 | 272 | CEA24AB023C10FCD00A6DB11 /* Frameworks */ = { |
266 | 273 | isa = PBXGroup; |
267 | 274 | 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 */, |
274 | 280 | ); |
275 | 281 | name = Frameworks; |
276 | 282 | sourceTree = "<group>"; |
|
735 | 741 | "$(inherited)", |
736 | 742 | "@executable_path/../Frameworks", |
737 | 743 | ); |
| 744 | + LIBRARY_SEARCH_PATHS = ( |
| 745 | + "$(inherited)", |
| 746 | + "$(PROJECT_DIR)/Dependencies", |
| 747 | + ); |
738 | 748 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
739 | 749 | OTHER_CFLAGS = "-Dunix=1"; |
740 | 750 | PRODUCT_BUNDLE_IDENTIFIER = com.pixelomer.altdeploy; |
|
764 | 774 | "$(inherited)", |
765 | 775 | "@executable_path/../Frameworks", |
766 | 776 | ); |
| 777 | + LIBRARY_SEARCH_PATHS = ( |
| 778 | + "$(inherited)", |
| 779 | + "$(PROJECT_DIR)/Dependencies", |
| 780 | + ); |
767 | 781 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
768 | 782 | OTHER_CFLAGS = "-Dunix=1"; |
769 | 783 | PRODUCT_BUNDLE_IDENTIFIER = com.pixelomer.altdeploy; |
|
0 commit comments