Skip to content

Commit 1df0d5c

Browse files
committed
update version
1 parent ad7312b commit 1df0d5c

File tree

11 files changed

+1365
-4338
lines changed

11 files changed

+1365
-4338
lines changed

12306ForMac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>7</string>
2323
<key>Fabric</key>
2424
<dict>
2525
<key>APIKey</key>

12306ForMac/RealmModel/User.swift

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// Copyright © 2016年 fancy. All rights reserved.
77
//
88

9-
import RealmSwift
10-
119
class UserX {
1210
var id:Int = -1
1311
var name = ""

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'http://git.oschina.net/akuandev/Specs.git'
22
platform :osx, '10.10'
33
use_frameworks!
44
pod 'FMDB'
5-
pod "PromiseKit", "~> 3.0
5+
pod 'PromiseKit', '~> 3.0'
66
pod 'Alamofire', '~> 3.0'
77
pod 'Fabric'
88
pod 'Crashlytics'

0 commit comments

Comments
 (0)