Configuration

This commit is contained in:
Justin Mazzocchi 2020-07-18 19:12:32 -07:00
parent 8ee54c4bff
commit db27aaa206
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C
7 changed files with 18 additions and 28 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xcuserdata/

View file

@ -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;

View file

@ -0,0 +1,8 @@
<?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>
<key>FILEHEADER</key>
<string> ___COPYRIGHT___</string>
</dict>
</plist>

View file

@ -1,9 +1,4 @@
//
// ContentView.swift
// Shared
//
// Created by Justin Mazzocchi on 7/18/20.
//
// Copyright © 2020 Metabolist. All rights reserved.
import SwiftUI

View file

@ -1,9 +1,4 @@
//
// MetatextApp.swift
// Shared
//
// Created by Justin Mazzocchi on 7/18/20.
//
// Copyright © 2020 Metabolist. All rights reserved.
import SwiftUI

View file

@ -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

View file

@ -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