File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
53
53
// iconColor:HexRGB(colorI2)
54
54
// iconScale:1
55
55
// andSize:CGSizeMake(1024, 1024)];
56
-
57
56
return YES ;
58
57
}
59
58
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.1 </string >
20
+ <string >1.10 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
72
72
</dict >
73
73
</array >
74
74
<key >CFBundleVersion </key >
75
- <string >156 </string >
75
+ <string >158 </string >
76
76
<key >LSRequiresIPhoneOS </key >
77
77
<true />
78
78
<key >UIAppFonts </key >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <document type =" com.apple.InterfaceBuilder3.CocoaTouch.XIB" version =" 3.0" toolsVersion =" 7531 " systemVersion =" 14C1510" targetRuntime =" iOS.CocoaTouch" propertyAccessControl =" none" useAutolayout =" YES" useTraitCollections =" YES" >
2
+ <document type =" com.apple.InterfaceBuilder3.CocoaTouch.XIB" version =" 3.0" toolsVersion =" 7702 " systemVersion =" 14C1510" targetRuntime =" iOS.CocoaTouch" propertyAccessControl =" none" useAutolayout =" YES" useTraitCollections =" YES" >
3
3
<dependencies >
4
- <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 7520 " />
4
+ <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 7701 " />
5
5
</dependencies >
6
6
<objects >
7
7
<placeholder placeholderIdentifier =" IBFilesOwner" id =" -1" userLabel =" File's Owner" customClass =" MRCReposViewController" >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ + (instancetype)allocWithZone:(struct _NSZone *)zone {
42
42
43
43
- (instancetype )initWithServices : (id )services params : (id )params {
44
44
self = [super init ];
45
- if (self) {
45
+ if (self) {
46
46
self.shouldFetchLocalDataOnViewModelInitialize = YES ;
47
47
self.shouldRequestRemoteDataOnViewDidLoad = YES ;
48
48
self.title = params[@" title" ];
You can’t perform that action at this time.
0 commit comments