Skip to content

Commit 55fe451

Browse files
committed
changed bundle ID back to inifini-ios so it would share the same public link. hopefully apple will allow this, so I don't lose any testers in the name change.
1 parent b2c437f commit 55fe451

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

InfiniLink.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807
"@executable_path/Frameworks",
808808
);
809809
MARKETING_VERSION = 0.9.2;
810-
PRODUCT_BUNDLE_IDENTIFIER = com.alexemry.InfiniLink;
810+
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
811811
PRODUCT_NAME = "$(TARGET_NAME)";
812812
SWIFT_VERSION = 5.0;
813813
TARGETED_DEVICE_FAMILY = 1;
@@ -831,7 +831,7 @@
831831
"@executable_path/Frameworks",
832832
);
833833
MARKETING_VERSION = 0.9.2;
834-
PRODUCT_BUNDLE_IDENTIFIER = com.alexemry.InfiniLink;
834+
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
835835
PRODUCT_NAME = "$(TARGET_NAME)";
836836
SWIFT_VERSION = 5.0;
837837
TARGETED_DEVICE_FAMILY = 1;

InfiniLink.xcodeproj/xcshareddata/xcschemes/InfiniLink.xcscheme

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "264BFE3D26BC51CE0050A223"
18-
BuildableName = "Infini-iOS.app"
18+
BuildableName = "InfiniLink.app"
1919
BlueprintName = "InfiniLink"
2020
ReferencedContainer = "container:InfiniLink.xcodeproj">
2121
</BuildableReference>
@@ -33,7 +33,7 @@
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
3535
BlueprintIdentifier = "264BFE5326BC51CF0050A223"
36-
BuildableName = "Infini-iOSTests.xctest"
36+
BuildableName = "InfiniLinkTests.xctest"
3737
BlueprintName = "InfiniLinkTests"
3838
ReferencedContainer = "container:InfiniLink.xcodeproj">
3939
</BuildableReference>
@@ -43,7 +43,7 @@
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "264BFE5E26BC51CF0050A223"
46-
BuildableName = "Infini-iOSUITests.xctest"
46+
BuildableName = "InfiniLinkUITests.xctest"
4747
BlueprintName = "InfiniLinkUITests"
4848
ReferencedContainer = "container:InfiniLink.xcodeproj">
4949
</BuildableReference>
@@ -65,7 +65,7 @@
6565
<BuildableReference
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "264BFE3D26BC51CE0050A223"
68-
BuildableName = "Infini-iOS.app"
68+
BuildableName = "InfiniLink.app"
6969
BlueprintName = "InfiniLink"
7070
ReferencedContainer = "container:InfiniLink.xcodeproj">
7171
</BuildableReference>
@@ -82,7 +82,7 @@
8282
<BuildableReference
8383
BuildableIdentifier = "primary"
8484
BlueprintIdentifier = "264BFE3D26BC51CE0050A223"
85-
BuildableName = "Infini-iOS.app"
85+
BuildableName = "InfiniLink.app"
8686
BlueprintName = "InfiniLink"
8787
ReferencedContainer = "container:InfiniLink.xcodeproj">
8888
</BuildableReference>

0 commit comments

Comments
 (0)