diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/Contents.json b/Evergreen/Assets.xcassets/AppIcon.appiconset/Contents.json
index 2db2b1c7c..7cd4f8e12 100644
--- a/Evergreen/Assets.xcassets/AppIcon.appiconset/Contents.json
+++ b/Evergreen/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -1,53 +1,63 @@
{
"images" : [
{
- "idiom" : "mac",
"size" : "16x16",
+ "idiom" : "mac",
+ "filename" : "icon_16x16.png",
"scale" : "1x"
},
{
- "idiom" : "mac",
"size" : "16x16",
+ "idiom" : "mac",
+ "filename" : "icon_16x16@2x.png",
"scale" : "2x"
},
{
- "idiom" : "mac",
"size" : "32x32",
+ "idiom" : "mac",
+ "filename" : "icon_32x32.png",
"scale" : "1x"
},
{
- "idiom" : "mac",
"size" : "32x32",
+ "idiom" : "mac",
+ "filename" : "icon_32x32@2x.png",
"scale" : "2x"
},
{
- "idiom" : "mac",
"size" : "128x128",
+ "idiom" : "mac",
+ "filename" : "icon_128x128.png",
"scale" : "1x"
},
{
- "idiom" : "mac",
"size" : "128x128",
+ "idiom" : "mac",
+ "filename" : "icon_128x128@2x.png",
"scale" : "2x"
},
{
- "idiom" : "mac",
"size" : "256x256",
+ "idiom" : "mac",
+ "filename" : "icon_256x256.png",
"scale" : "1x"
},
{
- "idiom" : "mac",
"size" : "256x256",
+ "idiom" : "mac",
+ "filename" : "icon_256x256@2x.png",
"scale" : "2x"
},
{
- "idiom" : "mac",
"size" : "512x512",
+ "idiom" : "mac",
+ "filename" : "icon_512x512.png",
"scale" : "1x"
},
{
- "idiom" : "mac",
"size" : "512x512",
+ "idiom" : "mac",
+ "filename" : "icon_512x512@2x.png",
"scale" : "2x"
}
],
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_128x128.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_128x128.png
new file mode 100644
index 000000000..861e26006
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_128x128.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png
new file mode 100644
index 000000000..693f0988a
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_16x16.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_16x16.png
new file mode 100644
index 000000000..de81e6395
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_16x16.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png
new file mode 100644
index 000000000..dd0fa842e
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_256x256.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_256x256.png
new file mode 100644
index 000000000..693f0988a
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_256x256.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png
new file mode 100644
index 000000000..13466e831
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_32x32.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_32x32.png
new file mode 100644
index 000000000..bbaf780ab
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_32x32.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png
new file mode 100644
index 000000000..4a1506b79
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_512x512.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_512x512.png
new file mode 100644
index 000000000..13466e831
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_512x512.png differ
diff --git a/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png
new file mode 100644
index 000000000..ed53df0c8
Binary files /dev/null and b/Evergreen/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png differ
diff --git a/Evergreen/Info.plist b/Evergreen/Info.plist
index 5d22ff338..2ae479e27 100644
--- a/Evergreen/Info.plist
+++ b/Evergreen/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIconFile
-
+ AppIcon
CFBundleIdentifier
$(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
@@ -17,16 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0d11
+ 1.0d12
CFBundleVersion
- 500
+ 501
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
- NSAppTransportSecurity
-
- NSAllowsArbitraryLoads
-
-
NSHumanReadableCopyright
Copyright © 2017 Ranchero Software, LLC. All rights reserved.
NSMainStoryboardFile
@@ -37,5 +32,10 @@
https://ranchero.com/downloads/evergreen-beta.xml
UserAgent
Evergreen
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+