Update build configuration and app name
writeas.app -> Write.as.app
This commit is contained in:
parent
0dd41a4641
commit
77b1806d9c
@ -14,7 +14,7 @@
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
C99B91091C33841E00A91990 /* writeas.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = writeas.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C99B91091C33841E00A91990 /* Write.as.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Write.as.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C99B910C1C33841E00A91990 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
C99B910E1C33841E00A91990 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
||||
C99B91101C33841F00A91990 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
@ -44,7 +44,7 @@
|
||||
C99B910A1C33841E00A91990 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C99B91091C33841E00A91990 /* writeas.app */,
|
||||
C99B91091C33841E00A91990 /* Write.as.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@ -64,9 +64,9 @@
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
C99B91081C33841E00A91990 /* writeas */ = {
|
||||
C99B91081C33841E00A91990 /* Write.as */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */;
|
||||
buildConfigurationList = C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "Write.as" */;
|
||||
buildPhases = (
|
||||
C99B91051C33841E00A91990 /* Sources */,
|
||||
C99B91061C33841E00A91990 /* Frameworks */,
|
||||
@ -76,9 +76,9 @@
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = writeas;
|
||||
name = Write.as;
|
||||
productName = writeas;
|
||||
productReference = C99B91091C33841E00A91990 /* writeas.app */;
|
||||
productReference = C99B91091C33841E00A91990 /* Write.as.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
@ -93,6 +93,9 @@
|
||||
TargetAttributes = {
|
||||
C99B91081C33841E00A91990 = {
|
||||
CreatedOnToolsVersion = 7.2;
|
||||
DevelopmentTeam = TPPAB4YBA6;
|
||||
LastSwiftMigration = 0820;
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -109,7 +112,7 @@
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
C99B91081C33841E00A91990 /* writeas */,
|
||||
C99B91081C33841E00A91990 /* Write.as */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
@ -234,11 +237,14 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||
INFOPLIST_FILE = writeas/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_VERSION = 3.0;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@ -246,11 +252,14 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||
INFOPLIST_FILE = writeas/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_VERSION = 3.0;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
@ -266,13 +275,14 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */ = {
|
||||
C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "Write.as" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
C99B91191C33841F00A91990 /* Debug */,
|
||||
C99B911A1C33841F00A91990 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict />
|
||||
</plist>
|
@ -15,8 +15,8 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||
BuildableName = "writeas.app"
|
||||
BlueprintName = "writeas"
|
||||
BuildableName = "Write.as.app"
|
||||
BlueprintName = "Write.as"
|
||||
ReferencedContainer = "container:writeas.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
@ -33,8 +33,8 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||
BuildableName = "writeas.app"
|
||||
BlueprintName = "writeas"
|
||||
BuildableName = "Write.as.app"
|
||||
BlueprintName = "Write.as"
|
||||
ReferencedContainer = "container:writeas.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
@ -56,8 +56,8 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||
BuildableName = "writeas.app"
|
||||
BlueprintName = "writeas"
|
||||
BuildableName = "Write.as.app"
|
||||
BlueprintName = "Write.as"
|
||||
ReferencedContainer = "container:writeas.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
@ -75,8 +75,8 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||
BuildableName = "writeas.app"
|
||||
BlueprintName = "writeas"
|
||||
BuildableName = "Write.as.app"
|
||||
BlueprintName = "Write.as"
|
||||
ReferencedContainer = "container:writeas.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<key>C99B91081C33841E00A91990</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
<true />
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
Loading…
Reference in New Issue
Block a user