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
28 changes: 28 additions & 0 deletions LinqToObjectiveC/LinqToObjectiveC-OSX/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 scottlogic. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
19 changes: 19 additions & 0 deletions LinqToObjectiveC/LinqToObjectiveC-OSX/LinqToObjectiveC-OSX.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// LinqToObjectiveC-OSX.h
// LinqToObjectiveC-OSX
//
// Created by Tom Davidson on 1/13/16.
// Copyright © 2016 scottlogic. All rights reserved.
//

#import <Cocoa/Cocoa.h>

//! Project version number for LinqToObjectiveC-OSX.
FOUNDATION_EXPORT double LinqToObjectiveC_OSXVersionNumber;

//! Project version string for LinqToObjectiveC-OSX.
FOUNDATION_EXPORT const unsigned char LinqToObjectiveC_OSXVersionString[];

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


26 changes: 26 additions & 0 deletions LinqToObjectiveC/LinqToObjectiveC-TVos/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>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
19 changes: 19 additions & 0 deletions LinqToObjectiveC/LinqToObjectiveC-TVos/LinqToObjectiveC-TVos.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// LinqToObjectiveC-TVos.h
// LinqToObjectiveC-TVos
//
// Created by Tom Davidson on 1/13/16.
// Copyright © 2016 scottlogic. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for LinqToObjectiveC-TVos.
FOUNDATION_EXPORT double LinqToObjectiveC_TVosVersionNumber;

//! Project version string for LinqToObjectiveC-TVos.
FOUNDATION_EXPORT const unsigned char LinqToObjectiveC_TVosVersionString[];

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


Loading