Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit 91686b1

Browse files
authored
Merge pull request #106 from BLOCKvIO/release/prep-2.0.0
Release/prep 2.0.0
2 parents 656ee84 + 3ae2ad5 commit 91686b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

BLOCKv.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = 'BLOCKv'
8-
s.version = '1.1.0'
8+
s.version = '2.0.0'
99
s.summary = 'The BLOCKv SDK allows you to easily integrate your apps into the BLOCKv Platform.'
1010
s.homepage = 'https://blockv.io'
1111
s.license = { :type => 'BLOCKv AG', :file => 'LICENSE' }
@@ -31,9 +31,9 @@ Pod::Spec.new do |s|
3131
s.dependency 'BLOCKv/Core'
3232
s.dependency 'FLAnimatedImage', '~> 1.0' # Gifs
3333
s.dependency 'Nuke', '~> 7.0' # Image downloading
34-
s.resource_bundles = {
35-
'FaceModule' => ['BlockV/Face/Face Views/**/*.{xib}']
36-
}
34+
#s.resource_bundles = {
35+
# 'FaceModule' => ['BlockV/Face/Face\ Views/**/*.{xib}']
36+
#}
3737
#s.exclude_files = "**/Info*.plist"
3838
end
3939

Example/BlockV/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.8</string>
20+
<string>1.1.9</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>11</string>
24+
<string>12</string>
2525
<key>ENVIRONMENT_MAPPING</key>
2626
<string>$(ENVIRONMENT_MAPPING)</string>
2727
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)