Skip to content

Commit

Permalink
Merge pull request #949 from Sequel-Ace/objectsCleanup
Browse files Browse the repository at this point in the history
Remove unused SPFlippedView #removed
  • Loading branch information
Kaspik committed Mar 7, 2021
2 parents 6018892 + 4e9e5c1 commit 25942e3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 88 deletions.
4 changes: 2 additions & 2 deletions Interfaces/ConnectionView.xib
Expand Up @@ -67,7 +67,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="5739" userLabel="ConnectionView" customClass="SPFlippedView">
<customView id="5739" userLabel="ConnectionView">
<rect key="frame" x="0.0" y="0.0" width="882" height="759"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down Expand Up @@ -256,7 +256,7 @@
<rect key="frame" x="0.0" y="0.0" width="681" height="727"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5447" customClass="SPFlippedView">
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5447">
<rect key="frame" x="0.0" y="0.0" width="681" height="700"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
Expand Down
19 changes: 16 additions & 3 deletions Resources/Credits.rtf
@@ -1,4 +1,4 @@
{\rtf1\ansi\ansicpg1252\cocoartf2513
{\rtf1\ansi\ansicpg1252\cocoartf2578
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 LucidaGrande-Bold;\f1\fnil\fcharset0 LucidaGrande;\f2\fnil\fcharset128 HiraKakuProN-W3;
\f3\fmodern\fcharset0 Courier;}
{\colortbl;\red255\green255\blue255;\red25\green25\blue25;\red0\green27\blue199;}
Expand All @@ -14,12 +14,25 @@
\pard\pardeftab720\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://github.com/jamesstout"}}{\fldrslt \cf0 James Stout}}\
\pard\pardeftab720\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://github.com/gboudreau"}}{\fldrslt \cf0 Guillaume Boudreau}}\
\pard\pardeftab720\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://github.com/Kaspik"}}{\fldrslt \cf0 Jakub Ka\'9apar}}\
\
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardeftab720\pardirnatural\qc\partightenfactor0

\f0\b\fs30 \cf0 Past Developers\
\f1\b0\fs22 \
\pard\pardeftab720\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://github.com/gboudreau"}}{\fldrslt \cf0 Guillaume Boudreau}}\
\pard\pardeftab720\qc\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://github.com/stychos"}}{\fldrslt \cf0 Daniel Luchinets}}\
\
\pard\pardeftab720\li1\fi-2\ri-15617\qc\partightenfactor0

\f0\b\fs30 \cf0 Translations\
\pard\pardeftab720\qc\partightenfactor0
\f1\b0\fs22 \cf0 \
\
\pard\pardeftab720\qc\partightenfactor0

\f0\b\fs30 \cf2 Former Sequel Pro Developers
Expand Down
2 changes: 1 addition & 1 deletion Source/Controllers/Window/SPWindowController.swift
Expand Up @@ -11,7 +11,7 @@ import SnapKit

extension SPWindowController {
@objc func setupAppearance() {
// Here should ahppen all UI / layout setups in the future ocne we remove .xib
// Here should happen all UI / layout setups in the future once we remove .xib
}

@objc func setupConstraints() {
Expand Down
33 changes: 0 additions & 33 deletions Source/Views/SPFlippedView.h

This file was deleted.

43 changes: 0 additions & 43 deletions Source/Views/SPFlippedView.m

This file was deleted.

6 changes: 0 additions & 6 deletions sequel-ace.xcodeproj/project.pbxproj
Expand Up @@ -55,7 +55,6 @@
1798F1951550181B004B0AB8 /* SPGroupNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1798F1941550181B004B0AB8 /* SPGroupNode.m */; };
1798F19815501838004B0AB8 /* SPMutableArrayAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 1798F19715501838004B0AB8 /* SPMutableArrayAdditions.m */; };
1798F19B1550185B004B0AB8 /* SPTreeNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1798F19A1550185B004B0AB8 /* SPTreeNode.m */; };
1798F19E15501892004B0AB8 /* SPFlippedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1798F19D15501892004B0AB8 /* SPFlippedView.m */; };
1798F1C4155018E2004B0AB8 /* SPMutableArrayAdditionsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1798F1C2155018D4004B0AB8 /* SPMutableArrayAdditionsTests.m */; };
179ECECA11F265FC009C6A40 /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 179ECEC611F265EE009C6A40 /* libbz2.dylib */; };
179F15060F7C433C00579954 /* SPEditorTokens.l in Sources */ = {isa = PBXBuildFile; fileRef = 179F15050F7C433C00579954 /* SPEditorTokens.l */; };
Expand Down Expand Up @@ -682,8 +681,6 @@
1798F19715501838004B0AB8 /* SPMutableArrayAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPMutableArrayAdditions.m; sourceTree = "<group>"; };
1798F1991550185B004B0AB8 /* SPTreeNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTreeNode.h; sourceTree = "<group>"; };
1798F19A1550185B004B0AB8 /* SPTreeNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTreeNode.m; sourceTree = "<group>"; };
1798F19C15501892004B0AB8 /* SPFlippedView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPFlippedView.h; sourceTree = "<group>"; };
1798F19D15501892004B0AB8 /* SPFlippedView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPFlippedView.m; sourceTree = "<group>"; };
1798F1C2155018D4004B0AB8 /* SPMutableArrayAdditionsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPMutableArrayAdditionsTests.m; sourceTree = "<group>"; };
179ECEC611F265EE009C6A40 /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; };
179F15040F7C433C00579954 /* SPEditorTokens.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPEditorTokens.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1934,8 +1931,6 @@
583CA21412EC8B2200C9E763 /* SPWindow.m */,
17E6417E0EF01FA8001BC333 /* SPImageView.h */,
17E6417F0EF01FA8001BC333 /* SPImageView.m */,
1798F19C15501892004B0AB8 /* SPFlippedView.h */,
1798F19D15501892004B0AB8 /* SPFlippedView.m */,
58DF9F7115AB8509003B4330 /* SPSplitView.h */,
58DF9F7215AB8509003B4330 /* SPSplitView.m */,
58C56EF30F438E120035701E /* SPDataCellFormatter.h */,
Expand Down Expand Up @@ -3267,7 +3262,6 @@
1A1EE94A2551185D0056FECD /* DateFormatterExtension.swift in Sources */,
513515EF2593568B001E4533 /* PSMRolloverButton.m in Sources */,
1798F19B1550185B004B0AB8 /* SPTreeNode.m in Sources */,
1798F19E15501892004B0AB8 /* SPFlippedView.m in Sources */,
17D5B49E1553059F00EF3BB3 /* SPViewCopy.m in Sources */,
176E14D115570FE300FAF326 /* SPBundleCommandRunner.m in Sources */,
58DF9F3315AB26C2003B4330 /* SPDateAdditions.m in Sources */,
Expand Down

0 comments on commit 25942e3

Please sign in to comment.