Prepare for beta release

This commit is contained in:
relikd
2019-02-11 22:32:40 +01:00
parent 5ed99a6e51
commit d226912e5b
9 changed files with 12 additions and 2 deletions

View File

@@ -616,7 +616,7 @@
"$(FRAMEWORK_SEARCH_PATHS)", "$(FRAMEWORK_SEARCH_PATHS)",
); );
MACOSX_DEPLOYMENT_TARGET = 10.12; MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS; PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS.beta;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -666,7 +666,7 @@
"$(FRAMEWORK_SEARCH_PATHS)", "$(FRAMEWORK_SEARCH_PATHS)",
); );
MACOSX_DEPLOYMENT_TARGET = 10.12; MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS; PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS.beta;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
}; };

View File

@@ -3,51 +3,61 @@
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "16x16", "size" : "16x16",
"filename" : "barss-icon-16.png",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "16x16", "size" : "16x16",
"filename" : "barss-icon-32.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "32x32", "size" : "32x32",
"filename" : "barss-icon-32.png",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "32x32", "size" : "32x32",
"filename" : "barss-icon-64.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "128x128", "size" : "128x128",
"filename" : "barss-icon-128.png",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "128x128", "size" : "128x128",
"filename" : "barss-icon-256.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "256x256", "size" : "256x256",
"filename" : "barss-icon-256.png",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "256x256", "size" : "256x256",
"filename" : "barss-icon-512.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "512x512", "size" : "512x512",
"filename" : "barss-icon-512.png",
"scale" : "1x" "scale" : "1x"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "512x512", "size" : "512x512",
"filename" : "barss-icon-1024.png",
"scale" : "2x" "scale" : "2x"
} }
], ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB