Skip to content

Commit e5cffea

Browse files
committed
for 19.9 version
1 parent 9ff0655 commit e5cffea

File tree

63 files changed

+14010
-12834
lines changed

Some content is hidden

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

63 files changed

+14010
-12834
lines changed

AsposeCellsCloud.xcodeproj/project.pbxproj

Lines changed: 385 additions & 429 deletions
Large diffs are not rendered by default.

AsposeCellsCloud/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>19.6.2</string>
18+
<string>19.9</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AsposeCellsCloud/Swaggers/APIs.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import Foundation
88

99
open class AsposeCellsCloudAPI {
10-
public static var basePath = "https://api.aspose.cloud/v1.1"
10+
public static var basePath = "https://api.aspose.cloud/v3.0"
1111
public static var appSid: String?
1212
public static var appKey: String?
1313
public static var credential: URLCredential?
@@ -66,4 +66,5 @@ open class RequestBuilder<T> {
6666
public protocol RequestBuilderFactory {
6767
func getNonDecodableBuilder<T>() -> RequestBuilder<T>.Type
6868
func getBuilder<T:Decodable>() -> RequestBuilder<T>.Type
69+
func getBuilder<T:AnyObject>() -> RequestBuilder<T>.Type
6970
}

AsposeCellsCloud/Swaggers/APIs/CellsAPI.swift

Lines changed: 12575 additions & 1023 deletions
Large diffs are not rendered by default.

AsposeCellsCloud/Swaggers/APIs/CellsAutoFilterAPI.swift

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

AsposeCellsCloud/Swaggers/APIs/CellsAutoshapesAPI.swift

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

AsposeCellsCloud/Swaggers/APIs/CellsChartAreaAPI.swift

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

0 commit comments

Comments
 (0)