Skip to content

Commit e43453b

Browse files
committed
for AsposeCellsCloud swift 20.8 release
1 parent d179ecb commit e43453b

30 files changed

+2208
-1998
lines changed

AsposeCellsCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "AsposeCellsCloud"
19-
s.version = "20.4.1"
19+
s.version = "20.8"
2020
s.summary = "Aspose.Cells Cloud SDK for Swift."
2121
s.swift_version = "4.1"
2222

AsposeCellsCloud.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@
251251
6B4056DC22FC151600048C14 /* AsposeCellsCloudTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4056DB22FC151500048C14 /* AsposeCellsCloudTests.swift */; };
252252
6B4056DE22FC152B00048C14 /* OAuthAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4056DD22FC152A00048C14 /* OAuthAPITests.swift */; };
253253
6B4056E022FC169900048C14 /* CellsAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4056DF22FC169900048C14 /* CellsAPITests.swift */; };
254+
6B45767C24EA6F8B00048E17 /* CellsCloudFileInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B45767A24EA6F8B00048E17 /* CellsCloudFileInfo.swift */; };
255+
6B45767D24EA6F8B00048E17 /* TextWaterMarkerRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B45767B24EA6F8B00048E17 /* TextWaterMarkerRequest.swift */; };
254256
6B495634231E56E700E78883 /* FilesList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B495629231E56E700E78883 /* FilesList.swift */; };
255257
6B495635231E56E700E78883 /* CellsCloudResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B49562A231E56E700E78883 /* CellsCloudResponse.swift */; };
256258
6B495636231E56E700E78883 /* FileVersions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B49562B231E56E700E78883 /* FileVersions.swift */; };
@@ -553,6 +555,8 @@
553555
6B4056DB22FC151500048C14 /* AsposeCellsCloudTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsposeCellsCloudTests.swift; sourceTree = "<group>"; };
554556
6B4056DD22FC152A00048C14 /* OAuthAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuthAPITests.swift; sourceTree = "<group>"; };
555557
6B4056DF22FC169900048C14 /* CellsAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellsAPITests.swift; sourceTree = "<group>"; };
558+
6B45767A24EA6F8B00048E17 /* CellsCloudFileInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellsCloudFileInfo.swift; sourceTree = "<group>"; };
559+
6B45767B24EA6F8B00048E17 /* TextWaterMarkerRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextWaterMarkerRequest.swift; sourceTree = "<group>"; };
556560
6B495629231E56E700E78883 /* FilesList.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FilesList.swift; sourceTree = "<group>"; };
557561
6B49562A231E56E700E78883 /* CellsCloudResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellsCloudResponse.swift; sourceTree = "<group>"; };
558562
6B49562B231E56E700E78883 /* FileVersions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileVersions.swift; sourceTree = "<group>"; };
@@ -689,6 +693,7 @@
689693
6B133C9F22C201B500B51B0D /* CellArea.swift */,
690694
6B133BDA22C201B400B51B0D /* CellResponse.swift */,
691695
6B133BC822C201B400B51B0D /* Cells.swift */,
696+
6B45767A24EA6F8B00048E17 /* CellsCloudFileInfo.swift */,
692697
6B49562A231E56E700E78883 /* CellsCloudResponse.swift */,
693698
6B133BE722C201B400B51B0D /* CellsColor.swift */,
694699
6B133C2A22C201B500B51B0D /* CellsDocumentProperties.swift */,
@@ -878,6 +883,7 @@
878883
6B133C0D22C201B500B51B0D /* TextItemsResponse.swift */,
879884
6B133C3522C201B500B51B0D /* TextOptions.swift */,
880885
6B133C6F22C201B500B51B0D /* TextureFill.swift */,
886+
6B45767B24EA6F8B00048E17 /* TextWaterMarkerRequest.swift */,
881887
6B133C7122C201B500B51B0D /* ThemeColor.swift */,
882888
6B133C3022C201B500B51B0D /* TilePicOption.swift */,
883889
6B133C3F22C201B500B51B0D /* Title.swift */,
@@ -1277,6 +1283,7 @@
12771283
6B133CE622C201B500B51B0D /* GradientFillStop.swift in Sources */,
12781284
6B133CB022C201B500B51B0D /* AlamofireImplementations.swift in Sources */,
12791285
6B133D7322C201B500B51B0D /* StyleResponse.swift in Sources */,
1286+
6B45767C24EA6F8B00048E17 /* CellsCloudFileInfo.swift in Sources */,
12801287
6B133CE922C201B500B51B0D /* SingleValueResponse.swift in Sources */,
12811288
6B133D3F22C201B500B51B0D /* Title.swift in Sources */,
12821289
6B133D2122C201B500B51B0D /* PasswordRequest.swift in Sources */,
@@ -1404,6 +1411,7 @@
14041411
6B133CFD22C201B500B51B0D /* MergedCellsResponse.swift in Sources */,
14051412
6B133D5D22C201B500B51B0D /* HorizontalPageBreakResponse.swift in Sources */,
14061413
6B133D8D22C201B500B51B0D /* Shapes.swift in Sources */,
1414+
6B45767D24EA6F8B00048E17 /* TextWaterMarkerRequest.swift in Sources */,
14071415
6B133D6B22C201B500B51B0D /* ImportCSVDataOption.swift in Sources */,
14081416
6B133CC822C201B500B51B0D /* Cells.swift in Sources */,
14091417
6B133D8422C201B500B51B0D /* Comments.swift in Sources */,

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>20.4.1</string>
18+
<string>20.8</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)