File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33Adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55---
6+ ## 3.0.1
7+
8+ ##### Bug Fixes
9+ * copy and paste is back for form fields
10+ * iPad behaves more like the web
11+
612## 3.0.0
713
814##### Release Notes
Original file line number Diff line number Diff line change 35783578 GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
35793579 INFOPLIST_FILE = "Mage/MAGE-Info.plist";
35803580 IPHONEOS_DEPLOYMENT_TARGET = 13.4;
3581- MARKETING_VERSION = 3.0.0 ;
3581+ MARKETING_VERSION = 3.0.1 ;
35823582 OTHER_LDFLAGS = "$(inherited)";
35833583 PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
35843584 PRODUCT_NAME = MAGE;
36123612 GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
36133613 INFOPLIST_FILE = "Mage/MAGE-Info.plist";
36143614 IPHONEOS_DEPLOYMENT_TARGET = 13.4;
3615- MARKETING_VERSION = 3.0.0 ;
3615+ MARKETING_VERSION = 3.0.1 ;
36163616 OTHER_LDFLAGS = "$(inherited)";
36173617 PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
36183618 PRODUCT_NAME = MAGE;
Original file line number Diff line number Diff line change 8383 <string >Save photos/videos you take to the photo libarary so you can access them outside of MAGE. </string >
8484 <key >NSPhotoLibraryUsageDescription </key >
8585 <string >MAGE uses the photo library to save photos/videos as well as attach already captured photos/videos. </string >
86+ <key >PHPhotoLibraryPreventAutomaticLimitedAccessAlert </key >
87+ <true />
8688 <key >UIAppFonts </key >
8789 <array >
8890 <string >Roboto-Medium.ttf </string >
145147 </dict >
146148 </dict >
147149 </array >
148- <key >PHPhotoLibraryPreventAutomaticLimitedAccessAlert </key >
149- <true />
150150</dict >
151151</plist >
You can’t perform that action at this time.
0 commit comments