Skip to content

Commit db329fd

Browse files
authored
Merge pull request #44 from inplayer-org/fix/is-authenticated-check
isAuthenticated() method update
2 parents f6095b2 + 280fab7 commit db329fd

File tree

143 files changed

+185
-173
lines changed

Some content is hidden

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

143 files changed

+185
-173
lines changed

Example/Example.xcodeproj/project.pbxproj

+39-30
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
10F00480564BCBEDFE86CB46 /* Pods_ExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEE19ECACC8DD5EBAF6DD945 /* Pods_ExampleTests.framework */; };
11-
7623EFA906FDDFF2C58C5B2D /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5619D38DC581CE16D4C3555 /* Pods_Example.framework */; };
10+
12CC1898949138D5297A5B51 /* Pods_ExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 996910C83545FAF1FFCD1D92 /* Pods_ExampleTests.framework */; };
11+
41EF68B5F18E3A185258E8CF /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BE454E8095DEEB49A89BAC9 /* Pods_Example.framework */; };
1212
A718C05521CED043004D7EF7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A718C05421CED043004D7EF7 /* AppDelegate.swift */; };
1313
A718C05F21CED044004D7EF7 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A718C05D21CED044004D7EF7 /* LaunchScreen.storyboard */; };
1414
A718C06A21CED044004D7EF7 /* ExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A718C06921CED044004D7EF7 /* ExampleTests.swift */; };
@@ -28,8 +28,11 @@
2828
/* End PBXContainerItemProxy section */
2929

3030
/* Begin PBXFileReference section */
31-
470DD573FF4EAE4EC3716E3A /* Pods-ExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.release.xcconfig"; sourceTree = "<group>"; };
32-
647DBEE987EF402AA16384E2 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
31+
2BE454E8095DEEB49A89BAC9 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
32+
2F1C918DFC1344A331041C3A /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
33+
77C189805E54A51C600CF308 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
34+
8D3E33227EDFFB3987894F58 /* Pods-ExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleTests.release.xcconfig"; path = "Target Support Files/Pods-ExampleTests/Pods-ExampleTests.release.xcconfig"; sourceTree = "<group>"; };
35+
996910C83545FAF1FFCD1D92 /* Pods_ExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3336
A718C05121CED043004D7EF7 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3437
A718C05421CED043004D7EF7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3538
A718C05E21CED044004D7EF7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
@@ -41,26 +44,23 @@
4144
A7A17F1E2270E3A0004E19AD /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
4245
A7A17F202270EACD004E19AD /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
4346
A7A690D1227C98590039AB59 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
44-
B14D3BB340AB73CDBD270009 /* Pods-ExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
45-
D5619D38DC581CE16D4C3555 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
46-
DEE19ECACC8DD5EBAF6DD945 /* Pods_ExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
47-
FF4C8E6EF1A599BF004CD234 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
47+
FCABAC50DBAB958E63AC1204 /* Pods-ExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-ExampleTests/Pods-ExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
4848
/* End PBXFileReference section */
4949

5050
/* Begin PBXFrameworksBuildPhase section */
5151
A718C04E21CED043004D7EF7 /* Frameworks */ = {
5252
isa = PBXFrameworksBuildPhase;
5353
buildActionMask = 2147483647;
5454
files = (
55-
7623EFA906FDDFF2C58C5B2D /* Pods_Example.framework in Frameworks */,
55+
41EF68B5F18E3A185258E8CF /* Pods_Example.framework in Frameworks */,
5656
);
5757
runOnlyForDeploymentPostprocessing = 0;
5858
};
5959
A718C06221CED044004D7EF7 /* Frameworks */ = {
6060
isa = PBXFrameworksBuildPhase;
6161
buildActionMask = 2147483647;
6262
files = (
63-
10F00480564BCBEDFE86CB46 /* Pods_ExampleTests.framework in Frameworks */,
63+
12CC1898949138D5297A5B51 /* Pods_ExampleTests.framework in Frameworks */,
6464
);
6565
runOnlyForDeploymentPostprocessing = 0;
6666
};
@@ -71,21 +71,22 @@
7171
isa = PBXGroup;
7272
children = (
7373
A7A17F202270EACD004E19AD /* WebKit.framework */,
74-
D5619D38DC581CE16D4C3555 /* Pods_Example.framework */,
75-
DEE19ECACC8DD5EBAF6DD945 /* Pods_ExampleTests.framework */,
74+
2BE454E8095DEEB49A89BAC9 /* Pods_Example.framework */,
75+
996910C83545FAF1FFCD1D92 /* Pods_ExampleTests.framework */,
7676
);
7777
name = Frameworks;
7878
sourceTree = "<group>";
7979
};
80-
A375B5BFA57CD7DFF47B3DB6 /* Pods */ = {
80+
8FF534A5790DEBAC009838EE /* Pods */ = {
8181
isa = PBXGroup;
8282
children = (
83-
FF4C8E6EF1A599BF004CD234 /* Pods-Example.debug.xcconfig */,
84-
647DBEE987EF402AA16384E2 /* Pods-Example.release.xcconfig */,
85-
B14D3BB340AB73CDBD270009 /* Pods-ExampleTests.debug.xcconfig */,
86-
470DD573FF4EAE4EC3716E3A /* Pods-ExampleTests.release.xcconfig */,
83+
2F1C918DFC1344A331041C3A /* Pods-Example.debug.xcconfig */,
84+
77C189805E54A51C600CF308 /* Pods-Example.release.xcconfig */,
85+
FCABAC50DBAB958E63AC1204 /* Pods-ExampleTests.debug.xcconfig */,
86+
8D3E33227EDFFB3987894F58 /* Pods-ExampleTests.release.xcconfig */,
8787
);
8888
name = Pods;
89+
path = Pods;
8990
sourceTree = "<group>";
9091
};
9192
A718C04821CED043004D7EF7 = {
@@ -94,8 +95,8 @@
9495
A718C05321CED043004D7EF7 /* Example */,
9596
A718C06821CED044004D7EF7 /* ExampleTests */,
9697
A718C05221CED043004D7EF7 /* Products */,
97-
A375B5BFA57CD7DFF47B3DB6 /* Pods */,
9898
353BF1AC704F4B2502AADE00 /* Frameworks */,
99+
8FF534A5790DEBAC009838EE /* Pods */,
99100
);
100101
sourceTree = "<group>";
101102
};
@@ -137,11 +138,11 @@
137138
isa = PBXNativeTarget;
138139
buildConfigurationList = A718C06E21CED044004D7EF7 /* Build configuration list for PBXNativeTarget "Example" */;
139140
buildPhases = (
140-
B89E8A3A3514C62CA2AF06A3 /* [CP] Check Pods Manifest.lock */,
141+
3EAF1FDD345A5706D91E86FA /* [CP] Check Pods Manifest.lock */,
141142
A718C04D21CED043004D7EF7 /* Sources */,
142143
A718C04E21CED043004D7EF7 /* Frameworks */,
143144
A718C04F21CED043004D7EF7 /* Resources */,
144-
9E28C35F4CC680382BE5CFA1 /* [CP] Embed Pods Frameworks */,
145+
D8A902256FC353CA0425682C /* [CP] Embed Pods Frameworks */,
145146
);
146147
buildRules = (
147148
);
@@ -156,7 +157,7 @@
156157
isa = PBXNativeTarget;
157158
buildConfigurationList = A718C07121CED044004D7EF7 /* Build configuration list for PBXNativeTarget "ExampleTests" */;
158159
buildPhases = (
159-
0B2662EF8C14B773B7B08B4D /* [CP] Check Pods Manifest.lock */,
160+
F5631703C704276611BC9F22 /* [CP] Check Pods Manifest.lock */,
160161
A718C06121CED044004D7EF7 /* Sources */,
161162
A718C06221CED044004D7EF7 /* Frameworks */,
162163
A718C06321CED044004D7EF7 /* Resources */,
@@ -230,25 +231,29 @@
230231
/* End PBXResourcesBuildPhase section */
231232

232233
/* Begin PBXShellScriptBuildPhase section */
233-
0B2662EF8C14B773B7B08B4D /* [CP] Check Pods Manifest.lock */ = {
234+
3EAF1FDD345A5706D91E86FA /* [CP] Check Pods Manifest.lock */ = {
234235
isa = PBXShellScriptBuildPhase;
235236
buildActionMask = 2147483647;
236237
files = (
237238
);
239+
inputFileListPaths = (
240+
);
238241
inputPaths = (
239242
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
240243
"${PODS_ROOT}/Manifest.lock",
241244
);
242245
name = "[CP] Check Pods Manifest.lock";
246+
outputFileListPaths = (
247+
);
243248
outputPaths = (
244-
"$(DERIVED_FILE_DIR)/Pods-ExampleTests-checkManifestLockResult.txt",
249+
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
245250
);
246251
runOnlyForDeploymentPostprocessing = 0;
247252
shellPath = /bin/sh;
248253
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
249254
showEnvVarsInLog = 0;
250255
};
251-
9E28C35F4CC680382BE5CFA1 /* [CP] Embed Pods Frameworks */ = {
256+
D8A902256FC353CA0425682C /* [CP] Embed Pods Frameworks */ = {
252257
isa = PBXShellScriptBuildPhase;
253258
buildActionMask = 2147483647;
254259
files = (
@@ -265,18 +270,22 @@
265270
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
266271
showEnvVarsInLog = 0;
267272
};
268-
B89E8A3A3514C62CA2AF06A3 /* [CP] Check Pods Manifest.lock */ = {
273+
F5631703C704276611BC9F22 /* [CP] Check Pods Manifest.lock */ = {
269274
isa = PBXShellScriptBuildPhase;
270275
buildActionMask = 2147483647;
271276
files = (
272277
);
278+
inputFileListPaths = (
279+
);
273280
inputPaths = (
274281
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
275282
"${PODS_ROOT}/Manifest.lock",
276283
);
277284
name = "[CP] Check Pods Manifest.lock";
285+
outputFileListPaths = (
286+
);
278287
outputPaths = (
279-
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
288+
"$(DERIVED_FILE_DIR)/Pods-ExampleTests-checkManifestLockResult.txt",
280289
);
281290
runOnlyForDeploymentPostprocessing = 0;
282291
shellPath = /bin/sh;
@@ -443,7 +452,7 @@
443452
};
444453
A718C06F21CED044004D7EF7 /* Debug */ = {
445454
isa = XCBuildConfiguration;
446-
baseConfigurationReference = FF4C8E6EF1A599BF004CD234 /* Pods-Example.debug.xcconfig */;
455+
baseConfigurationReference = 2F1C918DFC1344A331041C3A /* Pods-Example.debug.xcconfig */;
447456
buildSettings = {
448457
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
449458
CODE_SIGN_STYLE = Automatic;
@@ -462,7 +471,7 @@
462471
};
463472
A718C07021CED044004D7EF7 /* Release */ = {
464473
isa = XCBuildConfiguration;
465-
baseConfigurationReference = 647DBEE987EF402AA16384E2 /* Pods-Example.release.xcconfig */;
474+
baseConfigurationReference = 77C189805E54A51C600CF308 /* Pods-Example.release.xcconfig */;
466475
buildSettings = {
467476
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
468477
CODE_SIGN_STYLE = Automatic;
@@ -481,7 +490,7 @@
481490
};
482491
A718C07221CED044004D7EF7 /* Debug */ = {
483492
isa = XCBuildConfiguration;
484-
baseConfigurationReference = B14D3BB340AB73CDBD270009 /* Pods-ExampleTests.debug.xcconfig */;
493+
baseConfigurationReference = FCABAC50DBAB958E63AC1204 /* Pods-ExampleTests.debug.xcconfig */;
485494
buildSettings = {
486495
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
487496
BUNDLE_LOADER = "$(TEST_HOST)";
@@ -502,7 +511,7 @@
502511
};
503512
A718C07321CED044004D7EF7 /* Release */ = {
504513
isa = XCBuildConfiguration;
505-
baseConfigurationReference = 470DD573FF4EAE4EC3716E3A /* Pods-ExampleTests.release.xcconfig */;
514+
baseConfigurationReference = 8D3E33227EDFFB3987894F58 /* Pods-ExampleTests.release.xcconfig */;
506515
buildSettings = {
507516
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
508517
BUNDLE_LOADER = "$(TEST_HOST)";

InPlayerSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "InPlayerSDK"
19-
s.version = "1.5.0"
19+
s.version = "1.5.1"
2020
s.summary = "InPlayer's iOS API client wrapper."
2121

2222
# This description is used to generate tags and improve search results.
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
7979
# Not including the public_header_files will make all headers public.
8080
#
8181

82-
s.source_files = "Source/**/*.swift"
82+
s.source_files = "Source/**/*.*"
8383

8484
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
8585
#

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
To integrate InPlayerSDK into your Xcode project using CocoaPods, specify it in your `Podfile`
2525

2626
source 'https://github.com/CocoaPods/Specs.git'
27+
install! 'cocoapods',
28+
: preserve_pod_file_structure => true
2729
platform :ios, '10.0'
2830

2931
target '<Your Target name>' do

Source/Core/Account.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ public extension InPlayer {
3636
}
3737

3838
/**
39-
Check if current user has access token.
39+
Check if current user has valid access token.
4040
- Returns: Bool result of the check.
4141
*/
4242
public static func isAuthenticated() -> Bool {
4343
guard let credentials = getCredentials() else { return false }
44+
guard Date().timeIntervalSince1970.isLess(than: credentials.expires) else { return false }
4445
return !credentials.accessToken.isEmpty && credentials.accessToken != ""
4546
}
4647

docs/Classes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ <h4>Declaration</h4>
378378
</section>
379379
</section>
380380
<section id="footer">
381-
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-11-12)</p>
381+
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-12-15)</p>
382382
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
383383
</section>
384384
</article>

docs/Classes/InPlayer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ <h4>Declaration</h4>
503503
</section>
504504
</section>
505505
<section id="footer">
506-
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-11-12)</p>
506+
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-12-15)</p>
507507
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
508508
</section>
509509
</article>

docs/Classes/InPlayer/Account.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ <h4>Return Value</h4>
393393
<section class="section">
394394
<div class="pointer"></div>
395395
<div class="abstract">
396-
<p>Check if current user has access token.</p>
396+
<p>Check if current user has valid access token.</p>
397397

398398
</div>
399399
<div class="declaration">
@@ -1944,7 +1944,7 @@ <h4>Parameters</h4>
19441944
</section>
19451945
</section>
19461946
<section id="footer">
1947-
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-11-12)</p>
1947+
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-12-15)</p>
19481948
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
19491949
</section>
19501950
</article>

docs/Classes/InPlayer/Asset.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ <h4>Parameters</h4>
675675
</section>
676676
</section>
677677
<section id="footer">
678-
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-11-12)</p>
678+
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-12-15)</p>
679679
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
680680
</section>
681681
</article>

docs/Classes/InPlayer/Configuration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h4>Declaration</h4>
373373
</section>
374374
</section>
375375
<section id="footer">
376-
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-11-12)</p>
376+
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-12-15)</p>
377377
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
378378
</section>
379379
</article>

docs/Classes/InPlayer/Notification.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ <h4>Declaration</h4>
427427
</section>
428428
</section>
429429
<section id="footer">
430-
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-11-12)</p>
430+
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-12-15)</p>
431431
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
432432
</section>
433433
</article>

docs/Classes/InPlayer/Payment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h4>Parameters</h4>
510510
</section>
511511
</section>
512512
<section id="footer">
513-
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-11-12)</p>
513+
<p>&copy; 2019 <a class="link" href="https://inplayer.com/" target="_blank" rel="external">InPlayer</a>. All rights reserved. (Last updated: 2019-12-15)</p>
514514
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.12.0</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
515515
</section>
516516
</article>

0 commit comments

Comments
 (0)