Skip to content

Commit

Permalink
Release 2.0.160
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and Jenkins committed Aug 5, 2022
1 parent 159113a commit b164bba
Show file tree
Hide file tree
Showing 32 changed files with 44 additions and 36 deletions.
Binary file modified Applanga.framework/Applanga
Binary file not shown.
Binary file modified Applanga.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion Applanga.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"2.0.146": "https://github.com/applanga/sdk-ios/releases/download/2.0.146/Applanga.framework.zip",
"2.0.147": "https://github.com/applanga/sdk-ios/releases/download/2.0.147/Applanga.framework.zip",
"2.0.149": "https://github.com/applanga/sdk-ios/releases/download/2.0.149/Applanga.framework.zip",
"2.0.160": "https://github.com/applanga/sdk-ios/releases/download/2.0.160/Applanga.framework.zip",
"2.0.128": "https://github.com/applanga/sdk-ios/releases/download/2.0.128/Applanga.framework.zip",
"2.0.129": "https://github.com/applanga/sdk-ios/releases/download/2.0.129/Applanga.framework.zip",
"2.0.126": "https://github.com/applanga/sdk-ios/releases/download/2.0.126/Applanga.framework.zip",
"2.0.115": "https://github.com/applanga/sdk-ios/releases/download/2.0.115/Applanga.framework.zip",
"2.0.120": "https://github.com/applanga/sdk-ios/releases/download/2.0.120/Applanga.framework.zip",
"2.0.121": "https://github.com/applanga/sdk-ios/releases/download/2.0.121/Applanga.framework.zip",
"2.0.153": "https://github.com/applanga/sdk-ios/releases/download/2.0.153/Applanga.framework.zip",
Expand Down
4 changes: 2 additions & 2 deletions Applanga.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Applanga"
s.version = "2.0.159"
s.version = "2.0.160"
s.summary = "This is the Applanga SDK"
s.homepage = "http://applanga.com"
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { "Mbaas Development GmbH" => "[email protected]" }
s.source = { :git => "https://github.com/applanga/sdk-ios.git", :tag => "2.0.159" }
s.source = { :git => "https://github.com/applanga/sdk-ios.git", :tag => "2.0.160" }
s.library = 'sqlite3', 'z'
s.vendored_frameworks = ""
s.requires_arc = true
Expand Down
44 changes: 22 additions & 22 deletions Applanga.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,74 +6,74 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_32_armv7k</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>ApplangaWatchOS.framework</string>
<string>Applanga.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64_32</string>
<string>armv7k</string>
<string>arm64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>watchos-arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>ApplangaWatchOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</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>Applanga.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>
<string>macos-arm64_x86_64</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ApplangaOSX.framework</string>
<string>ApplangaWatchOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>Applanga.framework</string>
<string>ApplangaOSX.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Applanga.xcframework/ios-arm64_armv7/Applanga.framework/Applanga
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</data>
<key>Info.plist</key>
<data>
A/ziJQCRzjzd65SaDqFn8MW5EXQ=
vaCR9o+53U7VHbLHez8GneMlrWY=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G95</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G95</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G95</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
UlhW9Z1bfbJPqFR6hv3myzSdAhA=
FM8udAR5uf2RSEJsAdmNRFGzjBg=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Binary file modified ApplangaOSX.framework/ApplangaOSX
Binary file not shown.
2 changes: 1 addition & 1 deletion ApplangaOSX.framework/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G95</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file modified ApplangaOSX.framework/Versions/A/ApplangaOSX
Binary file not shown.
2 changes: 1 addition & 1 deletion ApplangaOSX.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G95</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file modified ApplangaOSX.framework/Versions/Current/ApplangaOSX
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20G95</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
4 changes: 2 additions & 2 deletions ApplangaUITest.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "ApplangaUITest"
s.version = "2.0.159"
s.version = "2.0.160"
s.summary = "This is the iOS Testing SDK for Applanga."
s.homepage = "http://applanga.com"
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { "Mbaas Development GmbH" => "[email protected]" }
s.source = { :git => "https://github.com/applanga/sdk-ios.git", :tag => "2.0.159" }
s.source = { :git => "https://github.com/applanga/sdk-ios.git", :tag => "2.0.160" }
s.source_files = 'Sources/ApplangaUITest/*.swift'
s.requires_arc = true
s.module_name = "ApplangaUITest"
Expand Down
Binary file modified ApplangaWatchOS.framework/ApplangaWatchOS
Binary file not shown.
Binary file modified ApplangaWatchOS.framework/Info.plist
Binary file not shown.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
*Applanga iOS Documentation:* <https://www.applanga.com/docs-integration/ios>
***

### Version 2.0.160 (5 Aug 2022)
#### Fixed
- reduced initial delay lock

#### Added
- minor documentation improvements

---
### Version 2.0.159 (27 Apr 2022)
#### Fixed
- automatic settings file update with macOS Monterey 12.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Applanga SDK for iOS Localization
***
*Version:* 2.0.159
*Version:* 2.0.160

*Website:* <https://www.applanga.com>

Expand Down

0 comments on commit b164bba

Please sign in to comment.