Skip to content

Commit 8057536

Browse files
committed
Add missing cups-oauth/x509 tools to Xcode project.
1 parent b3918bf commit 8057536

File tree

3 files changed

+234
-1
lines changed

3 files changed

+234
-1
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "pdfio"]
22
path = pdfio
33
url = https://github.com/michaelrsweet/pdfio.git
4+
branch = v1.5.x

xcode/libcups.xcodeproj/project.pbxproj

Lines changed: 232 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
buildPhases = (
4848
);
4949
dependencies = (
50+
2707C9502DBBDACB00F0EA95 /* PBXTargetDependency */,
51+
2707C9522DBBDACB00F0EA95 /* PBXTargetDependency */,
5052
274FF5E313332D4300317ECB /* PBXTargetDependency */,
5153
72BEA8D819AFA8BB0085F0F3 /* PBXTargetDependency */,
5254
72BEA8D619AFA8A00085F0F3 /* PBXTargetDependency */,
@@ -126,6 +128,18 @@
126128
270696551CADF3E200FFE5FB /* transcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 72220F07133305BB00FCA411 /* transcode.h */; settings = {ATTRIBUTES = (Public, ); }; };
127129
270696561CADF3E200FFE5FB /* base.h in Headers */ = {isa = PBXBuildFile; fileRef = 72220F0A133305BB00FCA411 /* base.h */; settings = {ATTRIBUTES = (Public, ); }; };
128130
2706965B1CAE1A9A00FFE5FB /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 72220F09133305BB00FCA411 /* util.c */; };
131+
2707C9352DBBDAAB00F0EA95 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC591926750C000F61D3 /* CoreFoundation.framework */; };
132+
2707C9362DBBDAAB00F0EA95 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27312F302AC9C30A000F6392 /* CoreGraphics.framework */; };
133+
2707C9372DBBDAAB00F0EA95 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 27D3967A27BB389C003D3D8E /* libz.tbd */; };
134+
2707C9382DBBDAAB00F0EA95 /* libpdfio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 27FBBD3A2C0E525E00CD5A5D /* libpdfio.a */; };
135+
2707C9392DBBDAAB00F0EA95 /* libcups3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups3.dylib */; };
136+
2707C9452DBBDAAE00F0EA95 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC591926750C000F61D3 /* CoreFoundation.framework */; };
137+
2707C9462DBBDAAE00F0EA95 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27312F302AC9C30A000F6392 /* CoreGraphics.framework */; };
138+
2707C9472DBBDAAE00F0EA95 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 27D3967A27BB389C003D3D8E /* libz.tbd */; };
139+
2707C9482DBBDAAE00F0EA95 /* libpdfio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 27FBBD3A2C0E525E00CD5A5D /* libpdfio.a */; };
140+
2707C9492DBBDAAE00F0EA95 /* libcups3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups3.dylib */; };
141+
2707C9542DBBDB0000F0EA95 /* cups-oauth.c in Sources */ = {isa = PBXBuildFile; fileRef = 2707C9532DBBDB0000F0EA95 /* cups-oauth.c */; };
142+
2707C9562DBBDB1000F0EA95 /* cups-x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 2707C9552DBBDB1000F0EA95 /* cups-x509.c */; };
129143
2707FC052C0E16AA0035BBFC /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2767FC5E1926750C000F61D3 /* SystemConfiguration.framework */; };
130144
2707FC072C0E17340035BBFC /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2707FC062C0E17340035BBFC /* CoreServices.framework */; };
131145
2707FC082C0E175F0035BBFC /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2707FC062C0E17340035BBFC /* CoreServices.framework */; };
@@ -591,6 +605,34 @@
591605
remoteGlobalIDString = 2705325329953A4100D62D33;
592606
remoteInfo = testgetdests;
593607
};
608+
2707C9312DBBDAAB00F0EA95 /* PBXContainerItemProxy */ = {
609+
isa = PBXContainerItemProxy;
610+
containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
611+
proxyType = 1;
612+
remoteGlobalIDString = 72220EAD1333047D00FCA411;
613+
remoteInfo = libcups;
614+
};
615+
2707C9412DBBDAAE00F0EA95 /* PBXContainerItemProxy */ = {
616+
isa = PBXContainerItemProxy;
617+
containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
618+
proxyType = 1;
619+
remoteGlobalIDString = 72220EAD1333047D00FCA411;
620+
remoteInfo = libcups;
621+
};
622+
2707C94F2DBBDACB00F0EA95 /* PBXContainerItemProxy */ = {
623+
isa = PBXContainerItemProxy;
624+
containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
625+
proxyType = 1;
626+
remoteGlobalIDString = 2707C92F2DBBDAAB00F0EA95;
627+
remoteInfo = "cups-oauth";
628+
};
629+
2707C9512DBBDACB00F0EA95 /* PBXContainerItemProxy */ = {
630+
isa = PBXContainerItemProxy;
631+
containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
632+
proxyType = 1;
633+
remoteGlobalIDString = 2707C93F2DBBDAAE00F0EA95;
634+
remoteInfo = "cups-x509";
635+
};
594636
2707FC3A2C0E192E0035BBFC /* PBXContainerItemProxy */ = {
595637
isa = PBXContainerItemProxy;
596638
containerPortal = 72BF96371333042100B1EAD7 /* Project object */;
@@ -1002,6 +1044,24 @@
10021044
);
10031045
runOnlyForDeploymentPostprocessing = 1;
10041046
};
1047+
2707C93A2DBBDAAB00F0EA95 /* CopyFiles */ = {
1048+
isa = PBXCopyFilesBuildPhase;
1049+
buildActionMask = 2147483647;
1050+
dstPath = /usr/share/man/man1/;
1051+
dstSubfolderSpec = 0;
1052+
files = (
1053+
);
1054+
runOnlyForDeploymentPostprocessing = 1;
1055+
};
1056+
2707C94A2DBBDAAE00F0EA95 /* CopyFiles */ = {
1057+
isa = PBXCopyFilesBuildPhase;
1058+
buildActionMask = 2147483647;
1059+
dstPath = /usr/share/man/man1/;
1060+
dstSubfolderSpec = 0;
1061+
files = (
1062+
);
1063+
runOnlyForDeploymentPostprocessing = 1;
1064+
};
10051065
2707FC472C0E192E0035BBFC /* CopyFiles */ = {
10061066
isa = PBXCopyFilesBuildPhase;
10071067
buildActionMask = 2147483647;
@@ -1260,6 +1320,10 @@
12601320
2705326629953A4100D62D33 /* testgetdests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testgetdests; sourceTree = BUILT_PRODUCTS_DIR; };
12611321
2705326729953A7900D62D33 /* testgetdests.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testgetdests.c; path = ../cups/testgetdests.c; sourceTree = "<group>"; };
12621322
2706965A1CADF3E200FFE5FB /* libcups3_ios.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcups3_ios.a; sourceTree = BUILT_PRODUCTS_DIR; };
1323+
2707C93E2DBBDAAB00F0EA95 /* cups-oauth */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-oauth"; sourceTree = BUILT_PRODUCTS_DIR; };
1324+
2707C94E2DBBDAAE00F0EA95 /* cups-x509 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "cups-x509"; sourceTree = BUILT_PRODUCTS_DIR; };
1325+
2707C9532DBBDB0000F0EA95 /* cups-oauth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "cups-oauth.c"; path = "../tools/cups-oauth.c"; sourceTree = SOURCE_ROOT; };
1326+
2707C9552DBBDB1000F0EA95 /* cups-x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "cups-x509.c"; path = "../tools/cups-x509.c"; sourceTree = SOURCE_ROOT; };
12631327
2707FC062C0E17340035BBFC /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
12641328
2707FC4B2C0E192E0035BBFC /* testoauth */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testoauth; sourceTree = BUILT_PRODUCTS_DIR; };
12651329
2707FC4C2C0E19660035BBFC /* testoauth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testoauth.c; path = ../cups/testoauth.c; sourceTree = "<group>"; };
@@ -1469,6 +1533,30 @@
14691533
);
14701534
runOnlyForDeploymentPostprocessing = 0;
14711535
};
1536+
2707C9342DBBDAAB00F0EA95 /* Frameworks */ = {
1537+
isa = PBXFrameworksBuildPhase;
1538+
buildActionMask = 2147483647;
1539+
files = (
1540+
2707C9352DBBDAAB00F0EA95 /* CoreFoundation.framework in Frameworks */,
1541+
2707C9362DBBDAAB00F0EA95 /* CoreGraphics.framework in Frameworks */,
1542+
2707C9372DBBDAAB00F0EA95 /* libz.tbd in Frameworks */,
1543+
2707C9382DBBDAAB00F0EA95 /* libpdfio.a in Frameworks */,
1544+
2707C9392DBBDAAB00F0EA95 /* libcups3.dylib in Frameworks */,
1545+
);
1546+
runOnlyForDeploymentPostprocessing = 0;
1547+
};
1548+
2707C9442DBBDAAE00F0EA95 /* Frameworks */ = {
1549+
isa = PBXFrameworksBuildPhase;
1550+
buildActionMask = 2147483647;
1551+
files = (
1552+
2707C9452DBBDAAE00F0EA95 /* CoreFoundation.framework in Frameworks */,
1553+
2707C9462DBBDAAE00F0EA95 /* CoreGraphics.framework in Frameworks */,
1554+
2707C9472DBBDAAE00F0EA95 /* libz.tbd in Frameworks */,
1555+
2707C9482DBBDAAE00F0EA95 /* libpdfio.a in Frameworks */,
1556+
2707C9492DBBDAAE00F0EA95 /* libcups3.dylib in Frameworks */,
1557+
);
1558+
runOnlyForDeploymentPostprocessing = 0;
1559+
};
14721560
2707FC3D2C0E192E0035BBFC /* Frameworks */ = {
14731561
isa = PBXFrameworksBuildPhase;
14741562
buildActionMask = 2147483647;
@@ -1996,6 +2084,8 @@
19962084
274FF67313333B0A00317ECB /* commands */ = {
19972085
isa = PBXGroup;
19982086
children = (
2087+
2707C9532DBBDB0000F0EA95 /* cups-oauth.c */,
2088+
2707C9552DBBDB1000F0EA95 /* cups-x509.c */,
19992089
27312F292AC9C2DD000F6392 /* ipp-options.c */,
20002090
27312F2B2AC9C2DD000F6392 /* ipp-options.h */,
20012091
273B1EBD226B3EE300428143 /* ippevecommon.h */,
@@ -2042,6 +2132,8 @@
20422132
27312F282AC9C2B3000F6392 /* ipptransform */,
20432133
2707FC4B2C0E192E0035BBFC /* testoauth */,
20442134
275CEA1F2CC83557008FBB27 /* testclock */,
2135+
2707C93E2DBBDAAB00F0EA95 /* cups-oauth */,
2136+
2707C94E2DBBDAAE00F0EA95 /* cups-x509 */,
20452137
);
20462138
name = Products;
20472139
sourceTree = "<group>";
@@ -2331,6 +2423,42 @@
23312423
productReference = 2706965A1CADF3E200FFE5FB /* libcups3_ios.a */;
23322424
productType = "com.apple.product-type.library.dynamic";
23332425
};
2426+
2707C92F2DBBDAAB00F0EA95 /* cups-oauth */ = {
2427+
isa = PBXNativeTarget;
2428+
buildConfigurationList = 2707C93B2DBBDAAB00F0EA95 /* Build configuration list for PBXNativeTarget "cups-oauth" */;
2429+
buildPhases = (
2430+
2707C9322DBBDAAB00F0EA95 /* Sources */,
2431+
2707C9342DBBDAAB00F0EA95 /* Frameworks */,
2432+
2707C93A2DBBDAAB00F0EA95 /* CopyFiles */,
2433+
);
2434+
buildRules = (
2435+
);
2436+
dependencies = (
2437+
2707C9302DBBDAAB00F0EA95 /* PBXTargetDependency */,
2438+
);
2439+
name = "cups-oauth";
2440+
productName = ipptool;
2441+
productReference = 2707C93E2DBBDAAB00F0EA95 /* cups-oauth */;
2442+
productType = "com.apple.product-type.tool";
2443+
};
2444+
2707C93F2DBBDAAE00F0EA95 /* cups-x509 */ = {
2445+
isa = PBXNativeTarget;
2446+
buildConfigurationList = 2707C94B2DBBDAAE00F0EA95 /* Build configuration list for PBXNativeTarget "cups-x509" */;
2447+
buildPhases = (
2448+
2707C9422DBBDAAE00F0EA95 /* Sources */,
2449+
2707C9442DBBDAAE00F0EA95 /* Frameworks */,
2450+
2707C94A2DBBDAAE00F0EA95 /* CopyFiles */,
2451+
);
2452+
buildRules = (
2453+
);
2454+
dependencies = (
2455+
2707C9402DBBDAAE00F0EA95 /* PBXTargetDependency */,
2456+
);
2457+
name = "cups-x509";
2458+
productName = ipptool;
2459+
productReference = 2707C94E2DBBDAAE00F0EA95 /* cups-x509 */;
2460+
productType = "com.apple.product-type.tool";
2461+
};
23342462
2707FC382C0E192E0035BBFC /* testoauth */ = {
23352463
isa = PBXNativeTarget;
23362464
buildConfigurationList = 2707FC482C0E192E0035BBFC /* Build configuration list for PBXNativeTarget "testoauth" */;
@@ -2902,6 +3030,8 @@
29023030
72220EAD1333047D00FCA411 /* libcups3 */,
29033031
270695FD1CADF3E200FFE5FB /* libcups3_ios */,
29043032
274FF6891333B1C400317ECB /* libcups3_static */,
3033+
2707C92F2DBBDAAB00F0EA95 /* cups-oauth */,
3034+
2707C93F2DBBDAAE00F0EA95 /* cups-x509 */,
29053035
2778BBC9275DA09B0070DA11 /* fuzzipp */,
29063036
726AD6F6135E88F0002C930D /* ippeveprinter */,
29073037
72CF95E618A19134000FCAE4 /* ippfind */,
@@ -2993,6 +3123,22 @@
29933123
);
29943124
runOnlyForDeploymentPostprocessing = 0;
29953125
};
3126+
2707C9322DBBDAAB00F0EA95 /* Sources */ = {
3127+
isa = PBXSourcesBuildPhase;
3128+
buildActionMask = 2147483647;
3129+
files = (
3130+
2707C9542DBBDB0000F0EA95 /* cups-oauth.c in Sources */,
3131+
);
3132+
runOnlyForDeploymentPostprocessing = 0;
3133+
};
3134+
2707C9422DBBDAAE00F0EA95 /* Sources */ = {
3135+
isa = PBXSourcesBuildPhase;
3136+
buildActionMask = 2147483647;
3137+
files = (
3138+
2707C9562DBBDB1000F0EA95 /* cups-x509.c in Sources */,
3139+
);
3140+
runOnlyForDeploymentPostprocessing = 0;
3141+
};
29963142
2707FC3B2C0E192E0035BBFC /* Sources */ = {
29973143
isa = PBXSourcesBuildPhase;
29983144
buildActionMask = 2147483647;
@@ -3331,6 +3477,26 @@
33313477
target = 2705325329953A4100D62D33 /* testgetdests */;
33323478
targetProxy = 2705326929953A8D00D62D33 /* PBXContainerItemProxy */;
33333479
};
3480+
2707C9302DBBDAAB00F0EA95 /* PBXTargetDependency */ = {
3481+
isa = PBXTargetDependency;
3482+
target = 72220EAD1333047D00FCA411 /* libcups3 */;
3483+
targetProxy = 2707C9312DBBDAAB00F0EA95 /* PBXContainerItemProxy */;
3484+
};
3485+
2707C9402DBBDAAE00F0EA95 /* PBXTargetDependency */ = {
3486+
isa = PBXTargetDependency;
3487+
target = 72220EAD1333047D00FCA411 /* libcups3 */;
3488+
targetProxy = 2707C9412DBBDAAE00F0EA95 /* PBXContainerItemProxy */;
3489+
};
3490+
2707C9502DBBDACB00F0EA95 /* PBXTargetDependency */ = {
3491+
isa = PBXTargetDependency;
3492+
target = 2707C92F2DBBDAAB00F0EA95 /* cups-oauth */;
3493+
targetProxy = 2707C94F2DBBDACB00F0EA95 /* PBXContainerItemProxy */;
3494+
};
3495+
2707C9522DBBDACB00F0EA95 /* PBXTargetDependency */ = {
3496+
isa = PBXTargetDependency;
3497+
target = 2707C93F2DBBDAAE00F0EA95 /* cups-x509 */;
3498+
targetProxy = 2707C9512DBBDACB00F0EA95 /* PBXContainerItemProxy */;
3499+
};
33343500
2707FC392C0E192E0035BBFC /* PBXTargetDependency */ = {
33353501
isa = PBXTargetDependency;
33363502
target = 274FF6891333B1C400317ECB /* libcups3_static */;
@@ -3683,6 +3849,54 @@
36833849
};
36843850
name = Release;
36853851
};
3852+
2707C93C2DBBDAAB00F0EA95 /* Debug */ = {
3853+
isa = XCBuildConfiguration;
3854+
buildSettings = {
3855+
CLANG_ENABLE_OBJC_WEAK = YES;
3856+
CODE_SIGN_IDENTITY = "-";
3857+
DEAD_CODE_STRIPPING = YES;
3858+
INSTALL_PATH = /usr/bin;
3859+
MACOSX_DEPLOYMENT_TARGET = 11.0;
3860+
PRODUCT_NAME = "$(TARGET_NAME)";
3861+
};
3862+
name = Debug;
3863+
};
3864+
2707C93D2DBBDAAB00F0EA95 /* Release */ = {
3865+
isa = XCBuildConfiguration;
3866+
buildSettings = {
3867+
CLANG_ENABLE_OBJC_WEAK = YES;
3868+
CODE_SIGN_IDENTITY = "-";
3869+
DEAD_CODE_STRIPPING = YES;
3870+
INSTALL_PATH = /usr/bin;
3871+
MACOSX_DEPLOYMENT_TARGET = 11.0;
3872+
PRODUCT_NAME = "$(TARGET_NAME)";
3873+
};
3874+
name = Release;
3875+
};
3876+
2707C94C2DBBDAAE00F0EA95 /* Debug */ = {
3877+
isa = XCBuildConfiguration;
3878+
buildSettings = {
3879+
CLANG_ENABLE_OBJC_WEAK = YES;
3880+
CODE_SIGN_IDENTITY = "-";
3881+
DEAD_CODE_STRIPPING = YES;
3882+
INSTALL_PATH = /usr/bin;
3883+
MACOSX_DEPLOYMENT_TARGET = 11.0;
3884+
PRODUCT_NAME = "$(TARGET_NAME)";
3885+
};
3886+
name = Debug;
3887+
};
3888+
2707C94D2DBBDAAE00F0EA95 /* Release */ = {
3889+
isa = XCBuildConfiguration;
3890+
buildSettings = {
3891+
CLANG_ENABLE_OBJC_WEAK = YES;
3892+
CODE_SIGN_IDENTITY = "-";
3893+
DEAD_CODE_STRIPPING = YES;
3894+
INSTALL_PATH = /usr/bin;
3895+
MACOSX_DEPLOYMENT_TARGET = 11.0;
3896+
PRODUCT_NAME = "$(TARGET_NAME)";
3897+
};
3898+
name = Release;
3899+
};
36863900
2707FC492C0E192E0035BBFC /* Debug */ = {
36873901
isa = XCBuildConfiguration;
36883902
buildSettings = {
@@ -4582,6 +4796,24 @@
45824796
defaultConfigurationIsVisible = 0;
45834797
defaultConfigurationName = Release;
45844798
};
4799+
2707C93B2DBBDAAB00F0EA95 /* Build configuration list for PBXNativeTarget "cups-oauth" */ = {
4800+
isa = XCConfigurationList;
4801+
buildConfigurations = (
4802+
2707C93C2DBBDAAB00F0EA95 /* Debug */,
4803+
2707C93D2DBBDAAB00F0EA95 /* Release */,
4804+
);
4805+
defaultConfigurationIsVisible = 0;
4806+
defaultConfigurationName = Release;
4807+
};
4808+
2707C94B2DBBDAAE00F0EA95 /* Build configuration list for PBXNativeTarget "cups-x509" */ = {
4809+
isa = XCConfigurationList;
4810+
buildConfigurations = (
4811+
2707C94C2DBBDAAE00F0EA95 /* Debug */,
4812+
2707C94D2DBBDAAE00F0EA95 /* Release */,
4813+
);
4814+
defaultConfigurationIsVisible = 0;
4815+
defaultConfigurationName = Release;
4816+
};
45854817
2707FC482C0E192E0035BBFC /* Build configuration list for PBXNativeTarget "testoauth" */ = {
45864818
isa = XCConfigurationList;
45874819
buildConfigurations = (

0 commit comments

Comments
 (0)