Manos Chorianopoulos

fix spm xib bundle

......@@ -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")
]
),
]
......