Skip to content

Commit 28c6cca

Browse files
committed
fix: add missing LipoCore dependency to HelperShared target
1 parent 6c2a59a commit 28c6cca

1 file changed

Lines changed: 16 additions & 188 deletions

File tree

Monolingual.xcodeproj/project.pbxproj

Lines changed: 16 additions & 188 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
230062EBFEA5445221ADB7EC /* libLipoCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 86E914EED0B9E5E7CBDAE99F /* libLipoCore.a */; };
1011
272CECED81A1C7EBF7F5639F /* lipo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EB7AA51AE6E52B0066369B /* lipo.swift */; };
1112
28D49276ECE073E0C202210C /* libHelperShared.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E64F8749F1B938AA9F67C717 /* libHelperShared.a */; };
1213
31517E9714BA38FE7CC854A3 /* HelperRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95355AD81AD7F5C500872850 /* HelperRequest.swift */; };
1314
4F3E63A8FE6C5E0D570D4DED /* libHelperShared.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E64F8749F1B938AA9F67C717 /* libHelperShared.a */; };
1415
7D7BCD5C66589B1085308738 /* Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95355ADF1AD806DD00872850 /* Helper.swift */; };
15-
91AD1EDA859DF4FD0498B744 /* libLipoCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 86E914EED0B9E5E7CBDAE99F /* libLipoCore.a */; };
1616
950D908A277DF88E00478D6C /* HelperTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D9089277DF88E00478D6C /* HelperTask.swift */; };
1717
950ED26C1976AA6400BAC239 /* LanguageSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950ED26B1976AA6400BAC239 /* LanguageSetting.swift */; };
1818
950ED26E1976AA6D00BAC239 /* BlocklistEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950ED26D1976AA6D00BAC239 /* BlocklistEntry.swift */; };
@@ -23,9 +23,6 @@
2323
9540AC1A26F7C0B400368CC8 /* PreferencesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9540AC1926F7C0B400368CC8 /* PreferencesView.swift */; };
2424
954BF6602779F6BE003DE633 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 954BF65F2779F6BE003DE633 /* Sparkle */; };
2525
954BF661277BB5D7003DE633 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95527CE219741A540092C744 /* AppDelegate.swift */; };
26-
955263A11AE67351001AD4F3 /* Helper_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955263A01AE67351001AD4F3 /* Helper_Tests.swift */; };
27-
955263A61AE675AE001AD4F3 /* Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95355ADF1AD806DD00872850 /* Helper.swift */; };
28-
955263A71AE675AE001AD4F3 /* HelperContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95355ADD1AD7FAF900872850 /* HelperContext.swift */; };
2926
95527CE519741A930092C744 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95527CE419741A930092C744 /* Log.swift */; };
3027
9558F7900615953200F6DE23 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = 9558F78F0615953200F6DE23 /* Credits.html */; };
3128
9558F815061598BA00F6DE23 /* Lies-mich.rtfd in Resources */ = {isa = PBXBuildFile; fileRef = 9558F813061598BA00F6DE23 /* Lies-mich.rtfd */; };
@@ -38,9 +35,6 @@
3835
95B9D1811769CF3A0072A7E0 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95B9D1801769CF3A0072A7E0 /* Media.xcassets */; };
3936
95C2E0342708FCF600ED1D38 /* MonolingualApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C2E0332708FCF600ED1D38 /* MonolingualApp.swift */; };
4037
95C2E0362708FF6500ED1D38 /* HelpCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C2E0352708FF6500ED1D38 /* HelpCommands.swift */; };
41-
95CA05381B93680E000ABDCE /* hello1 in Resources */ = {isa = PBXBuildFile; fileRef = 95CA05351B93680E000ABDCE /* hello1 */; };
42-
95CA05391B93680E000ABDCE /* hello2 in Resources */ = {isa = PBXBuildFile; fileRef = 95CA05361B93680E000ABDCE /* hello2 */; };
43-
95CA053A1B93680E000ABDCE /* hello3 in Resources */ = {isa = PBXBuildFile; fileRef = 95CA05371B93680E000ABDCE /* hello3 */; };
4438
95CD5C3E1ADAF765009DBCD0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F51C1B3401F29B1C0120C6FA /* Localizable.strings */; };
4539
95CEEA4E1ACD94210043CEDC /* LEESMIJ.rtfd in Resources */ = {isa = PBXBuildFile; fileRef = 95CEEA4D1ACD94210043CEDC /* LEESMIJ.rtfd */; };
4640
95D7A922098D48B700DCE08D /* Leggimi.rtfd in Resources */ = {isa = PBXBuildFile; fileRef = 95D7A921098D48B700DCE08D /* Leggimi.rtfd */; };
@@ -51,33 +45,16 @@
5145
95E236F21AD52C7100076008 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E236F11AD52C7100076008 /* main.swift */; };
5246
95E236F61AD5332800076008 /* com.github.IngmarStein.Monolingual.Helper in CopyFiles */ = {isa = PBXBuildFile; fileRef = 95C3C9600610144300D417BC /* com.github.IngmarStein.Monolingual.Helper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
5347
95E236F71AD5356B00076008 /* MonolingualHelperClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959CEEAA197140FC00A433C0 /* MonolingualHelperClient.swift */; };
54-
95E2DEA41AEE593800243579 /* lipo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EB7AA51AE6E52B0066369B /* lipo.swift */; };
55-
95EB7AAF1AE777F90066369B /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EB7AAE1AE777F90066369B /* main.swift */; };
5648
95EDCC88062C4264007229A3 /* LisezMoi.rtfd in Resources */ = {isa = PBXBuildFile; fileRef = 95EDCC87062C4264007229A3 /* LisezMoi.rtfd */; };
5749
95EEC9AE2702693E00F4EF51 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95EEC9AD2702693E00F4EF51 /* MainView.swift */; };
5850
95FCE24322CD355D008A55D3 /* SMJobKit in Frameworks */ = {isa = PBXBuildFile; productRef = 95FCE24222CD355D008A55D3 /* SMJobKit */; };
5951
9FF99BB35FE3428B0C9C5B49 /* libLipoCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 86E914EED0B9E5E7CBDAE99F /* libLipoCore.a */; };
6052
A4EF1791FED76A1A2E24F76E /* libHelperShared.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E64F8749F1B938AA9F67C717 /* libHelperShared.a */; };
61-
C4622BCC1384C2654165FC6D /* libHelperShared.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E64F8749F1B938AA9F67C717 /* libHelperShared.a */; };
6253
D197DF9BA4D742A5C6624754 /* HelperProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95355AD41AD7F50200872850 /* HelperProtocol.swift */; };
6354
D301E54D216C35285B4772C8 /* HelperContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95355ADD1AD7FAF900872850 /* HelperContext.swift */; };
6455
/* End PBXBuildFile section */
6556

6657
/* Begin PBXContainerItemProxy section */
67-
1244628F7CE80B729618082B /* PBXContainerItemProxy */ = {
68-
isa = PBXContainerItemProxy;
69-
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
70-
proxyType = 1;
71-
remoteGlobalIDString = 2DDF1FA6351F0EE7A6268412;
72-
remoteInfo = LipoCore;
73-
};
74-
1F46AC0805582ECF6118472C /* PBXContainerItemProxy */ = {
75-
isa = PBXContainerItemProxy;
76-
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
77-
proxyType = 1;
78-
remoteGlobalIDString = BDD9E8E053EFDA48FE590D82;
79-
remoteInfo = HelperShared;
80-
};
8158
361C379273C710CB778EDB45 /* PBXContainerItemProxy */ = {
8259
isa = PBXContainerItemProxy;
8360
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
@@ -120,6 +97,13 @@
12097
remoteGlobalIDString = BDD9E8E053EFDA48FE590D82;
12198
remoteInfo = HelperShared;
12299
};
100+
D06F4041903477200563DCDD /* PBXContainerItemProxy */ = {
101+
isa = PBXContainerItemProxy;
102+
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
103+
proxyType = 1;
104+
remoteGlobalIDString = 2DDF1FA6351F0EE7A6268412;
105+
remoteInfo = LipoCore;
106+
};
123107
/* End PBXContainerItemProxy section */
124108

125109
/* Begin PBXCopyFilesBuildPhase section */
@@ -264,6 +248,7 @@
264248
isa = PBXFrameworksBuildPhase;
265249
buildActionMask = 2147483647;
266250
files = (
251+
230062EBFEA5445221ADB7EC /* libLipoCore.a in Frameworks */,
267252
);
268253
runOnlyForDeploymentPostprocessing = 0;
269254
};
@@ -593,6 +578,7 @@
593578
buildRules = (
594579
);
595580
dependencies = (
581+
E4B90D5DBFE5806C1C442E18 /* PBXTargetDependency */,
596582
);
597583
name = HelperShared;
598584
productName = HelperShared;
@@ -803,6 +789,12 @@
803789
target = BDD9E8E053EFDA48FE590D82 /* HelperShared */;
804790
targetProxy = 653C315ECA95DECABBCAFF81 /* PBXContainerItemProxy */;
805791
};
792+
E4B90D5DBFE5806C1C442E18 /* PBXTargetDependency */ = {
793+
isa = PBXTargetDependency;
794+
name = LipoCore;
795+
target = 2DDF1FA6351F0EE7A6268412 /* LipoCore */;
796+
targetProxy = D06F4041903477200563DCDD /* PBXContainerItemProxy */;
797+
};
806798
/* End PBXTargetDependency section */
807799

808800
/* Begin PBXVariantGroup section */
@@ -920,101 +912,6 @@
920912
};
921913
name = Release;
922914
};
923-
955263A21AE67351001AD4F3 /* Debug */ = {
924-
isa = XCBuildConfiguration;
925-
buildSettings = {
926-
ALWAYS_SEARCH_USER_PATHS = NO;
927-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
928-
CLANG_ENABLE_OBJC_ARC = YES;
929-
CLANG_ENABLE_OBJC_WEAK = YES;
930-
CLANG_WARN_BOOL_CONVERSION = YES;
931-
CLANG_WARN_CONSTANT_CONVERSION = YES;
932-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
933-
CLANG_WARN_EMPTY_BODY = YES;
934-
CLANG_WARN_ENUM_CONVERSION = YES;
935-
CLANG_WARN_INT_CONVERSION = YES;
936-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
937-
CLANG_WARN_UNREACHABLE_CODE = YES;
938-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
939-
COMBINE_HIDPI_IMAGES = YES;
940-
DEAD_CODE_STRIPPING = YES;
941-
ENABLE_STRICT_OBJC_MSGSEND = YES;
942-
FRAMEWORK_SEARCH_PATHS = (
943-
"$(DEVELOPER_FRAMEWORKS_DIR)",
944-
"$(inherited)",
945-
);
946-
GCC_C_LANGUAGE_STANDARD = gnu99;
947-
GCC_DYNAMIC_NO_PIC = NO;
948-
GCC_NO_COMMON_BLOCKS = YES;
949-
GCC_PREPROCESSOR_DEFINITIONS = (
950-
"DEBUG=1",
951-
"$(inherited)",
952-
);
953-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
954-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
955-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
956-
GCC_WARN_UNDECLARED_SELECTOR = YES;
957-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
958-
GCC_WARN_UNUSED_FUNCTION = YES;
959-
GCC_WARN_UNUSED_VARIABLE = YES;
960-
INFOPLIST_FILE = Helper/Tests/Info.plist;
961-
LD_RUNPATH_SEARCH_PATHS = (
962-
"$(inherited)",
963-
"@executable_path/../Frameworks",
964-
"@loader_path/../Frameworks",
965-
);
966-
MACOSX_DEPLOYMENT_TARGET = 26.0;
967-
PRODUCT_BUNDLE_IDENTIFIER = "com.github.IngmarStein.Monolingual.$(PRODUCT_NAME:rfc1034identifier)";
968-
PRODUCT_NAME = "$(TARGET_NAME)";
969-
SWIFT_COMPILATION_MODE = singlefile;
970-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
971-
SWIFT_VERSION = 6.0;
972-
};
973-
name = Debug;
974-
};
975-
955263A31AE67351001AD4F3 /* Release */ = {
976-
isa = XCBuildConfiguration;
977-
buildSettings = {
978-
ALWAYS_SEARCH_USER_PATHS = NO;
979-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
980-
CLANG_ENABLE_OBJC_ARC = YES;
981-
CLANG_ENABLE_OBJC_WEAK = YES;
982-
CLANG_WARN_BOOL_CONVERSION = YES;
983-
CLANG_WARN_CONSTANT_CONVERSION = YES;
984-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
985-
CLANG_WARN_EMPTY_BODY = YES;
986-
CLANG_WARN_ENUM_CONVERSION = YES;
987-
CLANG_WARN_INT_CONVERSION = YES;
988-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
989-
CLANG_WARN_UNREACHABLE_CODE = YES;
990-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
991-
COMBINE_HIDPI_IMAGES = YES;
992-
DEAD_CODE_STRIPPING = YES;
993-
ENABLE_STRICT_OBJC_MSGSEND = YES;
994-
FRAMEWORK_SEARCH_PATHS = (
995-
"$(DEVELOPER_FRAMEWORKS_DIR)",
996-
"$(inherited)",
997-
);
998-
GCC_C_LANGUAGE_STANDARD = gnu99;
999-
GCC_NO_COMMON_BLOCKS = YES;
1000-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1001-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1002-
GCC_WARN_UNDECLARED_SELECTOR = YES;
1003-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1004-
GCC_WARN_UNUSED_FUNCTION = YES;
1005-
INFOPLIST_FILE = Helper/Tests/Info.plist;
1006-
LD_RUNPATH_SEARCH_PATHS = (
1007-
"$(inherited)",
1008-
"@executable_path/../Frameworks",
1009-
"@loader_path/../Frameworks",
1010-
);
1011-
MACOSX_DEPLOYMENT_TARGET = 26.0;
1012-
PRODUCT_BUNDLE_IDENTIFIER = "com.github.IngmarStein.Monolingual.$(PRODUCT_NAME:rfc1034identifier)";
1013-
PRODUCT_NAME = "$(TARGET_NAME)";
1014-
SWIFT_VERSION = 6.0;
1015-
};
1016-
name = Release;
1017-
};
1018915
95AAF5610856C2DC007CEE36 /* Debug */ = {
1019916
isa = XCBuildConfiguration;
1020917
buildSettings = {
@@ -1390,75 +1287,6 @@
13901287
};
13911288
name = Release;
13921289
};
1393-
95EB7AB11AE777F90066369B /* Debug */ = {
1394-
isa = XCBuildConfiguration;
1395-
buildSettings = {
1396-
CLANG_ENABLE_OBJC_ARC = YES;
1397-
CLANG_ENABLE_OBJC_WEAK = YES;
1398-
CLANG_WARN_BOOL_CONVERSION = YES;
1399-
CLANG_WARN_CONSTANT_CONVERSION = YES;
1400-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1401-
CLANG_WARN_EMPTY_BODY = YES;
1402-
CLANG_WARN_ENUM_CONVERSION = YES;
1403-
CLANG_WARN_INT_CONVERSION = YES;
1404-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1405-
CLANG_WARN_UNREACHABLE_CODE = YES;
1406-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1407-
CODE_SIGN_IDENTITY = "Developer ID Application";
1408-
DEVELOPMENT_TEAM = ADVP2P7SJK;
1409-
ENABLE_HARDENED_RUNTIME = YES;
1410-
ENABLE_STRICT_OBJC_MSGSEND = YES;
1411-
GCC_DYNAMIC_NO_PIC = NO;
1412-
GCC_NO_COMMON_BLOCKS = YES;
1413-
GCC_PREPROCESSOR_DEFINITIONS = (
1414-
"DEBUG=1",
1415-
"$(inherited)",
1416-
);
1417-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1418-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1419-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1420-
GCC_WARN_UNDECLARED_SELECTOR = YES;
1421-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1422-
GCC_WARN_UNUSED_FUNCTION = YES;
1423-
GCC_WARN_UNUSED_VARIABLE = YES;
1424-
MACOSX_DEPLOYMENT_TARGET = 26.0;
1425-
PRODUCT_NAME = "$(TARGET_NAME)";
1426-
SWIFT_COMPILATION_MODE = singlefile;
1427-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1428-
SWIFT_VERSION = 6.0;
1429-
};
1430-
name = Debug;
1431-
};
1432-
95EB7AB21AE777F90066369B /* Release */ = {
1433-
isa = XCBuildConfiguration;
1434-
buildSettings = {
1435-
CLANG_ENABLE_OBJC_ARC = YES;
1436-
CLANG_ENABLE_OBJC_WEAK = YES;
1437-
CLANG_WARN_BOOL_CONVERSION = YES;
1438-
CLANG_WARN_CONSTANT_CONVERSION = YES;
1439-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
1440-
CLANG_WARN_EMPTY_BODY = YES;
1441-
CLANG_WARN_ENUM_CONVERSION = YES;
1442-
CLANG_WARN_INT_CONVERSION = YES;
1443-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1444-
CLANG_WARN_UNREACHABLE_CODE = YES;
1445-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1446-
CODE_SIGN_IDENTITY = "Developer ID Application";
1447-
DEVELOPMENT_TEAM = ADVP2P7SJK;
1448-
ENABLE_HARDENED_RUNTIME = YES;
1449-
ENABLE_STRICT_OBJC_MSGSEND = YES;
1450-
GCC_NO_COMMON_BLOCKS = YES;
1451-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1452-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1453-
GCC_WARN_UNDECLARED_SELECTOR = YES;
1454-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
1455-
GCC_WARN_UNUSED_FUNCTION = YES;
1456-
MACOSX_DEPLOYMENT_TARGET = 26.0;
1457-
PRODUCT_NAME = "$(TARGET_NAME)";
1458-
SWIFT_VERSION = 6.0;
1459-
};
1460-
name = Release;
1461-
};
14621290
D9656C5E6AD8ADA19D049090 /* Release */ = {
14631291
isa = XCBuildConfiguration;
14641292
buildSettings = {

0 commit comments

Comments
 (0)