Skip to content

Commit f78eb38

Browse files
committed
Merge branch 'release/0.1.5'
2 parents 6cfcbe5 + 8afda10 commit f78eb38

File tree

7 files changed

+24
-9
lines changed

7 files changed

+24
-9
lines changed

HandySwift.xcodeproj/project.pbxproj

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525

2626
/* Begin PBXFileReference section */
2727
823B2B311C24AAB6007B3CDD /* HandySwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HandySwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28-
823B2B341C24AAB7007B3CDD /* HandySwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HandySwift.h; sourceTree = "<group>"; };
29-
823B2B361C24AAB7007B3CDD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
823B2B341C24AAB7007B3CDD /* HandySwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = HandySwift.h; path = Sources/HandySwift.h; sourceTree = SOURCE_ROOT; };
29+
823B2B361C24AAB7007B3CDD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Sources/Info.plist; sourceTree = SOURCE_ROOT; };
3030
823B2B3B1C24AAB7007B3CDD /* HandySwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HandySwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
31-
823B2B421C24AAB7007B3CDD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32-
823B2B4C1C24ABA4007B3CDD /* IntExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntExtension.swift; path = Extensions/IntExtension.swift; sourceTree = "<group>"; };
33-
823B2B4F1C24AC00007B3CDD /* IntExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntExtensionTests.swift; path = Extensions/IntExtensionTests.swift; sourceTree = "<group>"; };
31+
823B2B421C24AAB7007B3CDD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Tests/Info.plist; sourceTree = SOURCE_ROOT; };
32+
823B2B4C1C24ABA4007B3CDD /* IntExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntExtension.swift; path = Sources/IntExtension.swift; sourceTree = SOURCE_ROOT; };
33+
823B2B4F1C24AC00007B3CDD /* IntExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntExtensionTests.swift; path = Tests/IntExtensionTests.swift; sourceTree = SOURCE_ROOT; };
34+
82F22E551C26434900E784A2 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = SOURCE_ROOT; };
3435
/* End PBXFileReference section */
3536

3637
/* Begin PBXFrameworksBuildPhase section */
@@ -55,6 +56,7 @@
5556
823B2B271C24AAB6007B3CDD = {
5657
isa = PBXGroup;
5758
children = (
59+
82F22E551C26434900E784A2 /* Package.swift */,
5860
823B2B331C24AAB7007B3CDD /* HandySwift */,
5961
823B2B3F1C24AAB7007B3CDD /* HandySwiftTests */,
6062
823B2B321C24AAB6007B3CDD /* Products */,
@@ -333,7 +335,7 @@
333335
DYLIB_COMPATIBILITY_VERSION = 1;
334336
DYLIB_CURRENT_VERSION = 1;
335337
DYLIB_INSTALL_NAME_BASE = "@rpath";
336-
INFOPLIST_FILE = HandySwift/Info.plist;
338+
INFOPLIST_FILE = Sources/Info.plist;
337339
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
338340
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
339341
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.HandySwift;
@@ -351,7 +353,7 @@
351353
DYLIB_COMPATIBILITY_VERSION = 1;
352354
DYLIB_CURRENT_VERSION = 1;
353355
DYLIB_INSTALL_NAME_BASE = "@rpath";
354-
INFOPLIST_FILE = HandySwift/Info.plist;
356+
INFOPLIST_FILE = Sources/Info.plist;
355357
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
356358
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
357359
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.HandySwift;
@@ -363,7 +365,7 @@
363365
823B2B491C24AAB7007B3CDD /* Debug */ = {
364366
isa = XCBuildConfiguration;
365367
buildSettings = {
366-
INFOPLIST_FILE = HandySwiftTests/Info.plist;
368+
INFOPLIST_FILE = Tests/Info.plist;
367369
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
368370
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.HandySwiftTests;
369371
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -373,7 +375,7 @@
373375
823B2B4A1C24AAB7007B3CDD /* Release */ = {
374376
isa = XCBuildConfiguration;
375377
buildSettings = {
376-
INFOPLIST_FILE = HandySwiftTests/Info.plist;
378+
INFOPLIST_FILE = Tests/Info.plist;
377379
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
378380
PRODUCT_BUNDLE_IDENTIFIER = com.flinesoft.HandySwiftTests;
379381
PRODUCT_NAME = "$(TARGET_NAME)";

Package.swift

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// Package.swift
3+
// HandySwift
4+
//
5+
// Created by Cihat Gündüz on 20.12.15.
6+
// Copyright © 2015 Flinesoft. All rights reserved.
7+
//
8+
9+
import PackageDescription
10+
11+
let package = Package(
12+
name: "HandySwift"
13+
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)