Skip to content

Commit

Permalink
Merge pull request #60 from PDF417/jenkins/stable-build
Browse files Browse the repository at this point in the history
Jenkins/stable build
  • Loading branch information
juraskrlec committed May 6, 2021
2 parents fc96536 + 4b7a8b6 commit 6b9e175
Show file tree
Hide file tree
Showing 372 changed files with 2,318 additions and 2,287 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## 8.0.1

### Bugfixes:

- Fixed localization
- Removed unused hash functions

## 8.0.0

### **Pdf417Mobi v8 Release Announcement**
Expand Down
4 changes: 2 additions & 2 deletions PPpdf417.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPpdf417"
s.version = "8.0.0"
s.version = "8.0.1"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://pdf417.mobi"

Expand Down Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|
}

s.source = {
:http => 'https://github.com/PDF417/pdf417-ios/releases/download/v8.0.0/pdf417-ios_v8.0.0.tar.gz',
:http => 'https://github.com/PDF417/pdf417-ios/releases/download/v8.0.1/pdf417-ios_v8.0.1.tar.gz',
}

s.platform = :ios
Expand Down
18 changes: 9 additions & 9 deletions Pdf417Mobi.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>Pdf417Mobi.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Pdf417Mobi.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -52,9 +52,9 @@
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>CFBundleShortVersionString</key>
<string>8.0.0</string>
<string>8.0.1</string>
<key>CFBundleVersion</key>
<string>8.0.0</string>
<string>8.0.1</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 6b9e175

Please sign in to comment.