Add project and assets
@ -1,56 +1,67 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "icon.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 10.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "16x16"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 9.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "16x16"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 8.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "32x32"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 7.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "32x32"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 6.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "128x128"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 5.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "128x128"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 2.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "256x256"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 1.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "256x256"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 3.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "512x512"
|
||||
},
|
||||
{
|
||||
"filename" : "icon 4.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "512x512"
|
||||
|
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 1.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 10.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 2.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 3.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 4.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 5.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 6.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 7.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 8.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon 9.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
CHDataManagement/Assets.xcassets/AppIcon.appiconset/icon.png
Normal file
After Width: | Height: | Size: 102 KiB |
@ -2,9 +2,11 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-only</key>
|
||||
<true/>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.downloads.read-write</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-write</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|