File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed
Images.xcassets/AppIcon.appiconset
MVVMReactiveCocoa.xcodeproj Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2193
2193
buildSettings = {
2194
2194
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2195
2195
CODE_SIGN_IDENTITY = "iPhone Developer";
2196
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2196
2197
FRAMEWORK_SEARCH_PATHS = (
2197
2198
"$(inherited)",
2198
2199
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/MVVMReactiveCocoa-dkjcswigkwolokaimgekabgjuzne/Build/Products/Debug",
2233
2234
baseConfigurationReference = BFE8017449DC43C54C0B256E /* Pods.release.xcconfig */;
2234
2235
buildSettings = {
2235
2236
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2236
- CODE_SIGN_IDENTITY = "iPhone Developer ";
2237
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Chunfeng Lei";
2237
+ CODE_SIGN_IDENTITY = "iPhone Distribution: Chunfeng Lei (V45CY933KN) ";
2238
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Chunfeng Lei (V45CY933KN) ";
2238
2239
FRAMEWORK_SEARCH_PATHS = (
2239
2240
"$(inherited)",
2240
2241
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/MVVMReactiveCocoa-dkjcswigkwolokaimgekabgjuzne/Build/Products/Debug",
2265
2266
);
2266
2267
PRODUCT_BUNDLE_IDENTIFIER = com.leichunfeng.MVVMReactiveCocoa;
2267
2268
PRODUCT_NAME = GitBucket;
2268
- PROVISIONING_PROFILE = "05199931-604a-4f99-92ae-2a29718147a2 ";
2269
+ PROVISIONING_PROFILE = "1fb203fe-d426-40d6-b3ac-5d0883812da2 ";
2269
2270
TARGETED_DEVICE_FAMILY = "1,2";
2270
2271
};
2271
2272
name = Release;
Original file line number Diff line number Diff line change 109
109
"scale" : " 2x"
110
110
},
111
111
{
112
- "idiom" : " ipad" ,
113
112
"size" : " 83.5x83.5" ,
113
+ "idiom" : " ipad" ,
114
+ "filename" : " icon83.5@2x.png" ,
114
115
"scale" : " 2x"
115
116
},
116
117
{
Original file line number Diff line number Diff line change 72
72
</dict >
73
73
</array >
74
74
<key >CFBundleVersion </key >
75
- <string >480 </string >
75
+ <string >554 </string >
76
76
<key >Fabric </key >
77
77
<dict >
78
78
<key >APIKey </key >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pod 'Ono', '~> 1.2.0'
18
18
pod 'FMDB'
19
19
pod 'UMengSocial' , '~> 4.3'
20
20
pod 'GPUImage' , '~> 0.1.7'
21
- pod 'Reveal-iOS-SDK' , '~> 1.6.0'
21
+ # pod 'Reveal-iOS-SDK', '~> 1.6.0'
22
22
pod 'Appirater'
23
23
pod 'Bugtags'
24
24
pod 'AsyncDisplayKit'
Original file line number Diff line number Diff line change 58
58
- PINRemoteImage/iOS (3.0.0-beta.2):
59
59
- PINRemoteImage/Core
60
60
- Reachability (3.1.1)
61
- - Reveal-iOS-SDK (1.6.2)
62
61
- SDVersion (2.6)
63
62
- SDWebImage (3.7.6):
64
63
- SDWebImage/Core (= 3.7.6)
@@ -87,7 +86,6 @@ DEPENDENCIES:
87
86
- MKNetworkKit (~> 0.87)
88
87
- OcticonsIOS (from `https://github.com/jacksonh/OcticonsIOS.git`, commit `4bd3b21`)
89
88
- Ono (~> 1.2.0)
90
- - Reveal-iOS-SDK (~> 1.6.0)
91
89
- SDVersion
92
90
- SDWebImage (~> 3.7.1)
93
91
- SSKeychain (~> 1.2.2)
@@ -129,7 +127,6 @@ SPEC CHECKSUMS:
129
127
PINCache: 078426d356ab95ef875e9e62e5c35a2ea3333c28
130
128
PINRemoteImage: 197554c5ba57a6ae90f5db441651180039fc9062
131
129
Reachability: dd9aa4fb6667b9f787690a74f53cb7634ce99893
132
- Reveal-iOS-SDK: e2250b3c155bcfac53ae223ddc1f76d08f206c33
133
130
SDVersion: c036f7890279d188c17f5701b9feea0d93b9f8ee
134
131
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
135
132
SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d
You can’t perform that action at this time.
0 commit comments