Skip to content

Commit

Permalink
Fix product name
Browse files Browse the repository at this point in the history
  • Loading branch information
wiruzx committed Nov 4, 2019
1 parent dbfacce commit bfcd566
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Chatto/Chatto.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
containerPortal = C32BB7171BE0504D0069EC50 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C32BB71F1BE0504D0069EC50;
remoteInfo = BMAChatFramework;
remoteInfo = Chatto;
};
/* End PBXContainerItemProxy section */

Expand Down Expand Up @@ -240,7 +240,7 @@
dependencies = (
);
name = Chatto;
productName = BMAChatFramework;
productName = Chatto;
productReference = C32BB7201BE0504D0069EC50 /* Chatto.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -258,7 +258,7 @@
C32BB72D1BE0504D0069EC50 /* PBXTargetDependency */,
);
name = ChattoTests;
productName = BMAChatFrameworkTests;
productName = ChattoTests;
productReference = C32BB72A1BE0504D0069EC50 /* ChattoTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ChattoAdditions/ChattoAdditions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
containerPortal = C3C0CBAF1BFE49320052747C /* Project object */;
proxyType = 1;
remoteGlobalIDString = C3C0CBB71BFE49320052747C;
remoteInfo = BMAChatFrameworkAdditions;
remoteInfo = ChattoAdditions;
};
/* End PBXContainerItemProxy section */

Expand Down Expand Up @@ -677,7 +677,7 @@
dependencies = (
);
name = ChattoAdditions;
productName = BMAChatFrameworkAdditions;
productName = ChattoAdditions;
productReference = C3C0CBB81BFE49320052747C /* ChattoAdditions.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -695,7 +695,7 @@
C3C0CBC51BFE49320052747C /* PBXTargetDependency */,
);
name = ChattoAdditionsTests;
productName = BMAChatFrameworkAdditionsTests;
productName = ChattoAdditionsTests;
productReference = C3C0CBC21BFE49320052747C /* ChattoAdditionsTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfcd566

Please sign in to comment.