Skip to content

Commit

Permalink
Merge pull request #16 from citrix/master
Browse files Browse the repository at this point in the history
Latest from master to develop
  • Loading branch information
pablo-citrix authored Oct 27, 2021
2 parents 3bc1ffd + 8474b81 commit 68dcc8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions SimpleBrowserApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
6E3D0A3B2243E0240096198B /* SimpleBrowserApp */ = {
6E3D0A3B2243E0240096198B /* CitrixSimpleBrowser */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6E3D0A682243E02D0096198B /* Build configuration list for PBXNativeTarget "SimpleBrowserApp" */;
buildConfigurationList = 6E3D0A682243E02D0096198B /* Build configuration list for PBXNativeTarget "CitrixSimpleBrowser" */;
buildPhases = (
6E3D0A382243E0240096198B /* Sources */,
6E3D0A392243E0240096198B /* Frameworks */,
Expand All @@ -298,7 +298,7 @@
);
dependencies = (
);
name = SimpleBrowserApp;
name = CitrixSimpleBrowser;
productName = SimpleBrowserApp;
productReference = 6E3D0A3C2243E0240096198B /* Citrix Simple Browser.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -380,7 +380,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
6E3D0A3B2243E0240096198B /* SimpleBrowserApp */,
6E3D0A3B2243E0240096198B /* CitrixSimpleBrowser */,
6E3D0A532243E02D0096198B /* SimpleBrowserAppTests */,
6E3D0A5E2243E02D0096198B /* SimpleBrowserAppUITests */,
);
Expand Down Expand Up @@ -481,12 +481,12 @@
/* Begin PBXTargetDependency section */
6E3D0A562243E02D0096198B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6E3D0A3B2243E0240096198B /* SimpleBrowserApp */;
target = 6E3D0A3B2243E0240096198B /* CitrixSimpleBrowser */;
targetProxy = 6E3D0A552243E02D0096198B /* PBXContainerItemProxy */;
};
6E3D0A612243E02D0096198B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6E3D0A3B2243E0240096198B /* SimpleBrowserApp */;
target = 6E3D0A3B2243E0240096198B /* CitrixSimpleBrowser */;
targetProxy = 6E3D0A602243E02D0096198B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -650,7 +650,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.citrix.SimpleBrowserApp;
PRODUCT_BUNDLE_IDENTIFIER = com.citrix.CitrixSimpleBrowser;
PRODUCT_NAME = "Citrix Simple Browser";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "SimpleBrowserApp/SimpleBrowserApp-Bridging-Header.h";
Expand Down Expand Up @@ -686,7 +686,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.citrix.SimpleBrowserApp;
PRODUCT_BUNDLE_IDENTIFIER = com.citrix.CitrixSimpleBrowser;
PRODUCT_NAME = "Citrix Simple Browser";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "SimpleBrowserApp/SimpleBrowserApp-Bridging-Header.h";
Expand Down Expand Up @@ -781,7 +781,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6E3D0A682243E02D0096198B /* Build configuration list for PBXNativeTarget "SimpleBrowserApp" */ = {
6E3D0A682243E02D0096198B /* Build configuration list for PBXNativeTarget "CitrixSimpleBrowser" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6E3D0A692243E02D0096198B /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "6E3D0A3B2243E0240096198B"
BuildableName = "Citrix Simple Browser.app"
BlueprintName = "SimpleBrowserApp"
BlueprintName = "CitrixSimpleBrowser"
ReferencedContainer = "container:SimpleBrowserApp.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -32,7 +32,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "6E3D0A3B2243E0240096198B"
BuildableName = "Citrix Simple Browser.app"
BlueprintName = "SimpleBrowserApp"
BlueprintName = "CitrixSimpleBrowser"
ReferencedContainer = "container:SimpleBrowserApp.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down Expand Up @@ -75,7 +75,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "6E3D0A3B2243E0240096198B"
BuildableName = "Citrix Simple Browser.app"
BlueprintName = "SimpleBrowserApp"
BlueprintName = "CitrixSimpleBrowser"
ReferencedContainer = "container:SimpleBrowserApp.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand All @@ -92,7 +92,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "6E3D0A3B2243E0240096198B"
BuildableName = "Citrix Simple Browser.app"
BlueprintName = "SimpleBrowserApp"
BlueprintName = "CitrixSimpleBrowser"
ReferencedContainer = "container:SimpleBrowserApp.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand Down

0 comments on commit 68dcc8e

Please sign in to comment.