Skip to content

Commit

Permalink
[Carthage] Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaddy committed Nov 10, 2022
1 parent a3cd661 commit bc20d7e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 46 deletions.
94 changes: 52 additions & 42 deletions DJSwiftHelpers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
622E8B63291683EF009F7A8D /* OnFirstAppear.swift in Sources */ = {isa = PBXBuildFile; fileRef = 622E8B3729167B14009F7A8D /* OnFirstAppear.swift */; };
622E8B722916851E009F7A8D /* DJSwiftHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 622E8B712916851E009F7A8D /* DJSwiftHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; };
622E8B7329168572009F7A8D /* OnFirstAppear.swift in Sources */ = {isa = PBXBuildFile; fileRef = 622E8B3729167B14009F7A8D /* OnFirstAppear.swift */; };
6241494328F338EB00161522 /* NSMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6241494228F338EB00161522 /* NSMutableAttributedString.swift */; };
625380722594BCE900C58B2F /* CLLocationCoordinate2D.swift in Sources */ = {isa = PBXBuildFile; fileRef = 625380712594BCE900C58B2F /* CLLocationCoordinate2D.swift */; };
625380762594BDDD00C58B2F /* CLLocationCoordinate2D.swift in Sources */ = {isa = PBXBuildFile; fileRef = 625380712594BCE900C58B2F /* CLLocationCoordinate2D.swift */; };
6253807A2594BDDD00C58B2F /* CLLocationCoordinate2D.swift in Sources */ = {isa = PBXBuildFile; fileRef = 625380712594BCE900C58B2F /* CLLocationCoordinate2D.swift */; };
Expand All @@ -57,21 +56,22 @@
626654A125F2767000696303 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 620F6A34250BB78200B10032 /* String.swift */; };
626654A225F2767000696303 /* Decodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D6CDE8255BFCCB00ABD216 /* Decodable.swift */; };
626654A325F2767000696303 /* Date.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D6CDEB255BFDA900ABD216 /* Date.swift */; };
6267B87926A07017009A31B1 /* UIWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6267B87726A07017009A31B1 /* UIWindow.swift */; };
6267B87C26A07017009A31B1 /* UIApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6267B87826A07017009A31B1 /* UIApplication.swift */; };
62754BA625E691E200F2F489 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62754BA525E691E200F2F489 /* Codable.swift */; };
62754BA725E691E200F2F489 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62754BA525E691E200F2F489 /* Codable.swift */; };
62754BA825E691E200F2F489 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62754BA525E691E200F2F489 /* Codable.swift */; };
627631A7255D512F005C09B1 /* DJSwiftHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 627631A6255D512F005C09B1 /* DJSwiftHelpers.swift */; };
6278E84B2861A8590004DF29 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8432861A8590004DF29 /* UIColor.swift */; };
6278E84C2861A8590004DF29 /* UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8442861A8590004DF29 /* UIViewController.swift */; };
6278E84D2861A8590004DF29 /* UILabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8452861A8590004DF29 /* UILabel.swift */; };
6278E84E2861A8590004DF29 /* UIStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8462861A8590004DF29 /* UIStackView.swift */; };
6278E84F2861A8590004DF29 /* UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8472861A8590004DF29 /* UIFont.swift */; };
6278E8502861A8590004DF29 /* UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8482861A8590004DF29 /* UIImage.swift */; };
6278E8512861A8590004DF29 /* UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8492861A8590004DF29 /* UIDevice.swift */; };
6278E8522861A8590004DF29 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E84A2861A8590004DF29 /* UIView.swift */; };
62BFAA94273ECDE600DAC879 /* Gradient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62BFAA93273ECDE600DAC879 /* Gradient.swift */; };
62843F28291CFE16004DEA0E /* Gradient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62BFAA93273ECDE600DAC879 /* Gradient.swift */; };
62843F29291CFE16004DEA0E /* UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8492861A8590004DF29 /* UIDevice.swift */; };
62843F2A291CFE16004DEA0E /* UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8442861A8590004DF29 /* UIViewController.swift */; };
62843F2B291CFE16004DEA0E /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8432861A8590004DF29 /* UIColor.swift */; };
62843F2C291CFE16004DEA0E /* UILabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8452861A8590004DF29 /* UILabel.swift */; };
62843F2D291CFE16004DEA0E /* UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8472861A8590004DF29 /* UIFont.swift */; };
62843F2E291CFE16004DEA0E /* UIStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8462861A8590004DF29 /* UIStackView.swift */; };
62843F2F291CFE16004DEA0E /* UIApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6267B87826A07017009A31B1 /* UIApplication.swift */; };
62843F30291CFE16004DEA0E /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E84A2861A8590004DF29 /* UIView.swift */; };
62843F31291CFE16004DEA0E /* UIWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6267B87726A07017009A31B1 /* UIWindow.swift */; };
62843F32291CFE16004DEA0E /* NSMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6241494228F338EB00161522 /* NSMutableAttributedString.swift */; };
62843F33291CFE16004DEA0E /* UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6278E8482861A8590004DF29 /* UIImage.swift */; };
62D6CDE9255BFCCB00ABD216 /* Decodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D6CDE8255BFCCB00ABD216 /* Decodable.swift */; };
62D6CDEC255BFDA900ABD216 /* Date.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D6CDEB255BFDA900ABD216 /* Date.swift */; };
62D6CDEF255BFFA300ABD216 /* URLResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D6CDEE255BFFA300ABD216 /* URLResponse.swift */; };
Expand Down Expand Up @@ -109,7 +109,7 @@
620F6A32250BB78100B10032 /* Array.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Array.swift; sourceTree = "<group>"; };
620F6A34250BB78200B10032 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
620F6A4D250BBCE900B10032 /* UserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserDefaults.swift; sourceTree = "<group>"; };
621B3C35255D467000A5E77F /* DJSwiftHelpers_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DJSwiftHelpers_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
621B3C35255D467000A5E77F /* DJSwiftHelpers_UIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DJSwiftHelpers_UIKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6220B4C225ADDDC40064B9EB /* Collection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Collection.swift; sourceTree = "<group>"; };
622E8B3729167B14009F7A8D /* OnFirstAppear.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnFirstAppear.swift; sourceTree = "<group>"; };
622E8B3929167B79009F7A8D /* OpenInSafari.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenInSafari.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -207,7 +207,7 @@
622E8B492916818A009F7A8D /* DJSwiftHelpers.h */,
622E8B712916851E009F7A8D /* DJSwiftHelpers.h */,
622E8B36291679A8009F7A8D /* SwiftUI */,
6267B87626A07017009A31B1 /* Non_Extension */,
6267B87626A07017009A31B1 /* UIKit */,
620F6A31250BB76900B10032 /* Common */,
620F6A28250BB75500B10032 /* DJSwiftHelpers */,
6266547F25F2765C00696303 /* DJSwiftHelpers_MacOS */,
Expand All @@ -220,7 +220,7 @@
isa = PBXGroup;
children = (
620F6A26250BB75500B10032 /* DJSwiftHelpers.framework */,
621B3C35255D467000A5E77F /* DJSwiftHelpers_Extension.framework */,
621B3C35255D467000A5E77F /* DJSwiftHelpers_UIKit.framework */,
62DF505D256E99DB00C88FF7 /* DJSwiftHelpers.framework */,
6266547E25F2765C00696303 /* DJSwiftHelpers.framework */,
622E8B4029167E34009F7A8D /* DJSwiftHelpers_SwiftUI.framework */,
Expand Down Expand Up @@ -291,7 +291,7 @@
path = DJSwiftHelpers_MacOS;
sourceTree = "<group>";
};
6267B87626A07017009A31B1 /* Non_Extension */ = {
6267B87626A07017009A31B1 /* UIKit */ = {
isa = PBXGroup;
children = (
62BFAA93273ECDE600DAC879 /* Gradient.swift */,
Expand All @@ -307,8 +307,8 @@
6278E8442861A8590004DF29 /* UIViewController.swift */,
6267B87726A07017009A31B1 /* UIWindow.swift */,
);
name = Non_Extension;
path = Sources/Non_Extension;
name = UIKit;
path = Sources/UIKit;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -391,9 +391,9 @@
productReference = 620F6A26250BB75500B10032 /* DJSwiftHelpers.framework */;
productType = "com.apple.product-type.framework";
};
621B3C1D255D467000A5E77F /* DJSwiftHelpers_Extension */ = {
621B3C1D255D467000A5E77F /* DJSwiftHelpers_UIKit */ = {
isa = PBXNativeTarget;
buildConfigurationList = 621B3C32255D467000A5E77F /* Build configuration list for PBXNativeTarget "DJSwiftHelpers_Extension" */;
buildConfigurationList = 621B3C32255D467000A5E77F /* Build configuration list for PBXNativeTarget "DJSwiftHelpers_UIKit" */;
buildPhases = (
621B3C1E255D467000A5E77F /* Headers */,
621B3C20255D467000A5E77F /* Sources */,
Expand All @@ -404,9 +404,9 @@
);
dependencies = (
);
name = DJSwiftHelpers_Extension;
name = DJSwiftHelpers_UIKit;
productName = DJSwiftHelpers;
productReference = 621B3C35255D467000A5E77F /* DJSwiftHelpers_Extension.framework */;
productReference = 621B3C35255D467000A5E77F /* DJSwiftHelpers_UIKit.framework */;
productType = "com.apple.product-type.framework";
};
622E8B3F29167E34009F7A8D /* DJSwiftHelpers_SwiftUI */ = {
Expand Down Expand Up @@ -545,7 +545,7 @@
620F6A25250BB75500B10032 /* DJSwiftHelpers */,
62DF505C256E99DB00C88FF7 /* DJSwiftHelpers_Watch */,
6266547D25F2765C00696303 /* DJSwiftHelpers_MacOS */,
621B3C1D255D467000A5E77F /* DJSwiftHelpers_Extension */,
621B3C1D255D467000A5E77F /* DJSwiftHelpers_UIKit */,
622E8B3F29167E34009F7A8D /* DJSwiftHelpers_SwiftUI */,
622E8B5B291683C1009F7A8D /* DJSwiftHelpers_SwiftUI_MacOS */,
622E8B692916848F009F7A8D /* DJSwiftHelpers_SwiftUI_WatchOS */,
Expand Down Expand Up @@ -610,12 +610,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6241494328F338EB00161522 /* NSMutableAttributedString.swift in Sources */,
62F315EB27A186F0003D2906 /* Task.swift in Sources */,
6267B87C26A07017009A31B1 /* UIApplication.swift in Sources */,
620F6A39250BB78200B10032 /* String.swift in Sources */,
62D6CDF2255C002B00ABD216 /* URLRequest.swift in Sources */,
62BFAA94273ECDE600DAC879 /* Gradient.swift in Sources */,
6206C951256D6FF8003F3A67 /* URLSession.swift in Sources */,
620F6A37250BB78200B10032 /* Array.swift in Sources */,
62EC880526F8DACE00211A6A /* Locale.swift in Sources */,
Expand All @@ -627,7 +624,6 @@
62D6CDEC255BFDA900ABD216 /* Date.swift in Sources */,
62DEDA492636D40A00771544 /* FileManager.swift in Sources */,
62754BA625E691E200F2F489 /* Codable.swift in Sources */,
6267B87926A07017009A31B1 /* UIWindow.swift in Sources */,
625380722594BCE900C58B2F /* CLLocationCoordinate2D.swift in Sources */,
62D6CDE9255BFCCB00ABD216 /* Decodable.swift in Sources */,
627631A7255D512F005C09B1 /* DJSwiftHelpers.swift in Sources */,
Expand All @@ -638,31 +634,35 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
62843F31291CFE16004DEA0E /* UIWindow.swift in Sources */,
62843F30291CFE16004DEA0E /* UIView.swift in Sources */,
621B3C21255D467000A5E77F /* String.swift in Sources */,
62843F2B291CFE16004DEA0E /* UIColor.swift in Sources */,
62843F32291CFE16004DEA0E /* NSMutableAttributedString.swift in Sources */,
62843F2D291CFE16004DEA0E /* UIFont.swift in Sources */,
62843F2F291CFE16004DEA0E /* UIApplication.swift in Sources */,
62843F29291CFE16004DEA0E /* UIDevice.swift in Sources */,
621B3C22255D467000A5E77F /* URLRequest.swift in Sources */,
6278E84D2861A8590004DF29 /* UILabel.swift in Sources */,
6278E84C2861A8590004DF29 /* UIViewController.swift in Sources */,
6206C954256D6FFC003F3A67 /* URLSession.swift in Sources */,
6278E84E2861A8590004DF29 /* UIStackView.swift in Sources */,
621B3C24255D467000A5E77F /* Array.swift in Sources */,
6278E84F2861A8590004DF29 /* UIFont.swift in Sources */,
621B3C27255D467000A5E77F /* UserDefaults.swift in Sources */,
6278E8522861A8590004DF29 /* UIView.swift in Sources */,
6278E8502861A8590004DF29 /* UIImage.swift in Sources */,
6278E84B2861A8590004DF29 /* UIColor.swift in Sources */,
625380862594CE9E00C58B2F /* Double.swift in Sources */,
62018FE825DEB40F002B71A5 /* AsyncOperation.swift in Sources */,
621B3C29255D467000A5E77F /* URLResponse.swift in Sources */,
62F315EC27A186F0003D2906 /* Task.swift in Sources */,
6220B4C425ADDDC40064B9EB /* Collection.swift in Sources */,
621B3C2A255D467000A5E77F /* Date.swift in Sources */,
62DEDA4A2636D40A00771544 /* FileManager.swift in Sources */,
62843F33291CFE16004DEA0E /* UIImage.swift in Sources */,
62843F2C291CFE16004DEA0E /* UILabel.swift in Sources */,
62754BA725E691E200F2F489 /* Codable.swift in Sources */,
6278E8512861A8590004DF29 /* UIDevice.swift in Sources */,
62843F2A291CFE16004DEA0E /* UIViewController.swift in Sources */,
625380762594BDDD00C58B2F /* CLLocationCoordinate2D.swift in Sources */,
62843F2E291CFE16004DEA0E /* UIStackView.swift in Sources */,
621B3C2C255D467000A5E77F /* Decodable.swift in Sources */,
621136ED255D5CAC003F8FBF /* DJSwiftHelpers.swift in Sources */,
62EC880626F8DACE00211A6A /* Locale.swift in Sources */,
62843F28291CFE16004DEA0E /* Gradient.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -867,7 +867,7 @@
620F6A2F250BB75500B10032 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
Expand All @@ -884,19 +884,21 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.dappological.DJSwiftHelpers;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Debug;
};
620F6A30250BB75500B10032 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = NO;
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
Expand All @@ -913,18 +915,20 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.dappological.DJSwiftHelpers;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Release;
};
621B3C33255D467000A5E77F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
Expand Down Expand Up @@ -954,7 +958,7 @@
621B3C34255D467000A5E77F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
Expand Down Expand Up @@ -1179,6 +1183,7 @@
6266548325F2765C00696303 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
Expand All @@ -1201,12 +1206,14 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Debug;
};
6266548425F2765C00696303 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
Expand All @@ -1229,6 +1236,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Release;
};
Expand All @@ -1251,14 +1259,15 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "com.dappological.DJSwiftHelpers-Watch";
PRODUCT_NAME = DJSwiftHelpers;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG IS_WATCH";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Debug;
};
Expand All @@ -1281,14 +1290,15 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "com.dappological.DJSwiftHelpers-Watch";
PRODUCT_NAME = DJSwiftHelpers;
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = IS_WATCH;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Release;
};
Expand All @@ -1313,7 +1323,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
621B3C32255D467000A5E77F /* Build configuration list for PBXNativeTarget "DJSwiftHelpers_Extension" */ = {
621B3C32255D467000A5E77F /* Build configuration list for PBXNativeTarget "DJSwiftHelpers_UIKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
621B3C33255D467000A5E77F /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "621B3C1D255D467000A5E77F"
BuildableName = "DJSwiftHelpers_Extension.framework"
BlueprintName = "DJSwiftHelpers_Extension"
BuildableName = "DJSwiftHelpers_UIKit.framework"
BlueprintName = "DJSwiftHelpers_UIKit"
ReferencedContainer = "container:DJSwiftHelpers.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand Down Expand Up @@ -51,8 +51,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "621B3C1D255D467000A5E77F"
BuildableName = "DJSwiftHelpers_Extension.framework"
BlueprintName = "DJSwiftHelpers_Extension"
BuildableName = "DJSwiftHelpers_UIKit.framework"
BlueprintName = "DJSwiftHelpers_UIKit"
ReferencedContainer = "container:DJSwiftHelpers.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down

0 comments on commit bc20d7e

Please sign in to comment.