Skip to content

Commit 9ada100

Browse files
committed
style: format plugin xml file
1 parent beb38a8 commit 9ada100

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

plugin.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,16 @@
3434
</config-file>
3535

3636
<header-file src="src/ios/GalleryRefresh.h" />
37-
<source-file src="src/ios/GalleryRefresh.m" compiler-flags="-fno-objc-arc"/>
37+
<source-file src="src/ios/GalleryRefresh.m" compiler-flags="-fno-objc-arc" />
3838

3939
<preference name="CAMERA_USAGE_DESCRIPTION" default="Use the camera" />
4040
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
41-
<string>$CAMERA_USAGE_DESCRIPTION</string>
41+
<string>$CAMERA_USAGE_DESCRIPTION</string>
4242
</config-file>
4343

4444
<preference name="PHOTOLIBRARY_USAGE_DESCRIPTION" default="Use the photo library" />
4545
<config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
46-
<string>$PHOTOLIBRARY_USAGE_DESCRIPTION</string>
46+
<string>$PHOTOLIBRARY_USAGE_DESCRIPTION</string>
4747
</config-file>
48-
4948
</platform>
5049
</plugin>

0 commit comments

Comments
 (0)