Skip to content

Commit bb8eba6

Browse files
committed
cleanup
1 parent cfc85e1 commit bb8eba6

10 files changed

Lines changed: 156 additions & 83 deletions

File tree

OpenDocumentReader.xcodeproj/project.pbxproj

Lines changed: 141 additions & 45 deletions
Large diffs are not rendered by default.

OpenDocumentReader/AppDelegate.swift

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import UIKit
1010
import Firebase
11-
import Adjust
1211

1312
@UIApplicationMain
1413
class AppDelegate: UIResponder, UIApplicationDelegate {
@@ -27,19 +26,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2726

2827
StoreReviewHelper.incrementAppOpenedCount()
2928

30-
let adjustKey = Bundle.main.object(forInfoDictionaryKey: "ADJUST_KEY") as? String;
31-
if (adjustKey != nil) {
32-
let adjustConfig = ADJConfig(
33-
appToken: adjustKey!,
34-
environment: ADJEnvironmentProduction)
35-
36-
Adjust.appDidLaunch(adjustConfig)
37-
38-
if ConfigurationManager.manager.configuration == .full {
39-
Adjust.disableThirdPartySharing();
40-
}
41-
}
42-
4329
return true
4430
}
4531

OpenDocumentReader/BridgingHeader.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
//
44

55
#include "CoreWrapper.h"
6-
7-
#import <Adjust/Adjust.h>

OpenDocumentReader/Document.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
/*
2-
See LICENSE folder for this sample’s licensing information.
3-
4-
Abstract:
5-
A document that manages UTF8 text files.
6-
*/
7-
81
import UIKit
92
import WebKit
10-
import Firebase
3+
import FirebaseCrashlytics
114

125
protocol DocumentDelegate: class {
136
func documentUpdateContent(_ doc: Document)

OpenDocumentReader/DocumentBrowserViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*/
77

88
import UIKit
9-
import Firebase
9+
import FirebaseCrashlytics
10+
import FirebaseAnalytics
1011

1112
class DocumentBrowserViewController: UIDocumentBrowserViewController, UIDocumentBrowserViewControllerDelegate {
1213

OpenDocumentReader/DocumentViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import UIKit
99
import WebKit
1010
import ScrollableSegmentedControl
1111
import UIKit.UIPrinter
12-
import Firebase
12+
import FirebaseAnalytics
13+
import FirebaseCrashlytics
1314
import GoogleMobileAds
1415
import AppTrackingTransparency
1516
import AdSupport

OpenDocumentReader/Info-Lite.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,5 @@
9191
<string>cstr6suwn9.skadnetwork</string>
9292
</dict>
9393
</array>
94-
<key>ADJUST_KEY</key>
95-
<string>6gm8nc5v9sw0</string>
9694
</dict>
9795
</plist>

OpenDocumentReader/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>ADJUST_KEY</key>
6-
<string>kzcfrb4pui2o</string>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleDocumentTypes</key>

Podfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ target 'OpenDocumentReader' do
1010
pod 'Google-Mobile-Ads-SDK'
1111
pod 'Firebase/Crashlytics'
1212
pod 'Firebase/Analytics'
13-
pod 'Adjust'
1413

1514
target 'OpenDocumentReaderTests' do
1615
inherit! :search_paths
1716
end
1817
end
18+
19+
post_install do |installer|
20+
installer.pods_project.targets.each do |target|
21+
target.build_configurations.each do |config|
22+
config.build_settings['ENABLE_BITCODE'] = 'NO'
23+
end
24+
end
25+
end
26+

Podfile.lock

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
PODS:
2-
- Adjust (4.34.1):
3-
- Adjust/Core (= 4.34.1)
4-
- Adjust/Core (4.34.1)
52
- Firebase/Analytics (10.13.0):
63
- Firebase/Core
74
- Firebase/Core (10.13.0):
@@ -129,7 +126,6 @@ PODS:
129126
- ScrollableSegmentedControl (1.5.0)
130127

131128
DEPENDENCIES:
132-
- Adjust
133129
- Firebase/Analytics
134130
- Firebase/Core
135131
- Firebase/Crashlytics
@@ -139,7 +135,6 @@ DEPENDENCIES:
139135

140136
SPEC REPOS:
141137
trunk:
142-
- Adjust
143138
- Firebase
144139
- FirebaseAnalytics
145140
- FirebaseAppCheckInterop
@@ -163,7 +158,6 @@ SPEC REPOS:
163158
- ScrollableSegmentedControl
164159

165160
SPEC CHECKSUMS:
166-
Adjust: 1410b6ccbce29c91b8e88064186a7b103244fa43
167161
Firebase: 343d7539befb614d22b2eae24759f6307b1175e9
168162
FirebaseAnalytics: 9a12e090ead49f8877ed8132ae920e3cbbd2fcd0
169163
FirebaseAppCheckInterop: 5e12dc623d443dedffcde9c6f3ed41510125d8ef
@@ -186,6 +180,6 @@ SPEC CHECKSUMS:
186180
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
187181
ScrollableSegmentedControl: 2e64bbe8968a7fcd8aae5014434481464fcdfe60
188182

189-
PODFILE CHECKSUM: a53aa52a4e29bcf5b37f45cd29783efd472925e1
183+
PODFILE CHECKSUM: 35cd182dc790891ebc7626066c33a6e947e7167e
190184

191185
COCOAPODS: 1.12.1

0 commit comments

Comments
 (0)