Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2025-06-17 15:26:00 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3249ba38f9f125b7cca5c6de74290832edd9501d
3249ba38
1 parent
bbbded10
fix spm xib bundle
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
.swiftpm/xcode/package.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
Package.swift
.swiftpm/xcode/package.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
3249ba3
No preview for this file type
Package.swift
View file @
3249ba3
...
...
@@ -40,18 +40,18 @@ let package = Package(
.
process
(
"Media.xcassets"
),
.
process
(
"fonts"
),
.
process
(
"Main.storyboard"
),
.
process
(
"cells/ProfileCouponFiltersTableViewCell/ProfileCouponFiltersTableViewCell.xib"
),
.
process
(
"cells/ProfileHeaderTableViewCell/ProfileHeaderTableViewCell.xib"
),
.
process
(
"cells/ProfileQuestionnaireTableViewCell/ProfileQuestionnaireTableViewCell.xib"
),
.
process
(
"screens/MyRewardsViewController/MyRewardsViewController.xib"
),
.
process
(
"cells/MyRewardsBannerOfferCollectionViewCell/MyRewardsBannerOfferCollectionViewCell.xib"
),
.
process
(
"cells/MyRewardsOffersScrollTableViewCell/MyRewardsOffersScrollTableViewCell.xib"
),
.
process
(
"cells/ProfileCouponTableViewCell/ProfileCouponTableViewCell.xib"
),
.
process
(
"cells/ProfileFilterCollectionViewCell/ProfileFilterCollectionViewCell.xib"
),
.
process
(
"screens/CouponViewController/CouponViewController.xib"
),
.
process
(
"screens/ProfileViewController/ProfileViewController.xib"
),
.
process
(
"cells/MyRewardsOfferCollectionViewCell/MyRewardsOfferCollectionViewCell.xib"
),
.
process
(
"cells/MyRewardsBannerOffersScrollTableViewCell/MyRewardsBannerOffersScrollTableViewCell.xib"
)
.
copy
(
"cells/ProfileCouponFiltersTableViewCell/ProfileCouponFiltersTableViewCell.xib"
),
.
copy
(
"cells/ProfileHeaderTableViewCell/ProfileHeaderTableViewCell.xib"
),
.
copy
(
"cells/ProfileQuestionnaireTableViewCell/ProfileQuestionnaireTableViewCell.xib"
),
.
copy
(
"screens/MyRewardsViewController/MyRewardsViewController.xib"
),
.
copy
(
"cells/MyRewardsBannerOfferCollectionViewCell/MyRewardsBannerOfferCollectionViewCell.xib"
),
.
copy
(
"cells/MyRewardsOffersScrollTableViewCell/MyRewardsOffersScrollTableViewCell.xib"
),
.
copy
(
"cells/ProfileCouponTableViewCell/ProfileCouponTableViewCell.xib"
),
.
copy
(
"cells/ProfileFilterCollectionViewCell/ProfileFilterCollectionViewCell.xib"
),
.
copy
(
"screens/CouponViewController/CouponViewController.xib"
),
.
copy
(
"screens/ProfileViewController/ProfileViewController.xib"
),
.
copy
(
"cells/MyRewardsOfferCollectionViewCell/MyRewardsOfferCollectionViewCell.xib"
),
.
copy
(
"cells/MyRewardsBannerOffersScrollTableViewCell/MyRewardsBannerOffersScrollTableViewCell.xib"
)
]
),
]
...
...
Please
register
or
login
to post a comment