Skip to content

Commit

Permalink
Merge pull request #8 from kasper-lahti/rc-0.9.9
Browse files Browse the repository at this point in the history
Tink PFM UI 0.9.9
  • Loading branch information
kasper-lahti authored Sep 18, 2020
2 parents 1a69f3d + 4fe07e7 commit e0190aa
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 33 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Tink PFM 0.9.9
- Latest transactions list on overview now refreshes when shown in some environments.

## Tink PFM 0.9.8
- Added an empty state to the overview pie charts that are shown if there are no statistics available.
- Changed how the appearance of `UINavigationBar` is configured in modals so they can be customized using `UINavigationBar.appearance()`.
Expand Down
20 changes: 1 addition & 19 deletions Examples/PFMExampleApp/PFMExampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,17 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
205C2F92241F60FE00BD3CF1 /* TinkPFMUI.strings in Resources */ = {isa = PBXBuildFile; fileRef = 205C2F94241F60FE00BD3CF1 /* TinkPFMUI.strings */; };
20C24BAD241A398200EB5927 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 20C24BAC241A398200EB5927 /* Assets.xcassets */; };
20DBE5182424F86C005AA1B9 /* TinkPFMUI.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20DBE5172424F86C005AA1B9 /* TinkPFMUI.xcframework */; };
20DBE5192424F86C005AA1B9 /* TinkPFMUI.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 20DBE5172424F86C005AA1B9 /* TinkPFMUI.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
9DC592592395548000C9A5F1 /* DebugAnalyticsIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC592582395548000C9A5F1 /* DebugAnalyticsIntegration.swift */; };
9DDD67A82368850500507DF3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DDD67A72368850500507DF3 /* AppDelegate.swift */; };
9DDD67B42368850700507DF3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9DDD67B22368850700507DF3 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
20DBE51A2424F86C005AA1B9 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
20DBE5192424F86C005AA1B9 /* TinkPFMUI.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
20183728242258FF00F07BC8 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/TinkPFMUI.strings; sourceTree = "<group>"; };
20C24BAC241A398200EB5927 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand All @@ -47,7 +31,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
20DBE5182424F86C005AA1B9 /* TinkPFMUI.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -102,7 +85,6 @@
9DDD67A02368850500507DF3 /* Sources */,
9DDD67A12368850500507DF3 /* Frameworks */,
9DDD67A22368850500507DF3 /* Resources */,
20DBE51A2424F86C005AA1B9 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down
2 changes: 1 addition & 1 deletion TinkPFMUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TinkPFMUI'
s.version = '0.9.8'
s.version = '0.9.9'
s.license = { :type => 'Tink', :file => 'LICENSE' }
s.authors = { 'Tink AB' => 'mobile@tink.se' }
s.homepage = 'https://tink.com'
Expand Down
12 changes: 6 additions & 6 deletions TinkPFMUI.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TinkPFMUI.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>TinkPFMUI.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified TinkPFMUI.xcframework/ios-arm64/TinkPFMUI.framework/Assets.car
Binary file not shown.
Binary file modified TinkPFMUI.xcframework/ios-arm64/TinkPFMUI.framework/Info.plist
Binary file not shown.
Binary file modified TinkPFMUI.xcframework/ios-arm64/TinkPFMUI.framework/TinkPFMUI
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 @@ -6,11 +6,11 @@
<dict>
<key>Assets.car</key>
<data>
XEtgpRA/x0b0+5+Uh+F+l26U6Z4=
UmL+K/eP57wom+2cLg7Q8rH9/lk=
</data>
<key>Info.plist</key>
<data>
5evXR7tLjTeKRGIdLPPzZFH9U+A=
wK3CNvjlmyDapsNGxAlXt0jDXIM=
</data>
<key>Modules/TinkPFMUI.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand All @@ -22,7 +22,7 @@
</data>
<key>Modules/TinkPFMUI.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
dvtciItl8uLdlqL8sDMgpcYDte4=
8TcRU9DAJxmTmusu8r1DH5jIE88=
</data>
<key>Modules/TinkPFMUI.swiftmodule/x86_64.swiftdoc</key>
<data>
Expand All @@ -34,7 +34,7 @@
</data>
<key>Modules/TinkPFMUI.swiftmodule/x86_64.swiftmodule</key>
<data>
dvtciItl8uLdlqL8sDMgpcYDte4=
8TcRU9DAJxmTmusu8r1DH5jIE88=
</data>
</dict>
<key>files2</key>
Expand All @@ -43,7 +43,7 @@
<dict>
<key>hash2</key>
<data>
BPWJSkpP4wHnaSO5ux1Y1YSuHw3VJmvOOgK52MBPIxI=
RyvGg4yQ4OiMVVcjlXaCwwHjlG+2KKG9t+Z+HNH7Rkw=
</data>
</dict>
<key>Modules/TinkPFMUI.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
Expand All @@ -64,7 +64,7 @@
<dict>
<key>hash2</key>
<data>
C28qpymR2fV1hAj+FYpyJbUCcJmSIn7V/KaA6Ty4kuY=
8aFNQa3eWbrKvwar/fhdvbR72QrxPdYdM2/N6d9Pco8=
</data>
</dict>
<key>Modules/TinkPFMUI.swiftmodule/x86_64.swiftdoc</key>
Expand All @@ -85,7 +85,7 @@
<dict>
<key>hash2</key>
<data>
C28qpymR2fV1hAj+FYpyJbUCcJmSIn7V/KaA6Ty4kuY=
8aFNQa3eWbrKvwar/fhdvbR72QrxPdYdM2/N6d9Pco8=
</data>
</dict>
</dict>
Expand Down

0 comments on commit e0190aa

Please sign in to comment.