Skip to content

Commit

Permalink
Move WultraMobileToken.swift to Common and update podspec to include …
Browse files Browse the repository at this point in the history
…all files
  • Loading branch information
Hopsaheysa committed Jan 31, 2025
1 parent 77e2fb6 commit fcecf1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WultraMobileTokenSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'

# Sources
s.default_subspec = 'Operations'
s.default_subspecs = 'Operations', 'Push', 'Inbox'

# 'Common' subspec
s.subspec 'Common' do |sub|
sub.source_files = 'WultraMobileTokenSDK/Common/**/*.swift'
sub.dependency 'PowerAuth2', '~> 1.9.0'
sub.dependency 'PowerAuth2', '~> 1.9.2'
sub.dependency 'WultraPowerAuthNetworking', '~> 1.5.0'
end

Expand Down
2 changes: 1 addition & 1 deletion WultraMobileTokenSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
DC81D1CE24502E0300F80CD6 /* Common */ = {
isa = PBXGroup;
children = (
EA7C94562D07111B000A3EFA /* WultraMobileToken.swift */,
BFEEB20A2937AD700047941D /* WMTCancellable.swift */,
DC488030292282C900DB844B /* WMTService.swift */,
DCC5CCCD244DB0AD004679AC /* WMTLogger.swift */,
Expand Down Expand Up @@ -402,7 +403,6 @@
DC81D1C6244F357900F80CD6 /* Push */,
DC488034292282FF00DB844B /* Inbox */,
DCC5CC9D2449EE21004679AC /* MobileTokenSDK.h */,
EA7C94562D07111B000A3EFA /* WultraMobileToken.swift */,
DCC5CC9E2449EE21004679AC /* Info.plist */,
DCC5CCA72449F27B004679AC /* ConfigFiles */,
);
Expand Down

0 comments on commit fcecf1d

Please sign in to comment.