Skip to content

Commit

Permalink
Fixes an issue with the bottom panel (scenee/FloatingPanel#330).
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielalao committed Mar 8, 2020
1 parent dcc3858 commit a24fa09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Corona.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
1162D163240FAC9300647002 /* TimeSeries.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1162D162240FAC9300647002 /* TimeSeries.swift */; };
1162D165240FAE8900647002 /* Statistic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1162D164240FAE8900647002 /* Statistic.swift */; };
1162D16E240FCDAB00647002 /* RegionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1162D16D240FCDAB00647002 /* RegionController.swift */; };
1162D17724103B3100647002 /* FloatingPanel in Frameworks */ = {isa = PBXBuildFile; productRef = 1162D17624103B3100647002 /* FloatingPanel */; };
11672A1C24114922000B2466 /* PercentValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11672A1B24114922000B2466 /* PercentValueFormatter.swift */; };
11672A1E2411494F000B2466 /* DayAxisValueFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11672A1D2411494F000B2466 /* DayAxisValueFormatter.swift */; };
116EC0A82410DF48006E4559 /* RegionContainerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 116EC0A72410DF48006E4559 /* RegionContainerController.swift */; };
11BF32AA24156AE500270130 /* FloatingPanel in Frameworks */ = {isa = PBXBuildFile; productRef = 11BF32A924156AE500270130 /* FloatingPanel */; };
11EB2C9D2413F7E9001769B2 /* CurrentStateChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EB2C9C2413F7E9001769B2 /* CurrentStateChartView.swift */; };
11EB2C9F2413FFE1001769B2 /* HistoryChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EB2C9E2413FFE1001769B2 /* HistoryChartView.swift */; };
11EB2CA1241400EF001769B2 /* TopCountriesChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EB2CA0241400EF001769B2 /* TopCountriesChartView.swift */; };
Expand Down Expand Up @@ -73,7 +73,7 @@
buildActionMask = 2147483647;
files = (
1162D141240D2F9300647002 /* CodableCSV in Frameworks */,
1162D17724103B3100647002 /* FloatingPanel in Frameworks */,
11BF32AA24156AE500270130 /* FloatingPanel in Frameworks */,
1162D14D240EE5B900647002 /* Charts in Frameworks */,
11198BC024117A9A0080307F /* PKHUD in Frameworks */,
11198BBD241177740080307F /* Disk in Frameworks */,
Expand Down Expand Up @@ -206,9 +206,9 @@
packageProductDependencies = (
1162D140240D2F9300647002 /* CodableCSV */,
1162D14C240EE5B900647002 /* Charts */,
1162D17624103B3100647002 /* FloatingPanel */,
11198BBC241177740080307F /* Disk */,
11198BBF24117A9A0080307F /* PKHUD */,
11BF32A924156AE500270130 /* FloatingPanel */,
);
productName = Corona;
productReference = 1162D128240D05F600647002 /* Corona Tracker.app */;
Expand Down Expand Up @@ -241,9 +241,9 @@
packageReferences = (
1162D13F240D2F9200647002 /* XCRemoteSwiftPackageReference "CodableCSV" */,
1162D14B240EE5B800647002 /* XCRemoteSwiftPackageReference "Charts" */,
1162D17524103B3000647002 /* XCRemoteSwiftPackageReference "FloatingPanel" */,
11198BBB241177740080307F /* XCRemoteSwiftPackageReference "Disk" */,
11198BBE24117A9A0080307F /* XCRemoteSwiftPackageReference "PKHUD" */,
11BF32A824156AE500270130 /* XCRemoteSwiftPackageReference "FloatingPanel" */,
);
productRefGroup = 1162D129240D05F600647002 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -526,12 +526,12 @@
minimumVersion = 3.4.0;
};
};
1162D17524103B3000647002 /* XCRemoteSwiftPackageReference "FloatingPanel" */ = {
11BF32A824156AE500270130 /* XCRemoteSwiftPackageReference "FloatingPanel" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SCENEE/FloatingPanel";
repositoryURL = "https://github.com/MhdHejazi/FloatingPanel";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.7.4;
branch = master;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand All @@ -557,9 +557,9 @@
package = 1162D14B240EE5B800647002 /* XCRemoteSwiftPackageReference "Charts" */;
productName = Charts;
};
1162D17624103B3100647002 /* FloatingPanel */ = {
11BF32A924156AE500270130 /* FloatingPanel */ = {
isa = XCSwiftPackageProductDependency;
package = 1162D17524103B3000647002 /* XCRemoteSwiftPackageReference "FloatingPanel" */;
package = 11BF32A824156AE500270130 /* XCRemoteSwiftPackageReference "FloatingPanel" */;
productName = FloatingPanel;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
{
"package": "FloatingPanel",
"repositoryURL": "https://github.com/SCENEE/FloatingPanel",
"repositoryURL": "https://github.com/MhdHejazi/FloatingPanel",
"state": {
"branch": null,
"revision": "f909cd41016ec28e06965dd270814f412d46312e",
"version": "1.7.4"
"branch": "master",
"revision": "53ce8282f60964f946c3468de97ba414e563a3d0",
"version": null
}
},
{
Expand Down

0 comments on commit a24fa09

Please sign in to comment.