Skip to content

Commit 3f1ece6

Browse files
committed
Build Mac target as SwiftyTimer.framework
1 parent ee88da1 commit 3f1ece6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SwiftyTimer.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
3E721ABB1BF7255D008AF027 /* SwiftyTimer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyTimer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1717
3E721AC01BF7255D008AF027 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1818
3E721AC61BF725A2008AF027 /* SwiftyTimer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyTimer.swift; sourceTree = "<group>"; };
19-
6E7E408A1C84B1A20030CEBB /* SwiftyTimerMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyTimerMac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
19+
6E7E408A1C84B1A20030CEBB /* SwiftyTimer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyTimer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2020
6E7E40921C84B2970030CEBB /* SwiftyTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftyTimer.h; sourceTree = "<group>"; };
2121
/* End PBXFileReference section */
2222

@@ -50,7 +50,7 @@
5050
isa = PBXGroup;
5151
children = (
5252
3E721ABB1BF7255D008AF027 /* SwiftyTimer.framework */,
53-
6E7E408A1C84B1A20030CEBB /* SwiftyTimerMac.framework */,
53+
6E7E408A1C84B1A20030CEBB /* SwiftyTimer.framework */,
5454
);
5555
name = Products;
5656
sourceTree = "<group>";
@@ -121,7 +121,7 @@
121121
);
122122
name = SwiftyTimerMac;
123123
productName = SwiftyTimerMac;
124-
productReference = 6E7E408A1C84B1A20030CEBB /* SwiftyTimerMac.framework */;
124+
productReference = 6E7E408A1C84B1A20030CEBB /* SwiftyTimer.framework */;
125125
productType = "com.apple.product-type.framework";
126126
};
127127
/* End PBXNativeTarget section */
@@ -338,7 +338,7 @@
338338
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
339339
MACOSX_DEPLOYMENT_TARGET = 10.11;
340340
PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimerMac;
341-
PRODUCT_NAME = "$(TARGET_NAME)";
341+
PRODUCT_NAME = SwiftyTimer;
342342
SDKROOT = macosx;
343343
SKIP_INSTALL = YES;
344344
};
@@ -359,7 +359,7 @@
359359
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
360360
MACOSX_DEPLOYMENT_TARGET = 10.11;
361361
PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimerMac;
362-
PRODUCT_NAME = "$(TARGET_NAME)";
362+
PRODUCT_NAME = SwiftyTimer;
363363
SDKROOT = macosx;
364364
SKIP_INSTALL = YES;
365365
};

0 commit comments

Comments
 (0)