|
90 | 90 | 5E1466C33BD464A174155DF9 /* Pods_TextureSwiftSupportTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E55AE74C9FB7B22C94CCC1A1 /* Pods_TextureSwiftSupportTests.framework */; }; |
91 | 91 | C10F60211BD6F4CB5AD92EC0 /* Pods_Demo_TextureSwiftSuppoprt.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C23649818DE28AA59570663A /* Pods_Demo_TextureSwiftSuppoprt.framework */; }; |
92 | 92 | F7C9D342E080CFF7361B81C2 /* Pods_TextureSwiftSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E24A3D7641080B18EE97C1D /* Pods_TextureSwiftSupport.framework */; }; |
| 93 | + FC04AD0128757688007EFBA0 /* ContextDrawingNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC04AD0028757688007EFBA0 /* ContextDrawingNode.swift */; }; |
93 | 94 | /* End PBXBuildFile section */ |
94 | 95 |
|
95 | 96 | /* Begin PBXContainerItemProxy section */ |
|
201 | 202 | C23649818DE28AA59570663A /* Pods_Demo_TextureSwiftSuppoprt.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo_TextureSwiftSuppoprt.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
202 | 203 | C3B1B5868BA053074C4A411C /* Pods-TextureSwiftSupportTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TextureSwiftSupportTests.debug.xcconfig"; path = "Target Support Files/Pods-TextureSwiftSupportTests/Pods-TextureSwiftSupportTests.debug.xcconfig"; sourceTree = "<group>"; }; |
203 | 204 | E55AE74C9FB7B22C94CCC1A1 /* Pods_TextureSwiftSupportTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TextureSwiftSupportTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 205 | + FC04AD0028757688007EFBA0 /* ContextDrawingNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextDrawingNode.swift; sourceTree = "<group>"; }; |
204 | 206 | /* End PBXFileReference section */ |
205 | 207 |
|
206 | 208 | /* Begin PBXFrameworksBuildPhase section */ |
|
284 | 286 | 4B5C387A242F0EEF005D9722 /* WrapperNode.swift */, |
285 | 287 | 4B5C3881242F10E3005D9722 /* ShapeLayerNode.swift */, |
286 | 288 | 4B5C3882242F10E3005D9722 /* ShapeDrawingNode.swift */, |
| 289 | + FC04AD0028757688007EFBA0 /* ContextDrawingNode.swift */, |
287 | 290 | 4B19E60F244DD9F0009FD799 /* AnyDisplayNode.swift */, |
288 | 291 | 4B58E84F260F0797004A834F /* InteractiveNode.swift */, |
289 | 292 | 4BDD0789264D008F0077590E /* StyledEdgeNode.swift */, |
|
732 | 735 | 4BC22F802642724900D1C43B /* EmptyLayout.swift in Sources */, |
733 | 736 | 4B58E850260F0797004A834F /* InteractiveNode.swift in Sources */, |
734 | 737 | 4B80CA2728535818008494B8 /* HostingNode.swift in Sources */, |
| 738 | + FC04AD0128757688007EFBA0 /* ContextDrawingNode.swift in Sources */, |
735 | 739 | 4B837DBD2853757E000B3EF7 /* UIResponder+.swift in Sources */, |
736 | 740 | 4B6262E9264FDD1600540F0B /* StackScrollNode.swift in Sources */, |
737 | 741 | 4BDD078A264D008F0077590E /* StyledEdgeNode.swift in Sources */, |
|
966 | 970 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
967 | 971 | INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; |
968 | 972 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
969 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 973 | + IPHONEOS_DEPLOYMENT_TARGET = 11.1; |
970 | 974 | LD_RUNPATH_SEARCH_PATHS = ( |
971 | 975 | "$(inherited)", |
972 | 976 | "@executable_path/Frameworks", |
|
991 | 995 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
992 | 996 | INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; |
993 | 997 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
994 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 998 | + IPHONEOS_DEPLOYMENT_TARGET = 11.1; |
995 | 999 | LD_RUNPATH_SEARCH_PATHS = ( |
996 | 1000 | "$(inherited)", |
997 | 1001 | "@executable_path/Frameworks", |
|
0 commit comments