diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-01-06 22:44:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-01-06 22:44:53 +0000 |
commit | d9e6fe898ac41c0bea5335812173b87e8eac0ada (patch) | |
tree | 08b903013da9782ed3010f27aa2679c7aca073f7 /R2D2/Info.plist | |
parent | 014ffb08be328f3325272f764c6e40dc4305f0cd (diff) |
Diffstat (limited to 'R2D2/Info.plist')
-rw-r--r-- | R2D2/Info.plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/R2D2/Info.plist b/R2D2/Info.plist index 2586d16..56d779c 100644 --- a/R2D2/Info.plist +++ b/R2D2/Info.plist @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> @@ -9,7 +9,7 @@ <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>1</string> + <string>devel</string> <key>LSMinimumSystemVersion</key> <string>10.15</string> <key>CFBundleDevelopmentRegion</key> @@ -28,6 +28,5 @@ <string>Main</string> <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> - </dict> </plist> |