Skip to content

Commit 5adc0ad

Browse files
committed
Add LSSupportsOpeningDocumentsInPlace key
1 parent ceb995e commit 5adc0ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MAGE.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@
19281928
);
19291929
runOnlyForDeploymentPostprocessing = 1;
19301930
shellPath = /bin/sh;
1931-
shellScript = "$SRCROOT/Scripts/set_build_number.sh";
1931+
shellScript = $SRCROOT/Scripts/set_build_number.sh;
19321932
};
19331933
7DDC4C252A7737ED0BB25ECE /* [CP] Check Pods Manifest.lock */ = {
19341934
isa = PBXShellScriptBuildPhase;

Mage/MAGE-Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
<string>Save photos/videos you take to the photo libarary so you can access them outside of MAGE.</string>
7474
<key>NSPhotoLibraryUsageDescription</key>
7575
<string>MAGE uses the photo library to save photos/videos as well as attach already captured photos/videos.</string>
76+
<key>LSSupportsOpeningDocumentsInPlace</key>
77+
<true/>
7678
<key>UIAppFonts</key>
7779
<array>
7880
<string>Roboto-Medium.ttf</string>

0 commit comments

Comments
 (0)