Skip to content

Commit 8c498b6

Browse files
committed
Remove half-functional back-swipe on iOS.
Reverts 4c5beaf.
1 parent d81076c commit 8c498b6

4 files changed

Lines changed: 2 additions & 44 deletions

File tree

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2AA3F9872EDCD9F100A3DF34 /* CustomViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AA3F9862EDCD9EB00A3DF34 /* CustomViewController.swift */; };
1110
2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
1211
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
1312
504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
@@ -26,7 +25,6 @@
2625
2A6BB4572ECD2C3E00FB2810 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
2726
18BE7E5C7717560BF3E37B77 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
2827
2A6BB4582ECD2C4300FB2810 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
29-
2AA3F9862EDCD9EB00A3DF34 /* CustomViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomViewController.swift; sourceTree = "<group>"; };
3028
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
3129
379D4D1A98D385C46C718DC7 /* Pods_Tessel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tessel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3230
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
@@ -43,20 +41,6 @@
4341
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
4442
/* End PBXFileReference section */
4543

46-
/* Begin PBXFileSystemSynchronizedRootGroup section */
47-
2AA3F9822EDCC24D00A3DF34 /* plugins */ = {
48-
isa = PBXFileSystemSynchronizedRootGroup;
49-
exceptions = (
50-
);
51-
explicitFileTypes = {
52-
};
53-
explicitFolders = (
54-
);
55-
path = plugins;
56-
sourceTree = "<group>";
57-
};
58-
/* End PBXFileSystemSynchronizedRootGroup section */
59-
6044
/* Begin PBXFrameworksBuildPhase section */
6145
504EC3011FED79650016851F /* Frameworks */ = {
6246
isa = PBXFrameworksBuildPhase;
@@ -98,8 +82,6 @@
9882
504EC3061FED79650016851F /* App */ = {
9983
isa = PBXGroup;
10084
children = (
101-
2AA3F9862EDCD9EB00A3DF34 /* CustomViewController.swift */,
102-
2AA3F9822EDCC24D00A3DF34 /* plugins */,
10385
50379B222058CBB4000EE86E /* capacitor.config.json */,
10486
504EC3071FED79650016851F /* AppDelegate.swift */,
10587
504EC30B1FED79650016851F /* Main.storyboard */,
@@ -140,9 +122,6 @@
140122
);
141123
dependencies = (
142124
);
143-
fileSystemSynchronizedGroups = (
144-
2AA3F9822EDCC24D00A3DF34 /* plugins */,
145-
);
146125
name = Tessel;
147126
productName = App;
148127
productReference = 504EC3041FED79650016851F /* Tessel.app */;
@@ -246,7 +225,6 @@
246225
isa = PBXSourcesBuildPhase;
247226
buildActionMask = 2147483647;
248227
files = (
249-
2AA3F9872EDCD9F100A3DF34 /* CustomViewController.swift in Sources */,
250228
504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
251229
);
252230
runOnlyForDeploymentPostprocessing = 0;

ios/App/App/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
99
</dependencies>
1010
<scenes>
11-
<!--Custom View Controller-->
11+
<!--Bridge View Controller-->
1212
<scene sceneID="tne-QT-ifu">
1313
<objects>
14-
<viewController id="BYZ-38-t0r" customClass="CustomViewController" customModule="Tessel" sceneMemberID="viewController"/>
14+
<viewController id="BYZ-38-t0r" customClass="CAPBridgeViewController" customModule="Capacitor" sceneMemberID="viewController"/>
1515
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
1616
</objects>
1717
</scene>

ios/App/App/CustomViewController.swift

Lines changed: 0 additions & 8 deletions
This file was deleted.

ios/App/App/plugins/SwipeBackPlugin.swift

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)