Skip to content

Commit 4ae1ba2

Browse files
committed
Bumped the version to 0.2.1
1 parent 00041ce commit 4ae1ba2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ This repo also including the CocoaPods's spec file to use rlottie.
2121

2222
## Note
2323

24-
The Samsung's rlottie now release the first tag version, see: [rlottie#159](https://github.com/Samsung/rlottie/issues/159). And this repo match the same version tag as upstream.
24+
The Samsung's rlottie now release the first tag version, see: [rlottie#159](https://github.com/Samsung/rlottie/issues/159). This repo match the same version tag as upstream mostly.
2525

26-
Previously this repo has same tag like v0.1.0, which use the HASH `a717479`. Now it's removed. Please update your Package Manager by following the steps:
26+
However, if there are serious bugs due to the integration issue on Apple's platform (rlottie does not provide official iOS support), we may release patch version, which does not match the upstream, the upstream commit HASH is provided here:
27+
28+
+ 0.1.0: `a717479`
29+
+ 0.2.1: `3cd0015`
30+
31+
If you're facing cache issues. Please update your Package Manager by following the steps:
2732

2833
+ CocoaPods: `pod cache clean librlottie` && `pod update`
2934
+ Carthage: `rm -rf ~/Library/Caches/org.carthage.CarthageKit` && `carthage update --cache-builds`

Xcode/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

librlottie.podspec

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'librlottie'
11-
s.version = '0.2.0'
11+
s.version = '0.2.1'
1212
s.summary = 'A platform independent standalone library that plays Lottie Animation.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -40,9 +40,4 @@ rlottie is a platform independent standalone c++ library for rendering vector ba
4040
}
4141
s.preserve_paths = 'rlottie', 'include', 'generate'
4242
s.libraries = 'c++'
43-
44-
# fix 'rlottiecommon.h' file not found with <angled> include; use "quotes" instead
45-
s.prepare_command = <<-CMD
46-
sed -i.bak 's/<rlottiecommon.h>/"rlottiecommon.h"/g' './rlottie/inc/rlottie_capi.h'
47-
CMD
4843
end

0 commit comments

Comments
 (0)