mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 15:08:50 +00:00
Summary: This allows us to have a single declaration of the version in the `Info.plist`, and have it automatically synced to the podspec. I'm going to split the podspecs as I did it wrong (#1382) when splitting the libraries, so this avoids having three places where the version is declared. Reviewed By: iperry90 Differential Revision: D18449842 fbshipit-source-id: 2991180ee14003b8ebe1f4ef601036404315dfd6
5 lines
125 B
Bash
Executable file
5 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "$(dirname "$(dirname "$0")")" || exit 1
|
|
|
|
exec defaults read "$(pwd)/Source/Info" CFBundleShortVersionString
|