Skip to content

Commit

Permalink
for AsposeCellsCloud swift 20.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leoluo5 committed Aug 19, 2020
1 parent d179ecb commit e43453b
Show file tree
Hide file tree
Showing 30 changed files with 2,208 additions and 1,998 deletions.
2 changes: 1 addition & 1 deletion AsposeCellsCloud.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "AsposeCellsCloud"
s.version = "20.4.1"
s.version = "20.8"
s.summary = "Aspose.Cells Cloud SDK for Swift."
s.swift_version = "4.1"

Expand Down
8 changes: 8 additions & 0 deletions AsposeCellsCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@
6B4056DC22FC151600048C14 /* AsposeCellsCloudTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4056DB22FC151500048C14 /* AsposeCellsCloudTests.swift */; };
6B4056DE22FC152B00048C14 /* OAuthAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4056DD22FC152A00048C14 /* OAuthAPITests.swift */; };
6B4056E022FC169900048C14 /* CellsAPITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4056DF22FC169900048C14 /* CellsAPITests.swift */; };
6B45767C24EA6F8B00048E17 /* CellsCloudFileInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B45767A24EA6F8B00048E17 /* CellsCloudFileInfo.swift */; };
6B45767D24EA6F8B00048E17 /* TextWaterMarkerRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B45767B24EA6F8B00048E17 /* TextWaterMarkerRequest.swift */; };
6B495634231E56E700E78883 /* FilesList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B495629231E56E700E78883 /* FilesList.swift */; };
6B495635231E56E700E78883 /* CellsCloudResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B49562A231E56E700E78883 /* CellsCloudResponse.swift */; };
6B495636231E56E700E78883 /* FileVersions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B49562B231E56E700E78883 /* FileVersions.swift */; };
Expand Down Expand Up @@ -553,6 +555,8 @@
6B4056DB22FC151500048C14 /* AsposeCellsCloudTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsposeCellsCloudTests.swift; sourceTree = "<group>"; };
6B4056DD22FC152A00048C14 /* OAuthAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuthAPITests.swift; sourceTree = "<group>"; };
6B4056DF22FC169900048C14 /* CellsAPITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellsAPITests.swift; sourceTree = "<group>"; };
6B45767A24EA6F8B00048E17 /* CellsCloudFileInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellsCloudFileInfo.swift; sourceTree = "<group>"; };
6B45767B24EA6F8B00048E17 /* TextWaterMarkerRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextWaterMarkerRequest.swift; sourceTree = "<group>"; };
6B495629231E56E700E78883 /* FilesList.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FilesList.swift; sourceTree = "<group>"; };
6B49562A231E56E700E78883 /* CellsCloudResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellsCloudResponse.swift; sourceTree = "<group>"; };
6B49562B231E56E700E78883 /* FileVersions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileVersions.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -689,6 +693,7 @@
6B133C9F22C201B500B51B0D /* CellArea.swift */,
6B133BDA22C201B400B51B0D /* CellResponse.swift */,
6B133BC822C201B400B51B0D /* Cells.swift */,
6B45767A24EA6F8B00048E17 /* CellsCloudFileInfo.swift */,
6B49562A231E56E700E78883 /* CellsCloudResponse.swift */,
6B133BE722C201B400B51B0D /* CellsColor.swift */,
6B133C2A22C201B500B51B0D /* CellsDocumentProperties.swift */,
Expand Down Expand Up @@ -878,6 +883,7 @@
6B133C0D22C201B500B51B0D /* TextItemsResponse.swift */,
6B133C3522C201B500B51B0D /* TextOptions.swift */,
6B133C6F22C201B500B51B0D /* TextureFill.swift */,
6B45767B24EA6F8B00048E17 /* TextWaterMarkerRequest.swift */,
6B133C7122C201B500B51B0D /* ThemeColor.swift */,
6B133C3022C201B500B51B0D /* TilePicOption.swift */,
6B133C3F22C201B500B51B0D /* Title.swift */,
Expand Down Expand Up @@ -1277,6 +1283,7 @@
6B133CE622C201B500B51B0D /* GradientFillStop.swift in Sources */,
6B133CB022C201B500B51B0D /* AlamofireImplementations.swift in Sources */,
6B133D7322C201B500B51B0D /* StyleResponse.swift in Sources */,
6B45767C24EA6F8B00048E17 /* CellsCloudFileInfo.swift in Sources */,
6B133CE922C201B500B51B0D /* SingleValueResponse.swift in Sources */,
6B133D3F22C201B500B51B0D /* Title.swift in Sources */,
6B133D2122C201B500B51B0D /* PasswordRequest.swift in Sources */,
Expand Down Expand Up @@ -1404,6 +1411,7 @@
6B133CFD22C201B500B51B0D /* MergedCellsResponse.swift in Sources */,
6B133D5D22C201B500B51B0D /* HorizontalPageBreakResponse.swift in Sources */,
6B133D8D22C201B500B51B0D /* Shapes.swift in Sources */,
6B45767D24EA6F8B00048E17 /* TextWaterMarkerRequest.swift in Sources */,
6B133D6B22C201B500B51B0D /* ImportCSVDataOption.swift in Sources */,
6B133CC822C201B500B51B0D /* Cells.swift in Sources */,
6B133D8422C201B500B51B0D /* Comments.swift in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion AsposeCellsCloud/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>20.4.1</string>
<string>20.8</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Loading

0 comments on commit e43453b

Please sign in to comment.