LoginSignup
1
0

More than 5 years have passed since last update.

RealmSwiftのバージョン確認方法について

Posted at

Swift version 4.0.3
RealmSwift version 3.7.4

Realm swiftのバージョンの確認の方法について

swiftとrealmを用いてオリジナルのアプリケーションを作成しています。

qiitaに記事を上げていこうと思った際にRealmSwiftのバージョンの確認方法が検索してもわからなかったので書いておきます。

違う方法 or よりよい方法等あればぜひ教えてください。

やること

---Pods--------
            |
             -----RealmSwift----
                            |
                             ---SupportFiles-----
                                            |
                                             -----info.plist

の順に辿っていただきinfo.plistを開いてみてください。
その中に
スクリーンショット 2018-07-29 16.48.03.png
Bnndle Versions string.short
というプロパティがあるはずです。
その値がRealmSwiftのバージョンとなります。

画像の例では3.7.4ですね。

まとめ

RealmSwiftのバージョンを確認できるようになった。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0