Skip to content

Commit 49f23b0

Browse files
Andrey KaferiAndrey Kaferi
authored andcommitted
Update to v20.9
1 parent b1086a5 commit 49f23b0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

AsposePdfCloud.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,7 +2029,7 @@
20292029
"@executable_path/Frameworks",
20302030
"@loader_path/Frameworks",
20312031
);
2032-
MARKETING_VERSION = 20.8.0;
2032+
MARKETING_VERSION = 20.9.0;
20332033
PRODUCT_BUNDLE_IDENTIFIER = com.aspose.AsposePdfCloud;
20342034
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20352035
SKIP_INSTALL = YES;
@@ -2058,7 +2058,7 @@
20582058
"@executable_path/Frameworks",
20592059
"@loader_path/Frameworks",
20602060
);
2061-
MARKETING_VERSION = 20.8.0;
2061+
MARKETING_VERSION = 20.9.0;
20622062
PRODUCT_BUNDLE_IDENTIFIER = com.aspose.AsposePdfCloud;
20632063
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20642064
SKIP_INSTALL = YES;

AsposePdfCloudTests/FreeTextAnnotationsTests.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ class FreeTextAnnotationsTests: AsposePdfCloudTests {
156156
fontSize: 12,
157157
font: "Arial",
158158
foregroundColor: Color(A: 0xFF, R: 0, G: 0xFF, B: 0),
159-
backgroundColor: Color(A: 0xFF, R: 0xFF, G: 0, B: 0)
159+
backgroundColor: Color(A: 0xFF, R: 0xFF, G: 0, B: 0),
160+
fontFile: nil
160161
)
161162
)
162163

@@ -208,7 +209,8 @@ class FreeTextAnnotationsTests: AsposePdfCloudTests {
208209
fontSize: 12,
209210
font: "Arial",
210211
foregroundColor: Color(A: 0xFF, R: 0, G: 0xFF, B: 0),
211-
backgroundColor: Color(A: 0xFF, R: 0xFF, G: 0, B: 0)
212+
backgroundColor: Color(A: 0xFF, R: 0xFF, G: 0, B: 0),
213+
fontFile: nil
212214
)
213215
)
214216

0 commit comments

Comments
 (0)