Skip to content

Commit ed64608

Browse files
committed
v3.0.0 - Major release, Flutter 2.0.0+ support + more
1 parent b935c2a commit ed64608

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1388
-1085
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.0] - 2020-03-08
2+
3+
* Major release
4+
* Flutter 2.0.0+ support
5+
* Manage app from WooSignal
6+
* Code tidy up
7+
* Bug fixes
8+
19
## [2.6.0] - 2020-02-24
210

311
* Ability to manage affiliate products
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bc983e13b3efb48b50e7a3cb8fc4ede2
1+
5b271ab1c6a17b054237577340baf791
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#
22
# NOTE: This podspec is NOT to be published. It is only used as a local source!
3+
# This is a generated file; do not edit or check into version control.
34
#
45

56
Pod::Spec.new do |s|
67
s.name = 'Flutter'
78
s.version = '1.0.0'
89
s.summary = 'High-performance, high-fidelity mobile apps.'
9-
s.description = <<-DESC
10-
Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.
11-
DESC
1210
s.homepage = 'https://flutter.io'
1311
s.license = { :type => 'MIT' }
1412
s.author = { 'Flutter Dev Team' => '[email protected]' }
1513
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
1614
s.ios.deployment_target = '8.0'
17-
s.vendored_frameworks = 'Flutter.framework'
15+
# Framework linking is handled by Flutter tooling, not CocoaPods.
16+
# Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs.
17+
s.vendored_frameworks = 'path/to/nothing'
1818
end

LabelStoreMax/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@
265265
inputPaths = (
266266
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
267267
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
268-
"${PODS_ROOT}/../Flutter/Flutter.framework",
269268
"${BUILT_PRODUCTS_DIR}/Stripe/Stripe.framework",
270269
"${BUILT_PRODUCTS_DIR}/device_info/device_info.framework",
271270
"${BUILT_PRODUCTS_DIR}/flutter_money_formatter/flutter_money_formatter.framework",
@@ -283,7 +282,6 @@
283282
name = "[CP] Embed Pods Frameworks";
284283
outputPaths = (
285284
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
286-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
287285
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Stripe.framework",
288286
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/device_info.framework",
289287
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_money_formatter.framework",

LabelStoreMax/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LabelStoreMax/lang/de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,7 @@
172172
"Account updated": "Konto aktualisiert",
173173
"Spend a minimum of": "Geben Sie mindestens ein",
174174
"for": "zum",
175-
"Buy Product": "Produkt kaufen"
175+
"Buy Product": "Produkt kaufen",
176+
"Retry": "Wiederholen",
177+
"Retry later": "Versuchen Sie es später erneut"
176178
}

LabelStoreMax/lang/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,7 @@
172172
"Account updated": "Account updated",
173173
"Spend a minimum of": "Spend a minimum of",
174174
"for": "for",
175-
"Buy Product": "Buy Product"
175+
"Buy Product": "Buy Product",
176+
"Retry": "Retry",
177+
"Retry later": "Retry later"
176178
}

LabelStoreMax/lang/es.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,7 @@
172172
"Account updated": "Cuenta actualizada",
173173
"Spend a minimum of": "Gasta un mínimo de",
174174
"for": "para",
175-
"Buy Product": "Comprar producto"
175+
"Buy Product": "Comprar producto",
176+
"Retry": "Rever",
177+
"Retry later": "Reintentar más tarde"
176178
}

LabelStoreMax/lang/fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,7 @@
172172
"Account updated": "Compte mis à jour",
173173
"Spend a minimum of": "Dépensez un minimum de",
174174
"for": "pour",
175-
"Buy Product": "Acheter un produit"
175+
"Buy Product": "Acheter un produit",
176+
"Retry": "Recommencez",
177+
"Retry later": "Réessayer plus tard"
176178
}

LabelStoreMax/lang/hi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,7 @@
172172
"Account updated": "khaata apadet kiya gaya",
173173
"Spend a minimum of": "kam se kam kharch karen",
174174
"for": "ke liye",
175-
"Buy Product": "utpaad khareeden"
175+
"Buy Product": "utpaad khareeden",
176+
"Retry": "pun: prayaas karen",
177+
"Retry later": "baad mein pun: prayaas karen"
176178
}

0 commit comments

Comments
 (0)