Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 2.1.00

### Bug fixes
- Replaced UIWebView with WKWebView.
- Conflict with Dynatrace framework 'appendUTF8String' & 'appendBITString' api.

### New features
- The Cancel Request API allows any data task or HTTP request to be cancelled.

### Deprecated methods
- None

# Version 2.0.00

### Bug fixes
Expand Down
8 changes: 4 additions & 4 deletions MASFoundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2.0.10;
CURRENT_PROJECT_VERSION = 2.1.00;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -2082,7 +2082,7 @@
"$(PROJECT_DIR)/MASFoundation/Vendor/OpenSSL/include/lib",
);
MACH_O_TYPE = mh_dylib;
MARKETING_VERSION = 2.0.10;
MARKETING_VERSION = 2.1.00;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.ca.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2099,7 +2099,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2.0.10;
CURRENT_PROJECT_VERSION = 2.1.00;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -2131,7 +2131,7 @@
"$(PROJECT_DIR)/MASFoundation/Vendor/OpenSSL/include/lib",
);
MACH_O_TYPE = mh_dylib;
MARKETING_VERSION = 2.0.10;
MARKETING_VERSION = 2.1.00;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.ca.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion MASFoundation/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>2.1.00</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down