|
48 | 48 | 6168001B2D364DD400DF485F /* StripedTextTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6168001A2D364DD400DF485F /* StripedTextTableViewController.m */; };
|
49 | 49 | 6168001D2D3652B600DF485F /* LogsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6168001C2D3652B100DF485F /* LogsView.swift */; };
|
50 | 50 | 61946B262D2FD8AB009E0AC4 /* OrderedCollections in Frameworks */ = {isa = PBXBuildFile; productRef = 61946B252D2FD8AB009E0AC4 /* OrderedCollections */; };
|
| 51 | + 61C7D54A2D82D8E40064D626 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 61C7D5462D82D5C60064D626 /* InfoPlist.strings */; }; |
| 52 | + 61C7D54C2D82DBAD0064D626 /* DisclaimerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61C7D54B2D82DBAC0064D626 /* DisclaimerView.swift */; }; |
51 | 53 | 61EFA3642D30267E00159442 /* InjectorV3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61EFA3632D30267200159442 /* InjectorV3.swift */; };
|
52 | 54 | 61EFA3672D3026D400159442 /* CocoaLumberjack in Frameworks */ = {isa = PBXBuildFile; productRef = 61EFA3662D3026D400159442 /* CocoaLumberjack */; };
|
53 | 55 | 61EFA3692D3026D400159442 /* CocoaLumberjackSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 61EFA3682D3026D400159442 /* CocoaLumberjackSwift */; };
|
|
152 | 154 | 616800192D364DD400DF485F /* StripedTextTableViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StripedTextTableViewController.h; sourceTree = "<group>"; };
|
153 | 155 | 6168001A2D364DD400DF485F /* StripedTextTableViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = StripedTextTableViewController.m; sourceTree = "<group>"; };
|
154 | 156 | 6168001C2D3652B100DF485F /* LogsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogsView.swift; sourceTree = "<group>"; };
|
| 157 | + 61C7D5452D82D5C60064D626 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 158 | + 61C7D5472D82D5C80064D626 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; }; |
| 159 | + 61C7D5482D82D5C90064D626 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 160 | + 61C7D5492D82D5C90064D626 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 161 | + 61C7D54B2D82DBAC0064D626 /* DisclaimerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisclaimerView.swift; sourceTree = "<group>"; }; |
155 | 162 | 61EFA3632D30267200159442 /* InjectorV3.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InjectorV3.swift; sourceTree = "<group>"; };
|
156 | 163 | 61EFA36C2D3027AF00159442 /* InjectorV3+Command.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InjectorV3+Command.swift"; sourceTree = "<group>"; };
|
157 | 164 | 61EFA36E2D30338300159442 /* InjectorV3+Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "InjectorV3+Bundle.swift"; sourceTree = "<group>"; };
|
|
273 | 280 | children = (
|
274 | 281 | 6124A0732CD2328600C52253 /* AppListCell.swift */,
|
275 | 282 | CCF4706D2C4A4BAB008D8197 /* AppListView.swift */,
|
| 283 | + 61C7D54B2D82DBAC0064D626 /* DisclaimerView.swift */, |
276 | 284 | CC15490D2C4B80AF00A4173E /* EjectListView.swift */,
|
277 | 285 | CC1548D42C4A744300A4173E /* FailureView.swift */,
|
278 | 286 | 614C0C6B2D7D72C7007E9184 /* IndexableScroller.swift */,
|
|
359 | 367 | children = (
|
360 | 368 | CCF4705D2C4A464B008D8197 /* Assets.xcassets */,
|
361 | 369 | CC60FBE92CC4E6C400A6D21A /* Info.plist */,
|
| 370 | + 61C7D5462D82D5C60064D626 /* InfoPlist.strings */, |
362 | 371 | CCF4706B2C4A4919008D8197 /* Localizable.strings */,
|
363 | 372 | CC3485142C71B219007E0E28 /* TrollFools.entitlements */,
|
364 | 373 | CC3485152C71B219007E0E28 /* Version.xcconfig */,
|
|
549 | 558 | CC0E80FB2C54F84000B137B4 /* mv-15 in Resources */,
|
550 | 559 | CC1549002C4AB43600A4173E /* rm in Resources */,
|
551 | 560 | CC1548DD2C4A8DC500A4173E /* insert_dylib in Resources */,
|
| 561 | + 61C7D54A2D82D8E40064D626 /* InfoPlist.strings in Resources */, |
552 | 562 | CC5E54BE2C4E12F900FDE4A8 /* install_name_tool in Resources */,
|
553 | 563 | CCC564EB2C4BE8320097C300 /* ldid in Resources */,
|
554 | 564 | CC15490C2C4B79D800A4173E /* optool in Resources */,
|
|
622 | 632 | CC19E4BB2C561D7300E0F1B5 /* SettingsView.swift in Sources */,
|
623 | 633 | 61EFA36F2D30338B00159442 /* InjectorV3+Bundle.swift in Sources */,
|
624 | 634 | 61EFA3642D30267E00159442 /* InjectorV3.swift in Sources */,
|
| 635 | + 61C7D54C2D82DBAD0064D626 /* DisclaimerView.swift in Sources */, |
625 | 636 | 6124A07F2CD233BA00C52253 /* PlugInCell.swift in Sources */,
|
626 | 637 | 61EFA37B2D31165700159442 /* InjectorV3+Backup.swift in Sources */,
|
627 | 638 | 61EFA3712D3033BB00159442 /* InjectorV3+Error.swift in Sources */,
|
|
650 | 661 | /* End PBXTargetDependency section */
|
651 | 662 |
|
652 | 663 | /* Begin PBXVariantGroup section */
|
| 664 | + 61C7D5462D82D5C60064D626 /* InfoPlist.strings */ = { |
| 665 | + isa = PBXVariantGroup; |
| 666 | + children = ( |
| 667 | + 61C7D5452D82D5C60064D626 /* en */, |
| 668 | + 61C7D5472D82D5C80064D626 /* zh-Hans */, |
| 669 | + 61C7D5482D82D5C90064D626 /* it */, |
| 670 | + 61C7D5492D82D5C90064D626 /* vi */, |
| 671 | + ); |
| 672 | + name = InfoPlist.strings; |
| 673 | + sourceTree = "<group>"; |
| 674 | + }; |
653 | 675 | CCF4706B2C4A4919008D8197 /* Localizable.strings */ = {
|
654 | 676 | isa = PBXVariantGroup;
|
655 | 677 | children = (
|
|
0 commit comments