Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions DoThis-macOS/DoThis-macOS.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// DoThis-macOS.h
// DoThis-macOS
//
// Created by Thomas Bonk on 22.04.17.
// Copyright © 2017 Barak Harel. All rights reserved.
//

#import <Cocoa/Cocoa.h>

//! Project version number for DoThis-macOS.
FOUNDATION_EXPORT double DoThis_macOSVersionNumber;

//! Project version string for DoThis-macOS.
FOUNDATION_EXPORT const unsigned char DoThis_macOSVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <DoThis_macOS/PublicHeader.h>


26 changes: 26 additions & 0 deletions DoThis-macOS/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Barak Harel. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
Loading