Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build error - Type 'UIWindow' has no member 'isPortrait' #855

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions XLPagerTabStrip.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
0561D7942A82F21200A4B0CB /* UIWindow+Pager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0561D7932A82F21200A4B0CB /* UIWindow+Pager.swift */; };
281BFDC11C511C420090C26F /* IndicatorInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 281BFDC01C511C420090C26F /* IndicatorInfo.swift */; };
281BFDC31C511F120090C26F /* PagerTabStripBehaviour.swift in Sources */ = {isa = PBXBuildFile; fileRef = 281BFDC21C511F120090C26F /* PagerTabStripBehaviour.swift */; };
287D0A6E1C4B73BD004566D6 /* XLPagerTabStripTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287D0A6D1C4B73BD004566D6 /* XLPagerTabStripTests.swift */; };
Expand Down Expand Up @@ -39,6 +40,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0561D7932A82F21200A4B0CB /* UIWindow+Pager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIWindow+Pager.swift"; sourceTree = "<group>"; };
281BFDC01C511C420090C26F /* IndicatorInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IndicatorInfo.swift; sourceTree = "<group>"; };
281BFDC21C511F120090C26F /* PagerTabStripBehaviour.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PagerTabStripBehaviour.swift; sourceTree = "<group>"; };
287D0A6D1C4B73BD004566D6 /* XLPagerTabStripTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = XLPagerTabStripTests.swift; path = Tests/XLPagerTabStripTests.swift; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -83,6 +85,14 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0561D7952A82F21600A4B0CB /* Extensions */ = {
isa = PBXGroup;
children = (
0561D7932A82F21200A4B0CB /* UIWindow+Pager.swift */,
);
name = Extensions;
sourceTree = "<group>";
};
281BFDBE1C511B890090C26F /* Views */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -151,6 +161,7 @@
3174BB1628E2C46A00847CF0 /* Resources */,
281BFDBF1C511B9A0090C26F /* Controllers */,
281BFDBE1C511B890090C26F /* Views */,
0561D7952A82F21600A4B0CB /* Extensions */,
28E098BD1C5002D90083B788 /* PagerTabStripError.swift */,
28E098BF1C5003130083B788 /* SwipeDirection.swift */,
281BFDC01C511C420090C26F /* IndicatorInfo.swift */,
Expand Down Expand Up @@ -320,6 +331,7 @@
28E098BE1C5002D90083B788 /* PagerTabStripError.swift in Sources */,
281BFDC11C511C420090C26F /* IndicatorInfo.swift in Sources */,
CB86ED6B1C4D6E6C00DA463B /* PagerTabStripViewController.swift in Sources */,
0561D7942A82F21200A4B0CB /* UIWindow+Pager.swift in Sources */,
28E098C01C5003130083B788 /* SwipeDirection.swift in Sources */,
CB0986C81C5158A000DF7087 /* ButtonBarViewCell.swift in Sources */,
CB0986C41C51391600DF7087 /* ButtonBarPagerTabStripViewController.swift in Sources */,
Expand Down