|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 841D7EE12F3F9B3C008615CE /* libdobby.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 841D7EE02F3F9B3C008615CE /* libdobby.a */; }; |
| 11 | + 841D7EE32F3F9B9D008615CE /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 841D7EE22F3F9B9D008615CE /* libc++.tbd */; }; |
10 | 12 | 84364F3D2B323FB600E90B58 /* MBProgressHUD.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84364F3B2B323CE300E90B58 /* MBProgressHUD.framework */; }; |
11 | 13 | 84364F3E2B323FB600E90B58 /* MBProgressHUD.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 84364F3B2B323CE300E90B58 /* MBProgressHUD.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
12 | 14 | 84364F472B3C5D4600E90B58 /* libkrw0-dummy.deb in Resources */ = {isa = PBXBuildFile; fileRef = 84364F462B3C5D4600E90B58 /* libkrw0-dummy.deb */; }; |
|
32 | 34 | 847099952B1D855E003FA4ED /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 847099932B1D855E003FA4ED /* LaunchScreen.storyboard */; }; |
33 | 35 | 847099982B1D855E003FA4ED /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 847099972B1D855E003FA4ED /* main.m */; }; |
34 | 36 | 847099A32B1D868F003FA4ED /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = 847099A02B1D868F003FA4ED /* Makefile */; }; |
35 | | - 847099A52B1D9686003FA4ED /* Bootstrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 847099A42B1D9686003FA4ED /* Bootstrap.m */; }; |
| 37 | + 847099A52B1D9686003FA4ED /* bootstrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 847099A42B1D9686003FA4ED /* bootstrap.m */; }; |
36 | 38 | 84A551A82DA47BCC0015CE66 /* roothideapp.deb in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A551A72DA47BCC0015CE66 /* roothideapp.deb */; }; |
37 | 39 | 84A551A92DA47BD00015CE66 /* roothideapp.deb in Resources */ = {isa = PBXBuildFile; fileRef = 84A551A72DA47BCC0015CE66 /* roothideapp.deb */; }; |
38 | 40 | 84C3ECC02EFE72D300D1DC78 /* libcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84C3ECBF2EFE72D300D1DC78 /* libcommon.a */; }; |
|
65 | 67 | /* End PBXCopyFilesBuildPhase section */ |
66 | 68 |
|
67 | 69 | /* Begin PBXFileReference section */ |
| 70 | + 841D7EE02F3F9B3C008615CE /* libdobby.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdobby.a; path = basebin/common/lib/libdobby.a; sourceTree = "<group>"; }; |
| 71 | + 841D7EE22F3F9B9D008615CE /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; |
68 | 72 | 843367522B59AD4800206A68 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; }; |
69 | 73 | 84364F382B2E53BA00E90B58 /* seh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = seh.h; sourceTree = "<group>"; }; |
70 | 74 | 84364F392B3235A100E90B58 /* sources.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sources.h; sourceTree = "<group>"; }; |
|
123 | 127 | 8470999E2B1D868F003FA4ED /* control */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = control; sourceTree = "<group>"; }; |
124 | 128 | 8470999F2B1D868F003FA4ED /* entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = entitlements.plist; sourceTree = "<group>"; }; |
125 | 129 | 847099A02B1D868F003FA4ED /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; }; |
126 | | - 847099A42B1D9686003FA4ED /* Bootstrap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Bootstrap.m; sourceTree = "<group>"; }; |
| 130 | + 847099A42B1D9686003FA4ED /* bootstrap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = bootstrap.m; sourceTree = "<group>"; }; |
127 | 131 | 84A551A72DA47BCC0015CE66 /* roothideapp.deb */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = roothideapp.deb; sourceTree = "<group>"; }; |
128 | 132 | 84C3ECBF2EFE72D300D1DC78 /* libcommon.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcommon.a; path = basebin/common/lib/libcommon.a; sourceTree = "<group>"; }; |
129 | 133 | 84C3ECC12F01A2BA00D1DC78 /* prepare.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = prepare.a; path = basebin/common/lib/prepare.a; sourceTree = "<group>"; }; |
|
155 | 159 | 84438D602B26546E00A1E407 /* MobileCoreServices.framework in Frameworks */, |
156 | 160 | 84438D502B260F8200A1E407 /* libzstd in Frameworks */, |
157 | 161 | 84C3ECC02EFE72D300D1DC78 /* libcommon.a in Frameworks */, |
| 162 | + 841D7EE12F3F9B3C008615CE /* libdobby.a in Frameworks */, |
| 163 | + 841D7EE32F3F9B9D008615CE /* libc++.tbd in Frameworks */, |
158 | 164 | 84C3ECC22F01A2BA00D1DC78 /* prepare.a in Frameworks */, |
159 | 165 | ); |
160 | 166 | runOnlyForDeploymentPostprocessing = 0; |
|
165 | 171 | 84438D5E2B26546E00A1E407 /* Frameworks */ = { |
166 | 172 | isa = PBXGroup; |
167 | 173 | children = ( |
| 174 | + 841D7EE22F3F9B9D008615CE /* libc++.tbd */, |
168 | 175 | 84C3ECC52F01A3A000D1DC78 /* libarchive.2.tbd */, |
169 | 176 | 84C3ECC32F01A30900D1DC78 /* IOKit.framework */, |
170 | 177 | 84C3ECC12F01A2BA00D1DC78 /* prepare.a */, |
| 178 | + 841D7EE02F3F9B3C008615CE /* libdobby.a */, |
171 | 179 | 84C3ECBF2EFE72D300D1DC78 /* libcommon.a */, |
172 | 180 | 84364F3B2B323CE300E90B58 /* MBProgressHUD.framework */, |
173 | 181 | 84438D612B2654EB00A1E407 /* MobileContainerManager.framework */, |
|
230 | 238 | 84364F402B32627200E90B58 /* credits.h */, |
231 | 239 | 84364F392B3235A100E90B58 /* sources.h */, |
232 | 240 | 84364F412B337BC000E90B58 /* bootstrap.h */, |
233 | | - 847099A42B1D9686003FA4ED /* Bootstrap.m */, |
| 241 | + 847099A42B1D9686003FA4ED /* bootstrap.m */, |
234 | 242 | 84438D6E2B2CE5A300A1E407 /* AppEnabler.m */, |
235 | 243 | 84438D4D2B2609C600A1E407 /* utils.h */, |
236 | 244 | 84438D4B2B2609B200A1E407 /* utils.m */, |
|
383 | 391 | FE895FE82B418FB900A16882 /* ContentView.swift in Sources */, |
384 | 392 | FE0633AE2B41BCD900B94787 /* OptionsView.swift in Sources */, |
385 | 393 | FE84597B2B44508300DCB44E /* AppViewControllerWrapper.swift in Sources */, |
386 | | - 847099A52B1D9686003FA4ED /* Bootstrap.m in Sources */, |
| 394 | + 847099A52B1D9686003FA4ED /* bootstrap.m in Sources */, |
387 | 395 | FE895FEC2B418FC800A16882 /* VisualEffectView.swift in Sources */, |
388 | 396 | FE895FED2B418FC800A16882 /* Log.swift in Sources */, |
389 | 397 | 84438D4C2B2609B200A1E407 /* utils.m in Sources */, |
|
593 | 601 | "$(PROJECT_DIR)", |
594 | 602 | "$(PROJECT_DIR)/basebin/common/lib", |
595 | 603 | ); |
596 | | - MARKETING_VERSION = "2.0-beta6"; |
| 604 | + MARKETING_VERSION = "2.0-beta7"; |
597 | 605 | OTHER_LDFLAGS = ""; |
598 | 606 | PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap; |
599 | 607 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
639 | 647 | "$(PROJECT_DIR)", |
640 | 648 | "$(PROJECT_DIR)/basebin/common/lib", |
641 | 649 | ); |
642 | | - MARKETING_VERSION = "2.0-beta6"; |
| 650 | + MARKETING_VERSION = "2.0-beta7"; |
643 | 651 | OTHER_LDFLAGS = ""; |
644 | 652 | PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap; |
645 | 653 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments