Skip to content

Commit

Permalink
Add weak link SwiftUI to link binary with library
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Oct 29, 2019
1 parent f2977d6 commit fa4222f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Carbon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
6B1BE6B722E5CA0D0054DB46 /* ComponentRenderable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B1BE6B622E5CA0D0054DB46 /* ComponentRenderable.swift */; };
6B1FB556236817D60063ED46 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B1FB555236817D60063ED46 /* SwiftUI.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
6B2D90F2235F71A1003D260D /* ComponentSwiftUISupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B2D90F1235F71A1003D260D /* ComponentSwiftUISupport.swift */; };
6B37B2F52320339300A80D62 /* IdentifiedComponentWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B37B2F32320339300A80D62 /* IdentifiedComponentWrapper.swift */; };
6B37B2F62320339300A80D62 /* ComponentWrapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B37B2F42320339300A80D62 /* ComponentWrapping.swift */; };
Expand Down Expand Up @@ -83,6 +84,7 @@

/* Begin PBXFileReference section */
6B1BE6B622E5CA0D0054DB46 /* ComponentRenderable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComponentRenderable.swift; sourceTree = "<group>"; };
6B1FB555236817D60063ED46 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/SwiftUI.framework; sourceTree = DEVELOPER_DIR; };
6B2D90F1235F71A1003D260D /* ComponentSwiftUISupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentSwiftUISupport.swift; sourceTree = "<group>"; };
6B37B2F32320339300A80D62 /* IdentifiedComponentWrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IdentifiedComponentWrapper.swift; sourceTree = "<group>"; };
6B37B2F42320339300A80D62 /* ComponentWrapping.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComponentWrapping.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -155,6 +157,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6B1FB556236817D60063ED46 /* SwiftUI.framework in Frameworks */,
6B6594C221E2599600291AAF /* DifferenceKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -323,6 +326,7 @@
6B6594C021E2599600291AAF /* Frameworks */ = {
isa = PBXGroup;
children = (
6B1FB555236817D60063ED46 /* SwiftUI.framework */,
6B6594C121E2599600291AAF /* DifferenceKit.framework */,
);
name = Frameworks;
Expand Down

0 comments on commit fa4222f

Please sign in to comment.