Skip to content

Commit

Permalink
Select correct profiles (#1136)
Browse files Browse the repository at this point in the history
* fix fastlane config

* fix version

* select correct profiles after clean up

* select correct profiles after clean up
  • Loading branch information
Bruno Barbieri authored Oct 4, 2019
1 parent 2ea1387 commit eb29521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "io.metamask.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = MetaMask;
PROVISIONING_PROFILE_SPECIFIER = "match Development io.metamask.MetaMask 1570210279";
PROVISIONING_PROFILE_SPECIFIER = "match Development io.metamask.MetaMask";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand Down Expand Up @@ -2611,7 +2611,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "io.metamask.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = MetaMask;
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.metamask.MetaMask 1570221071";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.metamask.MetaMask";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down

0 comments on commit eb29521

Please sign in to comment.