Skip to content

Commit 4cfbb98

Browse files
author
HirokiTerashima
committed
Release 3.1.2
1 parent d46298a commit 4cfbb98

File tree

10 files changed

+1
-2
lines changed

10 files changed

+1
-2
lines changed

BaltoSDK.framework/Assets.car

0 Bytes
Binary file not shown.

BaltoSDK.framework/BaltoAlert.nib

0 Bytes
Binary file not shown.

BaltoSDK.framework/BaltoSDK

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.

BaltoSDK.framework/Info.plist

0 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.

BaltoSDK.framework/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ if [ $? = 1 ]; then
8383
type=0
8484
else
8585
urlTypeCheck=$($PLIST_BUDDY -c "Print ${UrlTypesKey}" "${PLIST}")
86-
# if [[ $urlTypeCheck =~ ${UrlSchemesKey}\ =\ Array\ \{\ balto\-(.*)\ \} ]] ; then
8786
if [[ $urlTypeCheck =~ balto\-(.*) ]] ; then
8887
echo "Hit"
8988
exist=1

BaltoSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BaltoSDK"
3-
s.version = "3.1.1"
3+
s.version = "3.1.2"
44
s.summary = "Balto iOS SDK."
55
s.description = <<-DESC
66
Balto lets you leave feadback with a simple swipe on the screen.

0 commit comments

Comments
 (0)