Skip to content

Commit

Permalink
Update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Dec 19, 2020
1 parent 792ac25 commit 6b8d761
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SPAlert.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert;
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.SPAlert;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
Expand All @@ -536,7 +536,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert;
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.SPAlert;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
Expand All @@ -558,7 +558,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert.example.ios;
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.SPAlert.example.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
Expand All @@ -580,7 +580,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = by.varabeis.SPAlert.example.ios;
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.SPAlert.example.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 6b8d761

Please sign in to comment.