Skip to content

Commit 17d9e0b

Browse files
committed
Added icons and launch images.
1 parent 30a8a45 commit 17d9e0b

File tree

9 files changed

+23
-7
lines changed

9 files changed

+23
-7
lines changed

KVC Validation Pattern/KVC Validation Pattern.xcodeproj/project.pbxproj

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
0331CCCC16D3F87A0037911A /* ResponseC.json in Resources */ = {isa = PBXBuildFile; fileRef = 0331CCCB16D3F87A0037911A /* ResponseC.json */; };
2424
0331CCD016D3F8BB0037911A /* ResponseD.json in Resources */ = {isa = PBXBuildFile; fileRef = 0331CCCF16D3F8BB0037911A /* ResponseD.json */; };
2525
0331CCD216D3F8CB0037911A /* ResponseE.json in Resources */ = {isa = PBXBuildFile; fileRef = 0331CCD116D3F8CA0037911A /* ResponseE.json */; };
26+
0389943A16E1082D009275E8 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 0389943816E1082D009275E8 /* Icon.png */; };
27+
0389943B16E1082D009275E8 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0389943916E1082D009275E8 /* Icon@2x.png */; };
2628
D1A960CA1CD295B23407E722 /* CTCFloatTypeValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A960AB8D8D5F2608D1D05C /* CTCFloatTypeValidator.m */; };
2729
D1A9612D29BDD99669FA0318 /* CTCDateTypeValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A96B13B681A0BF8B33277F /* CTCDateTypeValidator.m */; };
2830
D1A961558ADE642EBB7A278D /* CTCStation.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A96109D2CD25E51B9DC18F /* CTCStation.m */; };
@@ -64,6 +66,8 @@
6466
0331CCCB16D3F87A0037911A /* ResponseC.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ResponseC.json; sourceTree = "<group>"; };
6567
0331CCCF16D3F8BB0037911A /* ResponseD.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ResponseD.json; sourceTree = "<group>"; };
6668
0331CCD116D3F8CA0037911A /* ResponseE.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ResponseE.json; sourceTree = "<group>"; };
69+
0389943816E1082D009275E8 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
70+
0389943916E1082D009275E8 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
6771
D1A960242C2D383AC3DEAC1C /* CTCIntegerTypeValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCIntegerTypeValidator.h; sourceTree = "<group>"; };
6872
D1A9603D974FAEAA5655C472 /* CTCDictionaryTypeValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCDictionaryTypeValidator.h; sourceTree = "<group>"; };
6973
D1A9608DF3D8068F64698BC3 /* CTCUnsignedIntegerTypeValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCUnsignedIntegerTypeValidator.h; sourceTree = "<group>"; };
@@ -156,6 +160,7 @@
156160
0331CCCF16D3F8BB0037911A /* ResponseD.json */,
157161
0331CCD116D3F8CA0037911A /* ResponseE.json */,
158162
D1A9640FB1434F9E98A40B64 /* Model */,
163+
0389943316E1059C009275E8 /* Images */,
159164
0331CC0816D2BC330037911A /* Supporting Files */,
160165
);
161166
path = "KVC Validation Pattern";
@@ -168,11 +173,20 @@
168173
0331CC0A16D2BC330037911A /* InfoPlist.strings */,
169174
0331CC0D16D2BC330037911A /* main.m */,
170175
0331CC0F16D2BC330037911A /* KVC Validation Pattern-Prefix.pch */,
176+
);
177+
name = "Supporting Files";
178+
sourceTree = "<group>";
179+
};
180+
0389943316E1059C009275E8 /* Images */ = {
181+
isa = PBXGroup;
182+
children = (
183+
0389943816E1082D009275E8 /* Icon.png */,
184+
0389943916E1082D009275E8 /* Icon@2x.png */,
171185
0331CC1316D2BC340037911A /* Default.png */,
172186
0331CC1516D2BC340037911A /* Default@2x.png */,
173187
0331CC1716D2BC340037911A /* Default-568h@2x.png */,
174188
);
175-
name = "Supporting Files";
189+
name = Images;
176190
sourceTree = "<group>";
177191
};
178192
D1A9640FB1434F9E98A40B64 /* Model */ = {
@@ -287,6 +301,8 @@
287301
0331CCCC16D3F87A0037911A /* ResponseC.json in Resources */,
288302
0331CCD016D3F8BB0037911A /* ResponseD.json in Resources */,
289303
0331CCD216D3F8CB0037911A /* ResponseE.json in Resources */,
304+
0389943A16E1082D009275E8 /* Icon.png in Resources */,
305+
0389943B16E1082D009275E8 /* Icon@2x.png in Resources */,
290306
);
291307
runOnlyForDeploymentPostprocessing = 0;
292308
};

KVC Validation Pattern/KVC Validation Pattern/CTCAppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
@property (strong, nonatomic) UIWindow *window;
1616
@property (strong, nonatomic) CTCViewController *viewController;
1717

18-
@end
18+
@end
Loading
Loading
Loading
Loading
Loading

KVC Validation Pattern/KVC Validation Pattern/KVC Validation Pattern-Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>${PRODUCT_NAME}</string>
8+
<string>Validation</string>
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
11+
<key>UIPrerenderedIcon</key>
12+
<true/>
1113
<key>CFBundleIdentifier</key>
1214
<string>com.captechconsulting.blogs.${PRODUCT_NAME:rfc1034identifier}</string>
1315
<key>CFBundleInfoDictionaryVersion</key>

KVC Validation Pattern/KVC Validation Pattern/main.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
//
88

99
#import <UIKit/UIKit.h>
10-
1110
#import "CTCAppDelegate.h"
1211

13-
int main(int argc, char *argv[])
14-
{
12+
int main(int argc, char *argv[]) {
1513
@autoreleasepool {
1614
return UIApplicationMain(argc, argv, nil, NSStringFromClass([CTCAppDelegate class]));
1715
}
18-
}
16+
}

0 commit comments

Comments
 (0)