Skip to content

Commit

Permalink
Merge branch 'master' into feature/boost_notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Momot committed Oct 16, 2024
2 parents 7bd1165 + dc494b5 commit d1bba2a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Demo/SnapshotTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>148.3.0</string>
<string>148.4.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Demo/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>148.3.0</string>
<string>148.4.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FinniversKit'
s.version = '148.3.0'
s.version = '148.4.0'
s.summary = "FINN's iOS Components"
s.author = 'FINN.no'
s.homepage = 'https://schibsted.frontify.com/d/oCLrx0cypXJM/design-system'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/warp-ds/warp-ios.git",
"state" : {
"revision" : "debbf05cf26bc89f7d0f1755f4f817a398a06865",
"version" : "0.0.27"
"revision" : "037ef2a2ee8be35f37a1d245fd72b6cfc468e177",
"version" : "0.0.32"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit/FinniversKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3878,7 +3878,7 @@
requirement = {
kind = versionRange;
maximumVersion = 999.0.0;
minimumVersion = 0.0.27;
minimumVersion = 0.0.32;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit/Sources/Components/Ribbon/Ribbon+Style.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public extension RibbonView {
case .success: return Warp.UIColor.badgePositiveBackground
case .warning: return Warp.UIColor.badgeWarningBackground
case .error: return Warp.UIColor.badgeNegativeBackground
case .disabled: return Warp.UIColor.badgeDisabledBackground
case .disabled: return Warp.UIToken.backgroundDisabled
case .sponsored: return Warp.UIColor.badgeSponsoredBackground
}
}
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>148.3.0</string>
<string>148.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion FinniversKit/UnitTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>148.3.0</string>
<string>148.4.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/warp-ds/warp-ios.git", "0.0.27"..."999.0.0")
.package(url: "https://github.com/warp-ds/warp-ios.git", "0.0.32"..."999.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit d1bba2a

Please sign in to comment.