Skip to content

Commit

Permalink
fix: link UIView extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jan 30, 2025
1 parent 6d0efb4 commit 2d3c7db
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
081006AC2C36906900578E07 /* UIScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 081006AB2C36906800578E07 /* UIScrollView.swift */; };
081006AD2C36906900578E07 /* UIScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 081006AB2C36906800578E07 /* UIScrollView.swift */; };
081006AE2C36906900578E07 /* UIScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 081006AB2C36906800578E07 /* UIScrollView.swift */; };
0828F07B2D4BFFDC005D4701 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0828F07A2D4BFFDC005D4701 /* UIView.swift */; };
0828F07C2D4BFFDC005D4701 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0828F07A2D4BFFDC005D4701 /* UIView.swift */; };
0828F07D2D4BFFDC005D4701 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0828F07A2D4BFFDC005D4701 /* UIView.swift */; };
0837001E2CE8CA4F00D67BBF /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0837001D2CE8CA4F00D67BBF /* TextInput.swift */; };
0837001F2CE8CA4F00D67BBF /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0837001D2CE8CA4F00D67BBF /* TextInput.swift */; };
083700202CE8CA4F00D67BBF /* TextInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0837001D2CE8CA4F00D67BBF /* TextInput.swift */; };
Expand Down Expand Up @@ -71,6 +74,7 @@
/* Begin PBXFileReference section */
081006A72C36904E00578E07 /* UIResponder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UIResponder.swift; path = ../../extensions/UIResponder.swift; sourceTree = "<group>"; };
081006AB2C36906800578E07 /* UIScrollView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UIScrollView.swift; path = ../../extensions/UIScrollView.swift; sourceTree = "<group>"; };
0828F07A2D4BFFDC005D4701 /* UIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = UIView.swift; path = ../extensions/UIView.swift; sourceTree = SOURCE_ROOT; };
0837001D2CE8CA4F00D67BBF /* TextInput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TextInput.swift; path = ../protocols/TextInput.swift; sourceTree = SOURCE_ROOT; };
0850CCB92CB49ECC000C0F8D /* SpringAnimationPerformanceTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpringAnimationPerformanceTest.swift; sourceTree = "<group>"; };
0850CCBF2CB49F74000C0F8D /* SpringAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SpringAnimation.swift; path = ../../animations/SpringAnimation.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -142,6 +146,7 @@
0873ED542BB6B7380004F3A4 /* KeyboardControllerNative */ = {
isa = PBXGroup;
children = (
0828F07A2D4BFFDC005D4701 /* UIView.swift */,
0837001D2CE8CA4F00D67BBF /* TextInput.swift */,
0850CCCB2CB4A096000C0F8D /* UIUtils.swift */,
0850CCC02CB49F74000C0F8D /* KeyboardAnimation.swift */,
Expand Down Expand Up @@ -328,6 +333,7 @@
081006AC2C36906900578E07 /* UIScrollView.swift in Sources */,
0837001F2CE8CA4F00D67BBF /* TextInput.swift in Sources */,
0850CCC52CB49F74000C0F8D /* KeyboardAnimation.swift in Sources */,
0828F07D2D4BFFDC005D4701 /* UIView.swift in Sources */,
0850CCC22CB49F74000C0F8D /* SpringAnimation.swift in Sources */,
0873ED822BB6B94B0004F3A4 /* FocusedInputHolder.swift in Sources */,
0850CCCC2CB4A096000C0F8D /* UIUtils.swift in Sources */,
Expand All @@ -348,6 +354,7 @@
081006A92C36904E00578E07 /* UIResponder.swift in Sources */,
0850CCC62CB49F74000C0F8D /* KeyboardAnimation.swift in Sources */,
0850CCC32CB49F74000C0F8D /* SpringAnimation.swift in Sources */,
0828F07C2D4BFFDC005D4701 /* UIView.swift in Sources */,
081006AD2C36906900578E07 /* UIScrollView.swift in Sources */,
0850CCCD2CB4A096000C0F8D /* UIUtils.swift in Sources */,
08833D522CB56DB9007D4380 /* TimingAnimationPerformanceTest.swift in Sources */,
Expand All @@ -369,6 +376,7 @@
081006AE2C36906900578E07 /* UIScrollView.swift in Sources */,
0837001E2CE8CA4F00D67BBF /* TextInput.swift in Sources */,
0850CCC72CB49F74000C0F8D /* KeyboardAnimation.swift in Sources */,
0828F07B2D4BFFDC005D4701 /* UIView.swift in Sources */,
0850CCC42CB49F74000C0F8D /* SpringAnimation.swift in Sources */,
0873ED842BB6B94B0004F3A4 /* FocusedInputHolder.swift in Sources */,
0850CCCE2CB4A096000C0F8D /* UIUtils.swift in Sources */,
Expand Down

0 comments on commit 2d3c7db

Please sign in to comment.