Skip to content

Commit e402ea8

Browse files
authored
Merge pull request #7 from Eskils/develop
Dithering Engine 1.7.0
2 parents 35f84a4 + d6c709d commit e402ea8

35 files changed

+137
-38
lines changed

Documentation/Demo/Dithering.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
357357
CODE_SIGN_ENTITLEMENTS = Dithering/Dithering.entitlements;
358358
CODE_SIGN_STYLE = Automatic;
359-
CURRENT_PROJECT_VERSION = 8;
359+
CURRENT_PROJECT_VERSION = 9;
360360
DEVELOPMENT_ASSET_PATHS = "\"Dithering/Preview Content\"";
361361
DEVELOPMENT_TEAM = EUKTZ7725R;
362362
ENABLE_HARDENED_RUNTIME = NO;
@@ -373,7 +373,7 @@
373373
"$(inherited)",
374374
"@executable_path/Frameworks",
375375
);
376-
MARKETING_VERSION = 1.6.2;
376+
MARKETING_VERSION = 1.7.0;
377377
PRODUCT_BUNDLE_IDENTIFIER = com.skillbreak.Dithering;
378378
PRODUCT_NAME = "$(TARGET_NAME)";
379379
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -392,7 +392,7 @@
392392
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
393393
CODE_SIGN_ENTITLEMENTS = Dithering/Dithering.entitlements;
394394
CODE_SIGN_STYLE = Automatic;
395-
CURRENT_PROJECT_VERSION = 8;
395+
CURRENT_PROJECT_VERSION = 9;
396396
DEVELOPMENT_ASSET_PATHS = "\"Dithering/Preview Content\"";
397397
DEVELOPMENT_TEAM = EUKTZ7725R;
398398
ENABLE_HARDENED_RUNTIME = NO;
@@ -409,7 +409,7 @@
409409
"$(inherited)",
410410
"@executable_path/Frameworks",
411411
);
412-
MARKETING_VERSION = 1.6.2;
412+
MARKETING_VERSION = 1.7.0;
413413
PRODUCT_BUNDLE_IDENTIFIER = com.skillbreak.Dithering;
414414
PRODUCT_NAME = "$(TARGET_NAME)";
415415
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

Documentation/Demo/Dithering/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
{
22
"images" : [
33
{
4-
"filename" : "DitheringEngineIconGeneratedScaled-iOS.png",
4+
"filename" : "DitherableIconNewBackground.png",
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
88
},
99
{
10-
"filename" : "DitheringEngineIconGeneratedScaledPadded 9.png",
10+
"filename" : "DitherableIconNew-kopi 9.png",
1111
"idiom" : "mac",
1212
"scale" : "1x",
1313
"size" : "16x16"
1414
},
1515
{
16-
"filename" : "DitheringEngineIconGeneratedScaledPadded 8.png",
16+
"filename" : "DitherableIconNew-kopi 8.png",
1717
"idiom" : "mac",
1818
"scale" : "2x",
1919
"size" : "16x16"
2020
},
2121
{
22-
"filename" : "DitheringEngineIconGeneratedScaledPadded 7.png",
22+
"filename" : "DitherableIconNew-kopi 7.png",
2323
"idiom" : "mac",
2424
"scale" : "1x",
2525
"size" : "32x32"
2626
},
2727
{
28-
"filename" : "DitheringEngineIconGeneratedScaledPadded 6.png",
28+
"filename" : "DitherableIconNew-kopi 6.png",
2929
"idiom" : "mac",
3030
"scale" : "2x",
3131
"size" : "32x32"
3232
},
3333
{
34-
"filename" : "DitheringEngineIconGeneratedScaledPadded 5.png",
34+
"filename" : "DitherableIconNew-kopi 5.png",
3535
"idiom" : "mac",
3636
"scale" : "1x",
3737
"size" : "128x128"
3838
},
3939
{
40-
"filename" : "DitheringEngineIconGeneratedScaledPadded 4.png",
40+
"filename" : "DitherableIconNew-kopi 4.png",
4141
"idiom" : "mac",
4242
"scale" : "2x",
4343
"size" : "128x128"
4444
},
4545
{
46-
"filename" : "DitheringEngineIconGeneratedScaledPadded 3.png",
46+
"filename" : "DitherableIconNew-kopi 3.png",
4747
"idiom" : "mac",
4848
"scale" : "1x",
4949
"size" : "256x256"
5050
},
5151
{
52-
"filename" : "DitheringEngineIconGeneratedScaledPadded 2.png",
52+
"filename" : "DitherableIconNew-kopi 2.png",
5353
"idiom" : "mac",
5454
"scale" : "2x",
5555
"size" : "256x256"
5656
},
5757
{
58-
"filename" : "DitheringEngineIconGeneratedScaledPadded 1.png",
58+
"filename" : "DitherableIconNew-kopi 1.png",
5959
"idiom" : "mac",
6060
"scale" : "1x",
6161
"size" : "512x512"
6262
},
6363
{
64-
"filename" : "DitheringEngineIconGeneratedScaledPadded.png",
64+
"filename" : "DitherableIconNew-kopi.png",
6565
"idiom" : "mac",
6666
"scale" : "2x",
6767
"size" : "512x512"
164 KB
Loading
164 KB
Loading
49.6 KB
Loading
49.6 KB
Loading
16.6 KB
Loading
6.32 KB
Loading
2.74 KB
Loading
2.74 KB
Loading

0 commit comments

Comments
 (0)