Skip to content

Commit 84843d9

Browse files
committed
remove example files
1 parent 0732e07 commit 84843d9

File tree

83 files changed

+11
-13836
lines changed

Some content is hidden

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

83 files changed

+11
-13836
lines changed

Example/Cidaas.xcodeproj/project.pbxproj

Lines changed: 0 additions & 98 deletions
Large diffs are not rendered by default.

Example/Cidaas/AccountVerificationViewController.swift

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

Example/Cidaas/AppDelegate.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
//
88

99
import UIKit
10-
import IQKeyboardManagerSwift
1110
import Cidaas
12-
import UserNotifications
1311

1412
@UIApplicationMain
1513
class AppDelegate: UIResponder, UIApplicationDelegate {
@@ -18,13 +16,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1816

1917
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
2018
// Override point for customization after application launch.
21-
IQKeyboardManager.sharedManager().enable = true
2219
Cidaas.shared.ENABLE_LOG = true
2320

24-
UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .sound]) { (permissionGranted, error) in
25-
print (error ?? "")
26-
}
27-
2821
return true
2922
}
3023

Example/Cidaas/Cart.swift

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

Example/Cidaas/CartItemsTableViewCell.swift

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

0 commit comments

Comments
 (0)