Skip to content

Commit bfe9a3e

Browse files
author
Thomas Taschauer
committed
add iAd framework, update pods
1 parent 7a7a114 commit bfe9a3e

118 files changed

Lines changed: 3560 additions & 2457 deletions

File tree

Some content is hidden

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

OpenDocumentReader.xcodeproj/project.pbxproj

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 51;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
21E6C5303C9ED8A9A9317BEC /* Pods_OpenDocumentReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EF00F649A86477A6C27F07C0 /* Pods_OpenDocumentReader.framework */; };
11+
E2064DFE22CFA1BA006441F8 /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2064DDF22CFA1BA006441F8 /* iAd.framework */; };
1112
E22EB716226B621200053B86 /* DocumentBrowserTransitioningDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E22EB6F7226B621200053B86 /* DocumentBrowserTransitioningDelegate.swift */; };
1213
E22EB718226B633500053B86 /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = E22EB717226B633500053B86 /* Document.swift */; };
1314
E22EB71A226B65E300053B86 /* DocumentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E22EB719226B65E300053B86 /* DocumentViewController.swift */; };
@@ -159,28 +160,28 @@
159160
isa = PBXContainerItemProxy;
160161
containerPortal = E26C38EA2250D91C009C484A /* odr.xcodeproj */;
161162
proxyType = 1;
162-
remoteGlobalIDString = 0F8A108E2C594911A247D0AC;
163+
remoteGlobalIDString = 8D4E2F0BCFAD4292AE1273E6;
163164
remoteInfo = glog;
164165
};
165166
E26C39322250D976009C484A /* PBXContainerItemProxy */ = {
166167
isa = PBXContainerItemProxy;
167168
containerPortal = E26C38EA2250D91C009C484A /* odr.xcodeproj */;
168169
proxyType = 1;
169-
remoteGlobalIDString = 38511368D2F6490DAC6010ED;
170+
remoteGlobalIDString = 757CD8A4AB3B4664A378839E;
170171
remoteInfo = miniz;
171172
};
172173
E26C39342250D976009C484A /* PBXContainerItemProxy */ = {
173174
isa = PBXContainerItemProxy;
174175
containerPortal = E26C38EA2250D91C009C484A /* odr.xcodeproj */;
175176
proxyType = 1;
176-
remoteGlobalIDString = 9BC43A20109B4428920064F9;
177+
remoteGlobalIDString = 670CFA8E9DBD4C75B0F5E2B4;
177178
remoteInfo = odrlib;
178179
};
179180
E26C39362250D976009C484A /* PBXContainerItemProxy */ = {
180181
isa = PBXContainerItemProxy;
181182
containerPortal = E26C38EA2250D91C009C484A /* odr.xcodeproj */;
182183
proxyType = 1;
183-
remoteGlobalIDString = 02E9C2F28FAF47A7B44B0EB1;
184+
remoteGlobalIDString = 7EB41FC0D1724584A85196BA;
184185
remoteInfo = tinyxml2;
185186
};
186187
E2CDC4BA226A407500E9FCED /* PBXContainerItemProxy */ = {
@@ -215,14 +216,15 @@
215216
isa = PBXContainerItemProxy;
216217
containerPortal = E26C38EA2250D91C009C484A /* odr.xcodeproj */;
217218
proxyType = 1;
218-
remoteGlobalIDString = CBE800DAB4894B91A1AB68A8;
219+
remoteGlobalIDString = E3B45187C92B47DCB57902A1;
219220
remoteInfo = "cryptopp-object";
220221
};
221222
/* End PBXContainerItemProxy section */
222223

223224
/* Begin PBXFileReference section */
224225
97704690541D85438FC2079C /* Pods-OpenDocumentReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenDocumentReader.release.xcconfig"; path = "Pods/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader.release.xcconfig"; sourceTree = "<group>"; };
225226
B3FCFC99F5757D71C0A3EB11 /* Pods-OpenDocumentReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenDocumentReader.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader.debug.xcconfig"; sourceTree = "<group>"; };
227+
E2064DDF22CFA1BA006441F8 /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; };
226228
E22EB6F7226B621200053B86 /* DocumentBrowserTransitioningDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DocumentBrowserTransitioningDelegate.swift; sourceTree = "<group>"; };
227229
E22EB717226B633500053B86 /* Document.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
228230
E22EB719226B65E300053B86 /* DocumentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DocumentViewController.swift; sourceTree = "<group>"; };
@@ -249,6 +251,7 @@
249251
isa = PBXFrameworksBuildPhase;
250252
buildActionMask = 2147483647;
251253
files = (
254+
E2064DFE22CFA1BA006441F8 /* iAd.framework in Frameworks */,
252255
E23795302274844400BA7238 /* AdSupport.framework in Frameworks */,
253256
E2D920F0226B1C7D0042A774 /* libcryptopp-object.a in Frameworks */,
254257
E2A3EE742259FA3100511BD2 /* libtinyxml2.a in Frameworks */,
@@ -304,6 +307,7 @@
304307
E2BB4B64220EF4F20056176B /* Frameworks */ = {
305308
isa = PBXGroup;
306309
children = (
310+
E2064DDF22CFA1BA006441F8 /* iAd.framework */,
307311
E237952F2274844400BA7238 /* AdSupport.framework */,
308312
E26C39382250DC6E009C484A /* WebKit.framework */,
309313
E26C38EA2250D91C009C484A /* odr.xcodeproj */,
@@ -653,26 +657,15 @@
653657
files = (
654658
);
655659
inputFileListPaths = (
656-
);
657-
inputPaths = (
658-
"${SRCROOT}/Pods/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks.sh",
659-
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
660-
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
661-
"${BUILT_PRODUCTS_DIR}/ScrollableSegmentedControl/ScrollableSegmentedControl.framework",
662-
"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
660+
"${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks-${CONFIGURATION}-input-files.xcfilelist",
663661
);
664662
name = "[CP] Embed Pods Frameworks";
665663
outputFileListPaths = (
666-
);
667-
outputPaths = (
668-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
669-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
670-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ScrollableSegmentedControl.framework",
671-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
664+
"${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks-${CONFIGURATION}-output-files.xcfilelist",
672665
);
673666
runOnlyForDeploymentPostprocessing = 0;
674667
shellPath = /bin/sh;
675-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks.sh\"\n";
668+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks.sh\"\n";
676669
showEnvVarsInLog = 0;
677670
};
678671
/* End PBXShellScriptBuildPhase section */
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1020"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "E2F7ED4E220B54D600D63515"
18+
BuildableName = "OpenDocumentReader.app"
19+
BlueprintName = "OpenDocumentReader"
20+
ReferencedContainer = "container:OpenDocumentReader.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "E2F7ED4E220B54D600D63515"
36+
BuildableName = "OpenDocumentReader.app"
37+
BlueprintName = "OpenDocumentReader"
38+
ReferencedContainer = "container:OpenDocumentReader.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Release"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "E2F7ED4E220B54D600D63515"
59+
BuildableName = "OpenDocumentReader.app"
60+
BlueprintName = "OpenDocumentReader"
61+
ReferencedContainer = "container:OpenDocumentReader.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "E2F7ED4E220B54D600D63515"
78+
BuildableName = "OpenDocumentReader.app"
79+
BlueprintName = "OpenDocumentReader"
80+
ReferencedContainer = "container:OpenDocumentReader.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>

Podfile.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
PODS:
2-
- Crashlytics (3.12.0):
3-
- Fabric (~> 1.9.0)
4-
- Fabric (1.9.0)
5-
- Firebase/Core (5.20.2):
2+
- Crashlytics (3.13.2):
3+
- Fabric (~> 1.10.2)
4+
- Fabric (1.10.2)
5+
- Firebase/Core (6.3.0):
66
- Firebase/CoreOnly
7-
- FirebaseAnalytics (= 5.8.1)
8-
- Firebase/CoreOnly (5.20.2):
9-
- FirebaseCore (= 5.4.1)
10-
- Firebase/Storage (5.20.2):
7+
- FirebaseAnalytics (= 6.0.2)
8+
- Firebase/CoreOnly (6.3.0):
9+
- FirebaseCore (= 6.0.3)
10+
- Firebase/Storage (6.3.0):
1111
- Firebase/CoreOnly
12-
- FirebaseStorage (= 3.1.1)
13-
- FirebaseAnalytics (5.8.1):
14-
- FirebaseCore (~> 5.4)
15-
- FirebaseInstanceID (~> 3.8)
16-
- GoogleAppMeasurement (= 5.8.1)
17-
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
18-
- GoogleUtilities/MethodSwizzler (~> 5.2)
19-
- GoogleUtilities/Network (~> 5.2)
20-
- "GoogleUtilities/NSData+zlib (~> 5.2)"
12+
- FirebaseStorage (~> 3.2.1)
13+
- FirebaseAnalytics (6.0.2):
14+
- FirebaseCore (~> 6.0)
15+
- FirebaseInstanceID (~> 4.2)
16+
- GoogleAppMeasurement (= 6.0.2)
17+
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
18+
- GoogleUtilities/MethodSwizzler (~> 6.0)
19+
- GoogleUtilities/Network (~> 6.0)
20+
- "GoogleUtilities/NSData+zlib (~> 6.0)"
2121
- nanopb (~> 0.3)
2222
- FirebaseAuthInterop (1.0.0)
23-
- FirebaseCore (5.4.1):
24-
- GoogleUtilities/Environment (~> 5.2)
25-
- GoogleUtilities/Logger (~> 5.2)
26-
- FirebaseInstanceID (3.8.1):
27-
- FirebaseCore (~> 5.2)
28-
- GoogleUtilities/Environment (~> 5.2)
29-
- GoogleUtilities/UserDefaults (~> 5.2)
30-
- FirebaseStorage (3.1.1):
23+
- FirebaseCore (6.0.3):
24+
- GoogleUtilities/Environment (~> 6.0)
25+
- GoogleUtilities/Logger (~> 6.0)
26+
- FirebaseInstanceID (4.2.0):
27+
- FirebaseCore (~> 6.0)
28+
- GoogleUtilities/Environment (~> 6.0)
29+
- GoogleUtilities/UserDefaults (~> 6.0)
30+
- FirebaseStorage (3.2.1):
3131
- FirebaseAuthInterop (~> 1.0)
32-
- FirebaseCore (~> 5.2)
32+
- FirebaseCore (~> 6.0)
3333
- GTMSessionFetcher/Core (~> 1.1)
34-
- GoogleAppMeasurement (5.8.1):
35-
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
36-
- GoogleUtilities/MethodSwizzler (~> 5.2)
37-
- GoogleUtilities/Network (~> 5.2)
38-
- "GoogleUtilities/NSData+zlib (~> 5.2)"
34+
- GoogleAppMeasurement (6.0.2):
35+
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
36+
- GoogleUtilities/MethodSwizzler (~> 6.0)
37+
- GoogleUtilities/Network (~> 6.0)
38+
- "GoogleUtilities/NSData+zlib (~> 6.0)"
3939
- nanopb (~> 0.3)
40-
- GoogleUtilities/AppDelegateSwizzler (5.8.0):
40+
- GoogleUtilities/AppDelegateSwizzler (6.2.1):
4141
- GoogleUtilities/Environment
4242
- GoogleUtilities/Logger
4343
- GoogleUtilities/Network
44-
- GoogleUtilities/Environment (5.8.0)
45-
- GoogleUtilities/Logger (5.8.0):
44+
- GoogleUtilities/Environment (6.2.1)
45+
- GoogleUtilities/Logger (6.2.1):
4646
- GoogleUtilities/Environment
47-
- GoogleUtilities/MethodSwizzler (5.8.0):
47+
- GoogleUtilities/MethodSwizzler (6.2.1):
4848
- GoogleUtilities/Logger
49-
- GoogleUtilities/Network (5.8.0):
49+
- GoogleUtilities/Network (6.2.1):
5050
- GoogleUtilities/Logger
5151
- "GoogleUtilities/NSData+zlib"
5252
- GoogleUtilities/Reachability
53-
- "GoogleUtilities/NSData+zlib (5.8.0)"
54-
- GoogleUtilities/Reachability (5.8.0):
53+
- "GoogleUtilities/NSData+zlib (6.2.1)"
54+
- GoogleUtilities/Reachability (6.2.1):
5555
- GoogleUtilities/Logger
56-
- GoogleUtilities/UserDefaults (5.8.0):
56+
- GoogleUtilities/UserDefaults (6.2.1):
5757
- GoogleUtilities/Logger
58-
- GTMSessionFetcher/Core (1.2.1)
58+
- GTMSessionFetcher/Core (1.2.2)
5959
- nanopb (0.3.901):
6060
- nanopb/decode (= 0.3.901)
6161
- nanopb/encode (= 0.3.901)
@@ -87,20 +87,20 @@ SPEC REPOS:
8787
- ScrollableSegmentedControl
8888

8989
SPEC CHECKSUMS:
90-
Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933
91-
Fabric: f988e33c97f08930a413e08123064d2e5f68d655
92-
Firebase: 0c8cf33f266410c61ab3e2265cfa412200351d9c
93-
FirebaseAnalytics: ece1aa57a4f43c64d53a648b5a5e05151aae947b
90+
Crashlytics: 611738c7847f8291a1a51084e35987b86ba6b3ee
91+
Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
92+
Firebase: 8432d732974498afd5987e9001a05f90f1a3d625
93+
FirebaseAnalytics: 470ddab7253b21ad5a40bebd4a9903d7ae19386a
9494
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
95-
FirebaseCore: f1a9a8be1aee4bf71a2fc0f4096df6788bdfda61
96-
FirebaseInstanceID: a122b0c258720cf250551bb2bedf48c699f80d90
97-
FirebaseStorage: 6162ef4322502b818d9de0ec552f5226d283de43
98-
GoogleAppMeasurement: ffe513e90551844a739e7bcbb1d2aca1c28a4338
99-
GoogleUtilities: 04fce34bcd5620c1ee76fb79172105c74a4df335
100-
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
95+
FirebaseCore: 68f8a7f50cdae542715d4e86afa37c4067217dcb
96+
FirebaseInstanceID: f20243a1d828e0e9a3798b995174dedc16f1b32a
97+
FirebaseStorage: 926d41552072b9fee67aa645760f05f87b7ce604
98+
GoogleAppMeasurement: a35a645835bae31b6bdc0576396bc23908f12a22
99+
GoogleUtilities: c7a0b08bda3bf808be823ed151f0e28ac6866e71
100+
GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
101101
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
102102
ScrollableSegmentedControl: 2e64bbe8968a7fcd8aae5014434481464fcdfe60
103103

104104
PODFILE CHECKSUM: 56c1b56208f1c9800f198a7615d0b3919b381711
105105

106-
COCOAPODS: 1.5.3
106+
COCOAPODS: 1.7.1

Pods/Crashlytics/README.md

Lines changed: 10 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)