Skip to content

Commit

Permalink
#102 Renamed the app to Design Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
kperusko committed Feb 2, 2016
1 parent 753205c commit dc7fe63
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Design Studio Express.xcworkspace/contents.xcworkspacedata

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

Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@
E41E772B1C06554D000364D6 /* UITextViewDelegateMaxLength.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UITextViewDelegateMaxLength.swift; sourceTree = "<group>"; };
E41E772D1C067C6C000364D6 /* UITextDelegateBase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UITextDelegateBase.swift; sourceTree = "<group>"; };
E41E772F1C067D25000364D6 /* UITextFieldDelegateMaxLength.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UITextFieldDelegateMaxLength.swift; sourceTree = "<group>"; };
E421C4121BF164AD003F9D8A /* Design Studio Express.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Design Studio Express.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E421C4121BF164AD003F9D8A /* Design Studio.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Design Studio.app"; sourceTree = BUILT_PRODUCTS_DIR; };
E421C4151BF164AD003F9D8A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E421C41A1BF164AD003F9D8A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E421C41C1BF164AD003F9D8A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E421C41F1BF164AD003F9D8A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E421C4211BF164AD003F9D8A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E421C4261BF164AD003F9D8A /* Design Studio Express.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Design Studio Express.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
E421C4261BF164AD003F9D8A /* Design Studio.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Design Studio.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
E421C42A1BF164AD003F9D8A /* DesignStudioExpressTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DesignStudioExpressTests.swift; sourceTree = "<group>"; };
E421C42C1BF164AD003F9D8A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E421C4361BF279FE003F9D8A /* IntroViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -258,8 +258,8 @@
E421C4131BF164AD003F9D8A /* Products */ = {
isa = PBXGroup;
children = (
E421C4121BF164AD003F9D8A /* Design Studio Express.app */,
E421C4261BF164AD003F9D8A /* Design Studio Express.xctest */,
E421C4121BF164AD003F9D8A /* Design Studio.app */,
E421C4261BF164AD003F9D8A /* Design Studio.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -403,9 +403,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E421C4111BF164AD003F9D8A /* Design Studio Express */ = {
E421C4111BF164AD003F9D8A /* Design Studio */ = {
isa = PBXNativeTarget;
buildConfigurationList = E421C42F1BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design Studio Express" */;
buildConfigurationList = E421C42F1BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design Studio" */;
buildPhases = (
D85651353B822225EAD177C7 /* Check Pods Manifest.lock */,
E421C40E1BF164AD003F9D8A /* Sources */,
Expand All @@ -419,14 +419,14 @@
);
dependencies = (
);
name = "Design Studio Express";
name = "Design Studio";
productName = DesignStudioExpress;
productReference = E421C4121BF164AD003F9D8A /* Design Studio Express.app */;
productReference = E421C4121BF164AD003F9D8A /* Design Studio.app */;
productType = "com.apple.product-type.application";
};
E421C4251BF164AD003F9D8A /* Design Studio ExpressTests */ = {
E421C4251BF164AD003F9D8A /* Design StudioTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E421C4321BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design Studio ExpressTests" */;
buildConfigurationList = E421C4321BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design StudioTests" */;
buildPhases = (
E421C4221BF164AD003F9D8A /* Sources */,
E421C4231BF164AD003F9D8A /* Frameworks */,
Expand All @@ -437,9 +437,9 @@
dependencies = (
E421C4281BF164AD003F9D8A /* PBXTargetDependency */,
);
name = "Design Studio ExpressTests";
name = "Design StudioTests";
productName = DesignStudioExpressTests;
productReference = E421C4261BF164AD003F9D8A /* Design Studio Express.xctest */;
productReference = E421C4261BF164AD003F9D8A /* Design Studio.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
Expand All @@ -461,7 +461,7 @@
};
};
};
buildConfigurationList = E421C40D1BF164AD003F9D8A /* Build configuration list for PBXProject "Design Studio Express" */;
buildConfigurationList = E421C40D1BF164AD003F9D8A /* Build configuration list for PBXProject "Design Studio" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -474,8 +474,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
E421C4111BF164AD003F9D8A /* Design Studio Express */,
E421C4251BF164AD003F9D8A /* Design Studio ExpressTests */,
E421C4111BF164AD003F9D8A /* Design Studio */,
E421C4251BF164AD003F9D8A /* Design StudioTests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -650,7 +650,7 @@
/* Begin PBXTargetDependency section */
E421C4281BF164AD003F9D8A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E421C4111BF164AD003F9D8A /* Design Studio Express */;
target = E421C4111BF164AD003F9D8A /* Design Studio */;
targetProxy = E421C4271BF164AD003F9D8A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -772,7 +772,7 @@
INFOPLIST_FILE = DesignStudioExpress/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.alexanderinteractive.whackjobapp;
PRODUCT_NAME = "Design Studio Express";
PRODUCT_NAME = "Design Studio";
SWIFT_OBJC_BRIDGING_HEADER = "DesignStudioExpress/DesignStudioExpress-Bridging-Header.h";
};
name = Debug;
Expand All @@ -792,7 +792,7 @@
INFOPLIST_FILE = DesignStudioExpress/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.alexanderinteractive.whackjobapp;
PRODUCT_NAME = "Design Studio Express";
PRODUCT_NAME = "Design Studio";
SWIFT_OBJC_BRIDGING_HEADER = "DesignStudioExpress/DesignStudioExpress-Bridging-Header.h";
};
name = Release;
Expand All @@ -804,8 +804,8 @@
INFOPLIST_FILE = DesignStudioExpressTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.alexanderinteractive.DesignStudioExpressTests;
PRODUCT_NAME = "Design Studio Express";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Design Studio Express.app/Design Studio Express";
PRODUCT_NAME = "Design Studio";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Design Studio.app/Design Studio";
};
name = Debug;
};
Expand All @@ -816,15 +816,15 @@
INFOPLIST_FILE = DesignStudioExpressTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.alexanderinteractive.DesignStudioExpressTests;
PRODUCT_NAME = "Design Studio Express";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Design Studio Express.app/Design Studio Express";
PRODUCT_NAME = "Design Studio";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Design Studio.app/Design Studio";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E421C40D1BF164AD003F9D8A /* Build configuration list for PBXProject "Design Studio Express" */ = {
E421C40D1BF164AD003F9D8A /* Build configuration list for PBXProject "Design Studio" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E421C42D1BF164AD003F9D8A /* Debug */,
Expand All @@ -833,7 +833,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E421C42F1BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design Studio Express" */ = {
E421C42F1BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design Studio" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E421C4301BF164AD003F9D8A /* Debug */,
Expand All @@ -842,7 +842,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E421C4321BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design Studio ExpressTests" */ = {
E421C4321BF164AD003F9D8A /* Build configuration list for PBXNativeTarget "Design StudioTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E421C4331BF164AD003F9D8A /* Debug */,
Expand Down
10 changes: 0 additions & 10 deletions DesignStudioExpress.xcworkspace/contents.xcworkspacedata

This file was deleted.

Loading

0 comments on commit dc7fe63

Please sign in to comment.