Skip to content

Commit 3753330

Browse files
committed
2 parents 4c13c05 + 231adf3 commit 3753330

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

AsposePdfCloud.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,7 @@
20162016
buildSettings = {
20172017
CLANG_ENABLE_MODULES = YES;
20182018
CODE_SIGN_IDENTITY = "";
2019+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20192020
CODE_SIGN_STYLE = Automatic;
20202021
DEFINES_MODULE = YES;
20212022
DEVELOPMENT_TEAM = 2J7FTC9Q5N;
@@ -2029,7 +2030,7 @@
20292030
"@executable_path/Frameworks",
20302031
"@loader_path/Frameworks",
20312032
);
2032-
MARKETING_VERSION = 20.8.0;
2033+
MARKETING_VERSION = 20.12.0;
20332034
PRODUCT_BUNDLE_IDENTIFIER = com.aspose.AsposePdfCloud;
20342035
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20352036
SKIP_INSTALL = YES;
@@ -2045,6 +2046,7 @@
20452046
buildSettings = {
20462047
CLANG_ENABLE_MODULES = YES;
20472048
CODE_SIGN_IDENTITY = "";
2049+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20482050
CODE_SIGN_STYLE = Automatic;
20492051
DEFINES_MODULE = YES;
20502052
DEVELOPMENT_TEAM = 2J7FTC9Q5N;
@@ -2058,7 +2060,7 @@
20582060
"@executable_path/Frameworks",
20592061
"@loader_path/Frameworks",
20602062
);
2061-
MARKETING_VERSION = 20.8.0;
2063+
MARKETING_VERSION = 20.12.0;
20622064
PRODUCT_BUNDLE_IDENTIFIER = com.aspose.AsposePdfCloud;
20632065
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20642066
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)