Skip to content

Commit 80cf9e0

Browse files
committed
Submit v2.2 to App Store
1 parent 1f117d9 commit 80cf9e0

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

MVVMReactiveCocoa.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2193,6 +2193,7 @@
21932193
buildSettings = {
21942194
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
21952195
CODE_SIGN_IDENTITY = "iPhone Developer";
2196+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21962197
FRAMEWORK_SEARCH_PATHS = (
21972198
"$(inherited)",
21982199
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/MVVMReactiveCocoa-dkjcswigkwolokaimgekabgjuzne/Build/Products/Debug",
@@ -2233,8 +2234,8 @@
22332234
baseConfigurationReference = BFE8017449DC43C54C0B256E /* Pods.release.xcconfig */;
22342235
buildSettings = {
22352236
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)";
22382239
FRAMEWORK_SEARCH_PATHS = (
22392240
"$(inherited)",
22402241
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/MVVMReactiveCocoa-dkjcswigkwolokaimgekabgjuzne/Build/Products/Debug",
@@ -2265,7 +2266,7 @@
22652266
);
22662267
PRODUCT_BUNDLE_IDENTIFIER = com.leichunfeng.MVVMReactiveCocoa;
22672268
PRODUCT_NAME = GitBucket;
2268-
PROVISIONING_PROFILE = "05199931-604a-4f99-92ae-2a29718147a2";
2269+
PROVISIONING_PROFILE = "1fb203fe-d426-40d6-b3ac-5d0883812da2";
22692270
TARGETED_DEVICE_FAMILY = "1,2";
22702271
};
22712272
name = Release;

MVVMReactiveCocoa/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@
109109
"scale" : "2x"
110110
},
111111
{
112-
"idiom" : "ipad",
113112
"size" : "83.5x83.5",
113+
"idiom" : "ipad",
114+
"filename" : "icon83.5@2x.png",
114115
"scale" : "2x"
115116
},
116117
{

MVVMReactiveCocoa/MVVMReactiveCocoa-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</dict>
7373
</array>
7474
<key>CFBundleVersion</key>
75-
<string>480</string>
75+
<string>554</string>
7676
<key>Fabric</key>
7777
<dict>
7878
<key>APIKey</key>

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pod 'Ono', '~> 1.2.0'
1818
pod 'FMDB'
1919
pod 'UMengSocial', '~> 4.3'
2020
pod 'GPUImage', '~> 0.1.7'
21-
pod 'Reveal-iOS-SDK', '~> 1.6.0'
21+
#pod 'Reveal-iOS-SDK', '~> 1.6.0'
2222
pod 'Appirater'
2323
pod 'Bugtags'
2424
pod 'AsyncDisplayKit'

Podfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ PODS:
5858
- PINRemoteImage/iOS (3.0.0-beta.2):
5959
- PINRemoteImage/Core
6060
- Reachability (3.1.1)
61-
- Reveal-iOS-SDK (1.6.2)
6261
- SDVersion (2.6)
6362
- SDWebImage (3.7.6):
6463
- SDWebImage/Core (= 3.7.6)
@@ -87,7 +86,6 @@ DEPENDENCIES:
8786
- MKNetworkKit (~> 0.87)
8887
- OcticonsIOS (from `https://github.com/jacksonh/OcticonsIOS.git`, commit `4bd3b21`)
8988
- Ono (~> 1.2.0)
90-
- Reveal-iOS-SDK (~> 1.6.0)
9189
- SDVersion
9290
- SDWebImage (~> 3.7.1)
9391
- SSKeychain (~> 1.2.2)
@@ -129,7 +127,6 @@ SPEC CHECKSUMS:
129127
PINCache: 078426d356ab95ef875e9e62e5c35a2ea3333c28
130128
PINRemoteImage: 197554c5ba57a6ae90f5db441651180039fc9062
131129
Reachability: dd9aa4fb6667b9f787690a74f53cb7634ce99893
132-
Reveal-iOS-SDK: e2250b3c155bcfac53ae223ddc1f76d08f206c33
133130
SDVersion: c036f7890279d188c17f5701b9feea0d93b9f8ee
134131
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
135132
SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d

0 commit comments

Comments
 (0)