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 */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXFileReference 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>"; };
|
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>"; };
|
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>"; };
|
C99B91101C33841F00A91990 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||||
@ -44,7 +44,7 @@
|
|||||||
C99B910A1C33841E00A91990 /* Products */ = {
|
C99B910A1C33841E00A91990 /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
C99B91091C33841E00A91990 /* writeas.app */,
|
C99B91091C33841E00A91990 /* Write.as.app */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -64,9 +64,9 @@
|
|||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
C99B91081C33841E00A91990 /* writeas */ = {
|
C99B91081C33841E00A91990 /* Write.as */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */;
|
buildConfigurationList = C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "Write.as" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
C99B91051C33841E00A91990 /* Sources */,
|
C99B91051C33841E00A91990 /* Sources */,
|
||||||
C99B91061C33841E00A91990 /* Frameworks */,
|
C99B91061C33841E00A91990 /* Frameworks */,
|
||||||
@ -76,9 +76,9 @@
|
|||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = writeas;
|
name = Write.as;
|
||||||
productName = writeas;
|
productName = writeas;
|
||||||
productReference = C99B91091C33841E00A91990 /* writeas.app */;
|
productReference = C99B91091C33841E00A91990 /* Write.as.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
};
|
};
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
@ -93,6 +93,9 @@
|
|||||||
TargetAttributes = {
|
TargetAttributes = {
|
||||||
C99B91081C33841E00A91990 = {
|
C99B91081C33841E00A91990 = {
|
||||||
CreatedOnToolsVersion = 7.2;
|
CreatedOnToolsVersion = 7.2;
|
||||||
|
DevelopmentTeam = TPPAB4YBA6;
|
||||||
|
LastSwiftMigration = 0820;
|
||||||
|
ProvisioningStyle = Automatic;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -109,7 +112,7 @@
|
|||||||
projectDirPath = "";
|
projectDirPath = "";
|
||||||
projectRoot = "";
|
projectRoot = "";
|
||||||
targets = (
|
targets = (
|
||||||
C99B91081C33841E00A91990 /* writeas */,
|
C99B91081C33841E00A91990 /* Write.as */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
@ -234,11 +237,14 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||||
INFOPLIST_FILE = writeas/Info.plist;
|
INFOPLIST_FILE = writeas/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
|
PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_VERSION = 3.0;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
@ -246,11 +252,14 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
DEVELOPMENT_TEAM = TPPAB4YBA6;
|
||||||
INFOPLIST_FILE = writeas/Info.plist;
|
INFOPLIST_FILE = writeas/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
|
PRODUCT_BUNDLE_IDENTIFIER = com.abunchtell.writeas;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_VERSION = 3.0;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
@ -266,13 +275,14 @@
|
|||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "writeas" */ = {
|
C99B91181C33841F00A91990 /* Build configuration list for PBXNativeTarget "Write.as" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
C99B91191C33841F00A91990 /* Debug */,
|
C99B91191C33841F00A91990 /* Debug */,
|
||||||
C99B911A1C33841F00A91990 /* Release */,
|
C99B911A1C33841F00A91990 /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
/* End XCConfigurationList section */
|
/* 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
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||||
BuildableName = "writeas.app"
|
BuildableName = "Write.as.app"
|
||||||
BlueprintName = "writeas"
|
BlueprintName = "Write.as"
|
||||||
ReferencedContainer = "container:writeas.xcodeproj">
|
ReferencedContainer = "container:writeas.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildActionEntry>
|
</BuildActionEntry>
|
||||||
@ -33,8 +33,8 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||||
BuildableName = "writeas.app"
|
BuildableName = "Write.as.app"
|
||||||
BlueprintName = "writeas"
|
BlueprintName = "Write.as"
|
||||||
ReferencedContainer = "container:writeas.xcodeproj">
|
ReferencedContainer = "container:writeas.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</MacroExpansion>
|
</MacroExpansion>
|
||||||
@ -56,8 +56,8 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||||
BuildableName = "writeas.app"
|
BuildableName = "Write.as.app"
|
||||||
BlueprintName = "writeas"
|
BlueprintName = "Write.as"
|
||||||
ReferencedContainer = "container:writeas.xcodeproj">
|
ReferencedContainer = "container:writeas.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
@ -75,8 +75,8 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
BlueprintIdentifier = "C99B91081C33841E00A91990"
|
||||||
BuildableName = "writeas.app"
|
BuildableName = "Write.as.app"
|
||||||
BlueprintName = "writeas"
|
BlueprintName = "Write.as"
|
||||||
ReferencedContainer = "container:writeas.xcodeproj">
|
ReferencedContainer = "container:writeas.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<key>C99B91081C33841E00A91990</key>
|
<key>C99B91081C33841E00A91990</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>primary</key>
|
<key>primary</key>
|
||||||
<true/>
|
<true />
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
Loading…
Reference in New Issue
Block a user