Skip to content

Commit

Permalink
Updates swift in sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Oct 31, 2019
1 parent ff41761 commit 4e4ab1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Examples/SwiftExample/SwiftExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
TargetAttributes = {
3493335C21E6935F007AAAB9 = {
CreatedOnToolsVersion = 10.1;
LastSwiftMigration = 1100;
};
};
};
Expand Down Expand Up @@ -350,7 +351,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.revenuecat.sampleapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -369,7 +370,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.revenuecat.sampleapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit 4e4ab1a

Please sign in to comment.