This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
examples/apps/MDFTextAccessibilitySample
MDFTextAccessibilitySample.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.1.1
2+
3+ ##### Enhancements
4+
5+ * Added support for continuous code coverage analysis ([ Sean O'Shea] ( https://github.com/seanoshea ) ).
6+ * Added unit tests for textColorOnBackgroundImage ([ Sean O'Shea] ( https://github.com/seanoshea ) ).
7+ * Documentation clean ups ([ Sean O'Shea] ( https://github.com/seanoshea ) ).
8+
19## 1.1.0
210
311##### Enhancements
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "MDFTextAccessibility"
3- spec . version = "1.1.0 "
3+ spec . version = "1.1.1 "
44 spec . summary = "MDFTextAccessibility assists in selecting text colors that meet the W3C standards for accessibility."
55 spec . homepage = "https://github.com/google/material-text-accessibility-ios"
66 spec . license = "Apache License, Version 2.0"
Original file line number Diff line number Diff line change 101101 isa = PBXNativeTarget;
102102 buildConfigurationList = 0B70BDD01CF6541C00C78D36 /* Build configuration list for PBXNativeTarget "MDFTextAccessibilitySample" */;
103103 buildPhases = (
104- 77EB4CAE2CC44758B3B78076 /* 📦 Check Pods Manifest.lock */,
104+ 77EB4CAE2CC44758B3B78076 /* [CP] Check Pods Manifest.lock */,
105105 31699BC6ECD347A75696EFB0 /* [CP] Check Pods Manifest.lock */,
106106 C412B6C87BDE4D2B6B1CF19A /* [CP] Check Pods Manifest.lock */,
107107 0B70BDBA1CF6541C00C78D36 /* Sources */,
213213 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MDFTextAccessibilitySample/Pods-MDFTextAccessibilitySample-frameworks.sh\"\n";
214214 showEnvVarsInLog = 0;
215215 };
216- 77EB4CAE2CC44758B3B78076 /* 📦 Check Pods Manifest.lock */ = {
216+ 77EB4CAE2CC44758B3B78076 /* [CP] Check Pods Manifest.lock */ = {
217217 isa = PBXShellScriptBuildPhase;
218218 buildActionMask = 2147483647;
219219 files = (
220220 );
221221 inputPaths = (
222222 );
223- name = "📦 Check Pods Manifest.lock";
223+ name = "[CP] Check Pods Manifest.lock";
224224 outputPaths = (
225225 );
226226 runOnlyForDeploymentPostprocessing = 0;
Original file line number Diff line number Diff line change 11PODS:
2- - MDFTextAccessibility (1.1.0 )
2+ - MDFTextAccessibility (1.1.1 )
33
44DEPENDENCIES:
55 - MDFTextAccessibility (from `../../..`)
66
77EXTERNAL SOURCES:
88 MDFTextAccessibility:
9- :path: ../../..
9+ :path: " ../../.."
1010
1111SPEC CHECKSUMS:
12- MDFTextAccessibility: 097109e53578c89fc12cdf591e1e0410571ea927
12+ MDFTextAccessibility: 79e89490f26446f49ff47a116923e9b6cc10808e
1313
1414PODFILE CHECKSUM: ba1d198039c6b887cc904c2b80f4ae8bc213c6fd
1515
16- COCOAPODS: 1.0.0
16+ COCOAPODS: 1.0.1
You can’t perform that action at this time.
0 commit comments