Showing
2 changed files
with
12 additions
and
12 deletions
No preview for this file type
... | @@ -40,18 +40,18 @@ let package = Package( | ... | @@ -40,18 +40,18 @@ let package = Package( |
40 | .process("Media.xcassets"), | 40 | .process("Media.xcassets"), |
41 | .process("fonts"), | 41 | .process("fonts"), |
42 | .process("Main.storyboard"), | 42 | .process("Main.storyboard"), |
43 | - .process("cells/ProfileCouponFiltersTableViewCell/ProfileCouponFiltersTableViewCell.xib"), | 43 | + .copy("cells/ProfileCouponFiltersTableViewCell/ProfileCouponFiltersTableViewCell.xib"), |
44 | - .process("cells/ProfileHeaderTableViewCell/ProfileHeaderTableViewCell.xib"), | 44 | + .copy("cells/ProfileHeaderTableViewCell/ProfileHeaderTableViewCell.xib"), |
45 | - .process("cells/ProfileQuestionnaireTableViewCell/ProfileQuestionnaireTableViewCell.xib"), | 45 | + .copy("cells/ProfileQuestionnaireTableViewCell/ProfileQuestionnaireTableViewCell.xib"), |
46 | - .process("screens/MyRewardsViewController/MyRewardsViewController.xib"), | 46 | + .copy("screens/MyRewardsViewController/MyRewardsViewController.xib"), |
47 | - .process("cells/MyRewardsBannerOfferCollectionViewCell/MyRewardsBannerOfferCollectionViewCell.xib"), | 47 | + .copy("cells/MyRewardsBannerOfferCollectionViewCell/MyRewardsBannerOfferCollectionViewCell.xib"), |
48 | - .process("cells/MyRewardsOffersScrollTableViewCell/MyRewardsOffersScrollTableViewCell.xib"), | 48 | + .copy("cells/MyRewardsOffersScrollTableViewCell/MyRewardsOffersScrollTableViewCell.xib"), |
49 | - .process("cells/ProfileCouponTableViewCell/ProfileCouponTableViewCell.xib"), | 49 | + .copy("cells/ProfileCouponTableViewCell/ProfileCouponTableViewCell.xib"), |
50 | - .process("cells/ProfileFilterCollectionViewCell/ProfileFilterCollectionViewCell.xib"), | 50 | + .copy("cells/ProfileFilterCollectionViewCell/ProfileFilterCollectionViewCell.xib"), |
51 | - .process("screens/CouponViewController/CouponViewController.xib"), | 51 | + .copy("screens/CouponViewController/CouponViewController.xib"), |
52 | - .process("screens/ProfileViewController/ProfileViewController.xib"), | 52 | + .copy("screens/ProfileViewController/ProfileViewController.xib"), |
53 | - .process("cells/MyRewardsOfferCollectionViewCell/MyRewardsOfferCollectionViewCell.xib"), | 53 | + .copy("cells/MyRewardsOfferCollectionViewCell/MyRewardsOfferCollectionViewCell.xib"), |
54 | - .process("cells/MyRewardsBannerOffersScrollTableViewCell/MyRewardsBannerOffersScrollTableViewCell.xib") | 54 | + .copy("cells/MyRewardsBannerOffersScrollTableViewCell/MyRewardsBannerOffersScrollTableViewCell.xib") |
55 | ] | 55 | ] |
56 | ), | 56 | ), |
57 | ] | 57 | ] | ... | ... |
-
Please register or login to post a comment