Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment project version to 2.0.4 #692

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GliaWidgets.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GliaWidgets'
s.version = '2.0.3'
s.version = '2.0.4'
s.summary = 'The Glia iOS Widgets library'
s.description = 'The Glia Widgets library allows to integrate easily a UI/UX for Glia\'s Digital Customer Service platform'
s.homepage = 'https://github.com/salemove/ios-sdk-widgets'
Expand All @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.4'
s.dependency 'GliaCoreSDK', '1.0.5'
end
2 changes: 1 addition & 1 deletion GliaWidgets/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>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion GliaWidgets/StaticValues.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ final class StaticValues {
/// version cannot be changed by integrators, so this ensures that our code will
/// always have the correct version regardless of what our integrators do with
/// our plist files.
static let sdkVersion = "2.0.3"
static let sdkVersion = "2.0.4"
}
2 changes: 1 addition & 1 deletion GliaWidgetsTests/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>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ let package = Package(
),
.binaryTarget(
name: "GliaCoreSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/1.0.4/GliaCoreSDK.xcframework.zip",
checksum: "9e862431487ea8e9d0c56f6ae074824c09ccdbd86a1517d55734a56bcee13531"
url: "https://github.com/salemove/ios-bundle/releases/download/1.0.5/GliaCoreSDK.xcframework.zip",
checksum: "d133559f7c2985217c1c0de0c2409652c76dc1aabab4e6235704dd139d7207cb"
),
.binaryTarget(
name: "GliaWidgetsXcf",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.0.1/GliaWidgetsXcf.xcframework.zip",
checksum: "26f6e0bc6e32f4223f635d8de8aa4877338aed7a323f2127a05980f347ac1f9a"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.0.3/GliaWidgetsXcf.xcframework.zip",
checksum: "23d6a8854f62e4c77e0f4e254c78be8808d1deaec308af36197160d1101979f8"
),
.target(
name: "GliaWidgets",
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- AccessibilitySnapshot/Core
- SnapshotTesting (~> 1.0)
- GliaCoreDependency (1.2)
- GliaCoreSDK (1.0.4):
- GliaCoreSDK (1.0.5):
- GliaCoreDependency (= 1.2)
- TwilioVoice (= 6.3.1)
- WebRTC-lib (= 96.0.0)
Expand Down Expand Up @@ -37,7 +37,7 @@ SPEC REPOS:
SPEC CHECKSUMS:
AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93
GliaCoreDependency: 87b3897f0d85321ecf77f1faa829211ad527e54d
GliaCoreSDK: c10ca3a055331ca99df061116d90abfdd7f65445
GliaCoreSDK: d0ea050f43cd67f467ab3362c72266accfd11373
PureLayout: 5fb5e5429519627d60d079ccb1eaa7265ce7cf88
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: 13280e21cdda6786ad908dc6e416afe5acd1fcb7
Expand Down
2 changes: 1 addition & 1 deletion TestingApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion templates/GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.4'
s.dependency 'GliaCoreSDK', '1.0.5'
end