Skip to content
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### Future release
### Update
* Update native SDK support to Android 2.12.9 & iOS 2.12.16

## 2.1.0
* Update native SDK support to Android 2.12.5 & iOS 2.12.8

## 2.0.0
Expand Down
8 changes: 4 additions & 4 deletions README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ A Flutter [plugin](https://flutter.dev/developing-packages/) that wraps Virtusiz

## 対応バージョン

- **iOS 13.0+**
- **iOS 14.0+**

iOS バージョン`10.3`以上をご利用されているか`ios/Podfile`にてご確認ください。
iOS バージョン`14.0`以上をご利用されているか`ios/Podfile`にてご確認ください。

```
platform :ios, '13.0'
platform :ios, '14.0'
```

- **Android 5.0+ (API Level 21+)**
Expand All @@ -85,7 +85,7 @@ A Flutter [plugin](https://flutter.dev/developing-packages/) that wraps Virtusiz

```yaml
dependencies:
virtusize_flutter_sdk: ^2.0.0
virtusize_flutter_sdk: ^2.1.0
```


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ You need a unique API key and an Admin account, only available to Virtusize cust

## Requirements

- **iOS 13.0+**
Specify the iOS version at least `13.0` in `ios/Podfile`:
- **iOS 14.0+**

Specify the iOS version at least `14.0` in `ios/Podfile`:
```
platform :ios, '13.0'
platform :ios, '14.0'
```

- **Android 5.0+ (API Level 21+)**
Expand All @@ -85,7 +85,7 @@ You need a unique API key and an Admin account, only available to Virtusize cust

```yaml
dependencies:
virtusize_flutter_sdk: ^2.0.0
virtusize_flutter_sdk: ^2.1.0
```


Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
ext.cardview_version = "1.0.0"
ext.coroutines_version = "1.5.0"
ext.gradle_version = "8.7.0"
ext.virtusize_version = "2.12.5"
ext.virtusize_version = "2.12.9"

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<string>14.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '13.0'
platform :ios, '14.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
6 changes: 6 additions & 0 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
DEVELOPMENT_TEAM = CCGRRVKYJM;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -512,6 +513,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.virtusizeFlutterSdkExample.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -530,6 +532,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.virtusizeFlutterSdkExample.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -546,6 +549,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.example.virtusizeFlutterSdkExample.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -675,6 +679,7 @@
DEVELOPMENT_TEAM = CCGRRVKYJM;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -698,6 +703,7 @@
DEVELOPMENT_TEAM = CCGRRVKYJM;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
Expand Down Expand Up @@ -54,6 +55,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
6 changes: 3 additions & 3 deletions ios/virtusize_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'virtusize_flutter_sdk'
s.version = '2.0.0'
s.version = '2.1.0'
s.summary = 'Virtusize SDK for Flutter.'
s.description = <<-DESC
This SDK helps clients to integrate Virtusize’s size and fit service into their Flutter applications for Android & iOS.
Expand All @@ -15,10 +15,10 @@ This SDK helps clients to integrate Virtusize’s size and fit service into thei
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Virtusize', '~> 2.12.8'
s.dependency 'Virtusize', '~> 2.12.16'
s.static_framework = true

s.platform = :ios, '13.0'
s.platform = :ios, '14.0'
s.swift_version = '5.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: virtusize_flutter_sdk
description: Virtusize SDK for Flutter. This SDK helps clients to integrate Virtusize’s size and fit service into their Flutter applications for Android & iOS.
version: 2.0.0
version: 2.1.0
repository: https://github.com/virtusize/virtusize_flutter_sdk
homepage: https://www.virtusize.com/

Expand Down
Loading