From 5ef886ed8632b1a57cf81aecf982d0e270b4d1b0 Mon Sep 17 00:00:00 2001 From: Tyler Cloutier Date: Tue, 15 Nov 2016 00:20:38 -0800 Subject: [PATCH] Added back plists --- .gitignore | 2 +- Reflex.xcodeproj/ReflexTests_Info.plist | 25 +++++++++++++++++++++++++ Reflex.xcodeproj/Reflex_Info.plist | 25 +++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 Reflex.xcodeproj/ReflexTests_Info.plist create mode 100644 Reflex.xcodeproj/Reflex_Info.plist diff --git a/.gitignore b/.gitignore index 5b28934..3bbb7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -66,7 +66,7 @@ xcuserdata/ *.moved-aside *.xccheckout *.xcscmblueprint -*.xcodeproj/*.plist +#*.xcodeproj/*.plist #*.xcodeproj diff --git a/Reflex.xcodeproj/ReflexTests_Info.plist b/Reflex.xcodeproj/ReflexTests_Info.plist new file mode 100644 index 0000000..7c23420 --- /dev/null +++ b/Reflex.xcodeproj/ReflexTests_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/Reflex.xcodeproj/Reflex_Info.plist b/Reflex.xcodeproj/Reflex_Info.plist new file mode 100644 index 0000000..57ada9f --- /dev/null +++ b/Reflex.xcodeproj/Reflex_Info.plist @@ -0,0 +1,25 @@ + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + +