Skip to content

Commit

Permalink
changed bundle ID back to inifini-ios so it would share the same publ…
Browse files Browse the repository at this point in the history
…ic link. hopefully apple will allow this, so I don't lose any testers in the name change.
  • Loading branch information
xan-m committed Oct 26, 2021
1 parent b2c437f commit 55fe451
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions InfiniLink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.2;
PRODUCT_BUNDLE_IDENTIFIER = com.alexemry.InfiniLink;
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
Expand All @@ -831,7 +831,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.2;
PRODUCT_BUNDLE_IDENTIFIER = com.alexemry.InfiniLink;
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
Expand Down
10 changes: 5 additions & 5 deletions InfiniLink.xcodeproj/xcshareddata/xcschemes/InfiniLink.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "264BFE3D26BC51CE0050A223"
BuildableName = "Infini-iOS.app"
BuildableName = "InfiniLink.app"
BlueprintName = "InfiniLink"
ReferencedContainer = "container:InfiniLink.xcodeproj">
</BuildableReference>
Expand All @@ -33,7 +33,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "264BFE5326BC51CF0050A223"
BuildableName = "Infini-iOSTests.xctest"
BuildableName = "InfiniLinkTests.xctest"
BlueprintName = "InfiniLinkTests"
ReferencedContainer = "container:InfiniLink.xcodeproj">
</BuildableReference>
Expand All @@ -43,7 +43,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "264BFE5E26BC51CF0050A223"
BuildableName = "Infini-iOSUITests.xctest"
BuildableName = "InfiniLinkUITests.xctest"
BlueprintName = "InfiniLinkUITests"
ReferencedContainer = "container:InfiniLink.xcodeproj">
</BuildableReference>
Expand All @@ -65,7 +65,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "264BFE3D26BC51CE0050A223"
BuildableName = "Infini-iOS.app"
BuildableName = "InfiniLink.app"
BlueprintName = "InfiniLink"
ReferencedContainer = "container:InfiniLink.xcodeproj">
</BuildableReference>
Expand All @@ -82,7 +82,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "264BFE3D26BC51CE0050A223"
BuildableName = "Infini-iOS.app"
BuildableName = "InfiniLink.app"
BlueprintName = "InfiniLink"
ReferencedContainer = "container:InfiniLink.xcodeproj">
</BuildableReference>
Expand Down

0 comments on commit 55fe451

Please sign in to comment.