Skip to content

Commit

Permalink
Migrating project ownerships
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Sep 23, 2016
1 parent ea51d01 commit 2b174fc
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
INFOPLIST_FILE = "$(SRCROOT)/macOS Example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.recisio.AdaptiveSpaceItem;
PRODUCT_BUNDLE_IDENTIFIER = com.tbaranes.AdaptiveSpaceItem;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand All @@ -337,7 +337,7 @@
INFOPLIST_FILE = "$(SRCROOT)/macOS Example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.recisio.AdaptiveSpaceItem;
PRODUCT_BUNDLE_IDENTIFIER = com.tbaranes.AdaptiveSpaceItem;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveSpaceItem Example/macOS Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// AdaptiveSpaceItem
//
// Created by Tom Baranes on 18/02/16.
// Copyright © 2016 Recisio. All rights reserved.
// Copyright © 2016 Tom Baranes. All rights reserved.
//

import Cocoa
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveSpaceItem Example/macOS Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Recisio. All rights reserved.</string>
<string>Copyright © 2016 Tom Baranes. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
8 changes: 4 additions & 4 deletions AdaptiveSpaceItem/AdaptiveSpaceItem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
INFOPLIST_FILE = AdaptiveSpaceItem/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.recisio.AdaptiveSpaceItem;
PRODUCT_BUNDLE_IDENTIFIER = com.tbaranes.AdaptiveSpaceItem;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -373,7 +373,7 @@
INFOPLIST_FILE = AdaptiveSpaceItem/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.recisio.AdaptiveSpaceItem;
PRODUCT_BUNDLE_IDENTIFIER = com.tbaranes.AdaptiveSpaceItem;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
Expand All @@ -387,7 +387,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = AdaptiveSpaceItemTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.recisio.AdaptiveSpaceItemTests;
PRODUCT_BUNDLE_IDENTIFIER = com.tbaranes.AdaptiveSpaceItemTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -399,7 +399,7 @@
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = AdaptiveSpaceItemTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.recisio.AdaptiveSpaceItemTests;
PRODUCT_BUNDLE_IDENTIFIER = com.tbaranes.AdaptiveSpaceItemTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveSpaceItem/AdaptiveSpaceItem/AdaptiveSpaceItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// AdaptiveSpaceItem
//
// Created by Tom Baranes on 18/07/16.
// Copyright © 2016 Recisio. All rights reserved.
// Copyright © 2016 Tom Baranes. All rights reserved.
//

#import <Cocoa/Cocoa.h>
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveSpaceItem/AdaptiveSpaceItem/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Recisio. All rights reserved.</string>
<string>Copyright © 2016 Tom Baranes. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveSpaceItem/Source/AdaptiveSpaceItem.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// AdaptiveSpaceItem.swift
//
// Copyright (c) 2016 Recisio (http://www.recisio.com)
// Copyright (c) 2016 Tom Baranes
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# AdaptiveSpaceItem

[![Travis](https://img.shields.io/travis/recisio/AdaptiveSpaceItem.svg)](https://travis-ci.org/recisio/AdaptiveSpaceItem)
[![Travis](https://img.shields.io/travis/tbaranes/AdaptiveSpaceItem.svg)](https://travis-ci.org/tbaranes/AdaptiveSpaceItem)
![Language](https://img.shields.io/badge/language-Swift%203.0-orange.svg)
[![CocoaPods](https://img.shields.io/cocoapods/v/AdaptiveSpaceItem.svg?style=flat)](https://github.com/recisio/AdaptiveSpaceItem)
[![CocoaPods](https://img.shields.io/cocoapods/v/AdaptiveSpaceItem.svg?style=flat)](https://github.com/tbaranes/AdaptiveSpaceItem)
[![Platform](https://img.shields.io/cocoapods/p/AdaptiveSpaceItem.svg?style=flat)](http://cocoadocs.org/docsets/AdaptiveSpaceItem)
[![License](https://img.shields.io/cocoapods/l/AdaptiveSpaceItem.svg?style=flat)](http://cocoapods.org/pods/AdaptiveSpaceItem)

Expand All @@ -29,7 +29,7 @@ import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://github.com/recisio/AdaptiveSpaceItem.git", majorVersion: 1)
.Package(url: "https://github.com/tbaranes/AdaptiveSpaceItem.git", majorVersion: 1)
]
)
```
Expand Down

0 comments on commit 2b174fc

Please sign in to comment.