Skip to content

Commit 456f4d0

Browse files
author
ehowlsla
committed
delete unity sources for production
1 parent 54ab323 commit 456f4d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+20
-3562
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 4 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/SwiftyBootpay/SwiftyBootpay-umbrella.h

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/SwiftyBootpay.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
811A2AB82161945F005BDC68 /* WebAppController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811A2AB72161945F005BDC68 /* WebAppController.swift */; };
1616
811A2AC021619DD5005BDC68 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 811A2ABF21619DD5005BDC68 /* index.html */; };
1717
811A2AC22161E538005BDC68 /* RootController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811A2AC12161E538005BDC68 /* RootController.swift */; };
18-
8193CD7122A744D100A582D5 /* NativeCController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8193CD7022A744D100A582D5 /* NativeCController.m */; };
1918
8194D4FC2162EE4900CDA843 /* LocalHtmlController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8194D4FB2162EE4800CDA843 /* LocalHtmlController.swift */; };
2019
81D546E71FA729AB003F7EF7 /* .swift-version in Resources */ = {isa = PBXBuildFile; fileRef = 81D546E61FA729AB003F7EF7 /* .swift-version */; };
2120
C1FD617BB8DB7AF2A005C651 /* Pods_SwiftyBootpay_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8B9AD7678AAF7DC621FC5F7 /* Pods_SwiftyBootpay_Example.framework */; };
@@ -38,8 +37,6 @@
3837
811A2ABF21619DD5005BDC68 /* index.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
3938
811A2AC12161E538005BDC68 /* RootController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootController.swift; sourceTree = "<group>"; };
4039
8193CD6E22A744D100A582D5 /* SwiftyBootpay_Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftyBootpay_Example-Bridging-Header.h"; sourceTree = "<group>"; };
41-
8193CD6F22A744D100A582D5 /* NativeCController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NativeCController.h; sourceTree = "<group>"; };
42-
8193CD7022A744D100A582D5 /* NativeCController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NativeCController.m; sourceTree = "<group>"; };
4340
8194D4FB2162EE4800CDA843 /* LocalHtmlController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalHtmlController.swift; sourceTree = "<group>"; };
4441
81D546E61FA729AB003F7EF7 /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = "<group>"; };
4542
B532A88FAB5C53985F6967AF /* Pods-SwiftyBootpay_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftyBootpay_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftyBootpay_Tests/Pods-SwiftyBootpay_Tests.release.xcconfig"; sourceTree = "<group>"; };
@@ -101,8 +98,6 @@
10198
607FACDC1AFB9204008FA782 /* Images.xcassets */,
10299
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
103100
607FACD31AFB9204008FA782 /* Supporting Files */,
104-
8193CD6F22A744D100A582D5 /* NativeCController.h */,
105-
8193CD7022A744D100A582D5 /* NativeCController.m */,
106101
8193CD6E22A744D100A582D5 /* SwiftyBootpay_Example-Bridging-Header.h */,
107102
);
108103
name = "Example for SwiftyBootpay";
@@ -285,7 +280,6 @@
285280
607FACD81AFB9204008FA782 /* NativeController.swift in Sources */,
286281
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
287282
8194D4FC2162EE4900CDA843 /* LocalHtmlController.swift in Sources */,
288-
8193CD7122A744D100A582D5 /* NativeCController.m in Sources */,
289283
811A2AB82161945F005BDC68 /* WebAppController.swift in Sources */,
290284
811A2AC22161E538005BDC68 /* RootController.swift in Sources */,
291285
);

Example/SwiftyBootpay/NativeCController.h

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

Example/SwiftyBootpay/NativeCController.m

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

Example/SwiftyBootpay/RootController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ class RootController: UIViewController {
4343
}
4444

4545
@objc func nativeCClick() {
46-
let vc = NativeCController()
47-
self.navigationController?.pushViewController(vc, animated: true)
46+
// let vc = NativeCController()
47+
// self.navigationController?.pushViewController(vc, animated: true)
4848
}
4949

5050
@objc func localHtmlClick() {

Example/SwiftyBootpay/SwiftyBootpay_Example-Bridging-Header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// Use this file to import your target's public headers that you would like to expose to Swift.
33
//
44

5-
#import "NativeCController.h"
5+
//#import "NativeCController.h"
50.7 KB
Binary file not shown.

SwiftyBootpay/Classes/UnityCBootpay/AESCrypt/AESCrypt.h

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

SwiftyBootpay/Classes/UnityCBootpay/AESCrypt/AESCrypt.m

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

0 commit comments

Comments
 (0)