Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fancymax committed Oct 9, 2016
1 parent ad7312b commit 1df0d5c
Show file tree
Hide file tree
Showing 11 changed files with 1,365 additions and 4,338 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion 12306ForMac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>7</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 0 additions & 2 deletions 12306ForMac/RealmModel/User.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2016年 fancy. All rights reserved.
//

import RealmSwift

class UserX {
var id:Int = -1
var name = ""
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://git.oschina.net/akuandev/Specs.git'
platform :osx, '10.10'
use_frameworks!
pod 'FMDB'
pod "PromiseKit", "~> 3.0
pod 'PromiseKit', '~> 3.0'
pod 'Alamofire', '~> 3.0'
pod 'Fabric'
pod 'Crashlytics'
Loading

0 comments on commit 1df0d5c

Please sign in to comment.