From db27aaa2065366613fe06482833dce330af8ad27 Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Sat, 18 Jul 2020 19:12:32 -0700 Subject: [PATCH] Configuration --- .gitignore | 1 + Metatext.xcodeproj/project.pbxproj | 9 +++++---- Metatext.xcodeproj/xcshareddata/IDETemplateMacros.plist | 8 ++++++++ Shared/ContentView.swift | 7 +------ Shared/MetatextApp.swift | 7 +------ Tests iOS/Tests_iOS.swift | 7 +------ Tests macOS/Tests_macOS.swift | 7 +------ 7 files changed, 18 insertions(+), 28 deletions(-) create mode 100644 .gitignore create mode 100644 Metatext.xcodeproj/xcshareddata/IDETemplateMacros.plist diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c545112 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +xcuserdata/ diff --git a/Metatext.xcodeproj/project.pbxproj b/Metatext.xcodeproj/project.pbxproj index 6d34f5f..6c7a73e 100644 --- a/Metatext.xcodeproj/project.pbxproj +++ b/Metatext.xcodeproj/project.pbxproj @@ -232,6 +232,7 @@ attributes = { LastSwiftUpdateCheck = 1200; LastUpgradeCheck = 1200; + ORGANIZATIONNAME = Metabolist; TargetAttributes = { D047FA8B24C3E21200AF17C5 = { CreatedOnToolsVersion = 12.0; @@ -479,7 +480,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.Metatext; + PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = iphoneos; SWIFT_VERSION = 5.0; @@ -501,7 +502,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.Metatext; + PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = iphoneos; SWIFT_VERSION = 5.0; @@ -527,7 +528,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.16; - PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.Metatext; + PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = macosx; SWIFT_VERSION = 5.0; @@ -551,7 +552,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.16; - PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.Metatext; + PRODUCT_BUNDLE_IDENTIFIER = com.metabolist.metatext; PRODUCT_NAME = Metatext; SDKROOT = macosx; SWIFT_VERSION = 5.0; diff --git a/Metatext.xcodeproj/xcshareddata/IDETemplateMacros.plist b/Metatext.xcodeproj/xcshareddata/IDETemplateMacros.plist new file mode 100644 index 0000000..425b2b2 --- /dev/null +++ b/Metatext.xcodeproj/xcshareddata/IDETemplateMacros.plist @@ -0,0 +1,8 @@ + + + + + FILEHEADER + ___COPYRIGHT___ + + diff --git a/Shared/ContentView.swift b/Shared/ContentView.swift index 41a9fb3..e69633f 100644 --- a/Shared/ContentView.swift +++ b/Shared/ContentView.swift @@ -1,9 +1,4 @@ -// -// ContentView.swift -// Shared -// -// Created by Justin Mazzocchi on 7/18/20. -// +// Copyright © 2020 Metabolist. All rights reserved. import SwiftUI diff --git a/Shared/MetatextApp.swift b/Shared/MetatextApp.swift index 8d79471..c19edaa 100644 --- a/Shared/MetatextApp.swift +++ b/Shared/MetatextApp.swift @@ -1,9 +1,4 @@ -// -// MetatextApp.swift -// Shared -// -// Created by Justin Mazzocchi on 7/18/20. -// +// Copyright © 2020 Metabolist. All rights reserved. import SwiftUI diff --git a/Tests iOS/Tests_iOS.swift b/Tests iOS/Tests_iOS.swift index 3e63408..49fd460 100644 --- a/Tests iOS/Tests_iOS.swift +++ b/Tests iOS/Tests_iOS.swift @@ -1,9 +1,4 @@ -// -// Tests_iOS.swift -// Tests iOS -// -// Created by Justin Mazzocchi on 7/18/20. -// +// Copyright © 2020 Metabolist. All rights reserved. import XCTest diff --git a/Tests macOS/Tests_macOS.swift b/Tests macOS/Tests_macOS.swift index 730ca59..3f49b42 100644 --- a/Tests macOS/Tests_macOS.swift +++ b/Tests macOS/Tests_macOS.swift @@ -1,9 +1,4 @@ -// -// Tests_macOS.swift -// Tests macOS -// -// Created by Justin Mazzocchi on 7/18/20. -// +// Copyright © 2020 Metabolist. All rights reserved. import XCTest