Skip to content

Commit

Permalink
Prepare for version 3.13.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmunoz authored Mar 10, 2023
1 parent 2ad7a3d commit f49e713
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.13.0
- iOS: Update AppsFlyer version for iOS (#70)

## 3.12.1
- iOS: Fix for iOS Application Installed event (#56)
- iOS: Update iOS podspec dependency and metadata (#55)
Expand Down
13 changes: 13 additions & 0 deletions example/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/carlosmunoz/flutter/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/carlosmunoz/FlutterDev/lahaus/flutter-segment/example"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=0.0.1"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_segment
description: Flutter implementation of Segment Analytics for iOS, Android and Web
version: 3.12.1
version: 3.13.0
homepage: https://lahaus.com
repository: https://github.com/la-haus/flutter-library-segment
issue_tracker: https://github.com/la-haus/flutter-library-segment/issues
Expand Down

0 comments on commit f49e713

Please sign in to comment.