Skip to content

Commit 34e35ac

Browse files
committed
Add entry_id as optional parameter to checkAccessForAsset method. Updated docs.
1 parent bf649f8 commit 34e35ac

File tree

143 files changed

+229
-189
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

+229
-189
lines changed

Example/Example.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
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 */; };
10+
8701F615FE0198DC13155DA0 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A70CAC0487427790E9ADE62 /* Pods_Example.framework */; };
11+
A1C86649D348373F2149BF91 /* Pods_ExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91C63C495346EE62CD09F4E4 /* Pods_ExampleTests.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,11 +28,10 @@
2828
/* End PBXContainerItemProxy section */
2929

3030
/* Begin PBXFileReference section */
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; };
31+
3A70CAC0487427790E9ADE62 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
32+
5131DFEFA0BF318E83A79EFC /* 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>"; };
33+
910977C1A57CEAD7D887B002 /* 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>"; };
34+
91C63C495346EE62CD09F4E4 /* Pods_ExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3635
A718C05121CED043004D7EF7 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3736
A718C05421CED043004D7EF7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3837
A718C05E21CED044004D7EF7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
@@ -44,23 +43,24 @@
4443
A7A17F1E2270E3A0004E19AD /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
4544
A7A17F202270EACD004E19AD /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
4645
A7A690D1227C98590039AB59 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; 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>"; };
46+
B43D52BC94BC63BE44DF08C7 /* 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>"; };
47+
EB1DDE1A09ECD3AB16A37C5B /* 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>"; };
4848
/* End PBXFileReference section */
4949

5050
/* Begin PBXFrameworksBuildPhase section */
5151
A718C04E21CED043004D7EF7 /* Frameworks */ = {
5252
isa = PBXFrameworksBuildPhase;
5353
buildActionMask = 2147483647;
5454
files = (
55-
41EF68B5F18E3A185258E8CF /* Pods_Example.framework in Frameworks */,
55+
8701F615FE0198DC13155DA0 /* Pods_Example.framework in Frameworks */,
5656
);
5757
runOnlyForDeploymentPostprocessing = 0;
5858
};
5959
A718C06221CED044004D7EF7 /* Frameworks */ = {
6060
isa = PBXFrameworksBuildPhase;
6161
buildActionMask = 2147483647;
6262
files = (
63-
12CC1898949138D5297A5B51 /* Pods_ExampleTests.framework in Frameworks */,
63+
A1C86649D348373F2149BF91 /* Pods_ExampleTests.framework in Frameworks */,
6464
);
6565
runOnlyForDeploymentPostprocessing = 0;
6666
};
@@ -71,19 +71,19 @@
7171
isa = PBXGroup;
7272
children = (
7373
A7A17F202270EACD004E19AD /* WebKit.framework */,
74-
2BE454E8095DEEB49A89BAC9 /* Pods_Example.framework */,
75-
996910C83545FAF1FFCD1D92 /* Pods_ExampleTests.framework */,
74+
3A70CAC0487427790E9ADE62 /* Pods_Example.framework */,
75+
91C63C495346EE62CD09F4E4 /* Pods_ExampleTests.framework */,
7676
);
7777
name = Frameworks;
7878
sourceTree = "<group>";
7979
};
80-
8FF534A5790DEBAC009838EE /* Pods */ = {
80+
5AD8BBC687B0B4D6AE680476 /* Pods */ = {
8181
isa = PBXGroup;
8282
children = (
83-
2F1C918DFC1344A331041C3A /* Pods-Example.debug.xcconfig */,
84-
77C189805E54A51C600CF308 /* Pods-Example.release.xcconfig */,
85-
FCABAC50DBAB958E63AC1204 /* Pods-ExampleTests.debug.xcconfig */,
86-
8D3E33227EDFFB3987894F58 /* Pods-ExampleTests.release.xcconfig */,
83+
EB1DDE1A09ECD3AB16A37C5B /* Pods-Example.debug.xcconfig */,
84+
5131DFEFA0BF318E83A79EFC /* Pods-Example.release.xcconfig */,
85+
B43D52BC94BC63BE44DF08C7 /* Pods-ExampleTests.debug.xcconfig */,
86+
910977C1A57CEAD7D887B002 /* Pods-ExampleTests.release.xcconfig */,
8787
);
8888
name = Pods;
8989
path = Pods;
@@ -96,7 +96,7 @@
9696
A718C06821CED044004D7EF7 /* ExampleTests */,
9797
A718C05221CED043004D7EF7 /* Products */,
9898
353BF1AC704F4B2502AADE00 /* Frameworks */,
99-
8FF534A5790DEBAC009838EE /* Pods */,
99+
5AD8BBC687B0B4D6AE680476 /* Pods */,
100100
);
101101
sourceTree = "<group>";
102102
};
@@ -138,11 +138,11 @@
138138
isa = PBXNativeTarget;
139139
buildConfigurationList = A718C06E21CED044004D7EF7 /* Build configuration list for PBXNativeTarget "Example" */;
140140
buildPhases = (
141-
3EAF1FDD345A5706D91E86FA /* [CP] Check Pods Manifest.lock */,
141+
55C74095CE7990FC78D0FD3A /* [CP] Check Pods Manifest.lock */,
142142
A718C04D21CED043004D7EF7 /* Sources */,
143143
A718C04E21CED043004D7EF7 /* Frameworks */,
144144
A718C04F21CED043004D7EF7 /* Resources */,
145-
D8A902256FC353CA0425682C /* [CP] Embed Pods Frameworks */,
145+
C9B5801DB6CCDE2A4690E82D /* [CP] Embed Pods Frameworks */,
146146
);
147147
buildRules = (
148148
);
@@ -157,7 +157,7 @@
157157
isa = PBXNativeTarget;
158158
buildConfigurationList = A718C07121CED044004D7EF7 /* Build configuration list for PBXNativeTarget "ExampleTests" */;
159159
buildPhases = (
160-
F5631703C704276611BC9F22 /* [CP] Check Pods Manifest.lock */,
160+
67B150B3A0E5E000F9DEA9C6 /* [CP] Check Pods Manifest.lock */,
161161
A718C06121CED044004D7EF7 /* Sources */,
162162
A718C06221CED044004D7EF7 /* Frameworks */,
163163
A718C06321CED044004D7EF7 /* Resources */,
@@ -231,7 +231,7 @@
231231
/* End PBXResourcesBuildPhase section */
232232

233233
/* Begin PBXShellScriptBuildPhase section */
234-
3EAF1FDD345A5706D91E86FA /* [CP] Check Pods Manifest.lock */ = {
234+
55C74095CE7990FC78D0FD3A /* [CP] Check Pods Manifest.lock */ = {
235235
isa = PBXShellScriptBuildPhase;
236236
buildActionMask = 2147483647;
237237
files = (
@@ -253,43 +253,43 @@
253253
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";
254254
showEnvVarsInLog = 0;
255255
};
256-
D8A902256FC353CA0425682C /* [CP] Embed Pods Frameworks */ = {
256+
67B150B3A0E5E000F9DEA9C6 /* [CP] Check Pods Manifest.lock */ = {
257257
isa = PBXShellScriptBuildPhase;
258258
buildActionMask = 2147483647;
259259
files = (
260260
);
261261
inputFileListPaths = (
262-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
263262
);
264-
name = "[CP] Embed Pods Frameworks";
263+
inputPaths = (
264+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
265+
"${PODS_ROOT}/Manifest.lock",
266+
);
267+
name = "[CP] Check Pods Manifest.lock";
265268
outputFileListPaths = (
266-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
269+
);
270+
outputPaths = (
271+
"$(DERIVED_FILE_DIR)/Pods-ExampleTests-checkManifestLockResult.txt",
267272
);
268273
runOnlyForDeploymentPostprocessing = 0;
269274
shellPath = /bin/sh;
270-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
275+
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";
271276
showEnvVarsInLog = 0;
272277
};
273-
F5631703C704276611BC9F22 /* [CP] Check Pods Manifest.lock */ = {
278+
C9B5801DB6CCDE2A4690E82D /* [CP] Embed Pods Frameworks */ = {
274279
isa = PBXShellScriptBuildPhase;
275280
buildActionMask = 2147483647;
276281
files = (
277282
);
278283
inputFileListPaths = (
284+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
279285
);
280-
inputPaths = (
281-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
282-
"${PODS_ROOT}/Manifest.lock",
283-
);
284-
name = "[CP] Check Pods Manifest.lock";
286+
name = "[CP] Embed Pods Frameworks";
285287
outputFileListPaths = (
286-
);
287-
outputPaths = (
288-
"$(DERIVED_FILE_DIR)/Pods-ExampleTests-checkManifestLockResult.txt",
288+
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
289289
);
290290
runOnlyForDeploymentPostprocessing = 0;
291291
shellPath = /bin/sh;
292-
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";
292+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
293293
showEnvVarsInLog = 0;
294294
};
295295
/* End PBXShellScriptBuildPhase section */
@@ -452,7 +452,7 @@
452452
};
453453
A718C06F21CED044004D7EF7 /* Debug */ = {
454454
isa = XCBuildConfiguration;
455-
baseConfigurationReference = 2F1C918DFC1344A331041C3A /* Pods-Example.debug.xcconfig */;
455+
baseConfigurationReference = EB1DDE1A09ECD3AB16A37C5B /* Pods-Example.debug.xcconfig */;
456456
buildSettings = {
457457
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
458458
CODE_SIGN_STYLE = Automatic;
@@ -471,7 +471,7 @@
471471
};
472472
A718C07021CED044004D7EF7 /* Release */ = {
473473
isa = XCBuildConfiguration;
474-
baseConfigurationReference = 77C189805E54A51C600CF308 /* Pods-Example.release.xcconfig */;
474+
baseConfigurationReference = 5131DFEFA0BF318E83A79EFC /* Pods-Example.release.xcconfig */;
475475
buildSettings = {
476476
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
477477
CODE_SIGN_STYLE = Automatic;
@@ -490,7 +490,7 @@
490490
};
491491
A718C07221CED044004D7EF7 /* Debug */ = {
492492
isa = XCBuildConfiguration;
493-
baseConfigurationReference = FCABAC50DBAB958E63AC1204 /* Pods-ExampleTests.debug.xcconfig */;
493+
baseConfigurationReference = B43D52BC94BC63BE44DF08C7 /* Pods-ExampleTests.debug.xcconfig */;
494494
buildSettings = {
495495
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
496496
BUNDLE_LOADER = "$(TEST_HOST)";
@@ -511,7 +511,7 @@
511511
};
512512
A718C07321CED044004D7EF7 /* Release */ = {
513513
isa = XCBuildConfiguration;
514-
baseConfigurationReference = 8D3E33227EDFFB3987894F58 /* Pods-ExampleTests.release.xcconfig */;
514+
baseConfigurationReference = 910977C1A57CEAD7D887B002 /* Pods-ExampleTests.release.xcconfig */;
515515
buildSettings = {
516516
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
517517
BUNDLE_LOADER = "$(TEST_HOST)";

Source/Core/API/Asset/INPAssetService.swift

+11-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ class INPAssetService {
2121
}
2222

2323
static func checkAccessForAsset(id: Int,
24+
entryId: String?,
2425
completion: @escaping RequestCompletion<InPlayerItemAccess>) {
26+
var parameters: [String: Any] = [:]
27+
if let entryId = entryId {
28+
parameters[AssetParameters.entryId] = entryId
29+
}
2530
NetworkDataSource.performRequest(session: InPlayerSessionAPIManager.default.session,
26-
route: AssetAPIRouter.getItemAccess(id: id),
31+
route: AssetAPIRouter.getItemAccess(id: id, parameters: parameters),
2732
completion: completion)
2833
}
2934

@@ -45,14 +50,15 @@ class INPAssetService {
4550

4651
private struct AssetParameters {
4752
static let merchantUUID = "merchant_uuid"
53+
static let entryId = "entry_id"
4854
}
4955

5056

5157
/// Enum of available asset api routes
5258
private enum AssetAPIRouter: INPAPIConfiguration {
5359
case getItemDetails(id: Int, merchantUUID: String)
5460
case getItemAccessFees(id: Int)
55-
case getItemAccess(id: Int)
61+
case getItemAccess(id: Int, parameters: [String: Any])
5662
case getExternalAsset(assetType: String, externalID: String, parameters: [String: Any])
5763

5864
var method: HTTPMethod {
@@ -68,7 +74,7 @@ private enum AssetAPIRouter: INPAPIConfiguration {
6874
return String(format: NetworkConstants.Endpoints.Asset.itemDetails, merchantUUID, "\(id)")
6975
case .getItemAccessFees(let id):
7076
return String(format: NetworkConstants.Endpoints.Asset.itemAccessFees, "\(id)")
71-
case .getItemAccess(let id):
77+
case .getItemAccess(let id, _):
7278
return String(format: NetworkConstants.Endpoints.Asset.itemAccess, "\(id)")
7379
case .getExternalAsset(let assetType, let externalID, _):
7480
return String(format: NetworkConstants.Endpoints.Asset.externalItemDetails, assetType, externalID)
@@ -77,6 +83,8 @@ private enum AssetAPIRouter: INPAPIConfiguration {
7783

7884
var parameters: Parameters? {
7985
switch self {
86+
case .getItemAccess(_, let parameters):
87+
return parameters
8088
case .getExternalAsset(_,_, let parameters):
8189
return parameters
8290
default:

Source/Core/Asset.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,17 @@ public extension InPlayer {
5656
This method checks and retrieves a customer's entitlement to an asset
5757
- Parameters:
5858
- id: Asset ID
59+
- entryId: Optional string specifying external video id
5960
- success: A closure to be executed once the request has finished successfully.
6061
- itemAccess: Object containing info about the item plus additional info.
6162
- failure: A closure to be executed once the request has finished with error.
6263
- error: Containing information about the error that occurred.
6364
*/
6465
public static func checkAccessForAsset(id: Int,
66+
entryId: String?,
6567
success: @escaping (InPlayerItemAccess) -> Void,
6668
failure: @escaping (InPlayerError) -> Void) {
67-
INPAssetService.checkAccessForAsset(id: id, completion: { (itemAccess, error) in
69+
INPAssetService.checkAccessForAsset(id: id, entryId: entryId, completion: { (itemAccess, error) in
6870
if let error = error {
6971
failure(error)
7072
} else {

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-12-15)</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-20)</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-12-15)</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-20)</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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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-12-15)</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-20)</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>

0 commit comments

Comments
 (0)