Skip to content

Commit a1bf47d

Browse files
author
danieldahan
committed
updated OSX build target
1 parent a490db7 commit a1bf47d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Algorithm.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Algorithm'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.license = 'BSD'
55
s.summary = 'A toolset for writing algorithms in Swift.'
66
s.homepage = 'http://graphkit.io'

Algorithm.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
INFOPLIST_FILE = Sources/Info.plist;
634634
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
635635
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
636-
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Algorithm;
636+
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-iOS";
637637
PRODUCT_NAME = Algorithm;
638638
SKIP_INSTALL = YES;
639639
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -651,7 +651,7 @@
651651
INFOPLIST_FILE = Sources/Info.plist;
652652
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
653653
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
654-
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Algorithm;
654+
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-iOS";
655655
PRODUCT_NAME = Algorithm;
656656
SKIP_INSTALL = YES;
657657
};
@@ -694,7 +694,6 @@
694694
INFOPLIST_FILE = Sources/Info.plist;
695695
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
696696
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
697-
MACOSX_DEPLOYMENT_TARGET = 10.11;
698697
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-OSX";
699698
PRODUCT_NAME = Algorithm;
700699
SDKROOT = macosx;
@@ -717,7 +716,6 @@
717716
INFOPLIST_FILE = Sources/Info.plist;
718717
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
719718
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
720-
MACOSX_DEPLOYMENT_TARGET = 10.11;
721719
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-OSX";
722720
PRODUCT_NAME = Algorithm;
723721
SDKROOT = macosx;
@@ -775,6 +773,7 @@
775773
65744CB21C554BA50011C977 /* Release */,
776774
);
777775
defaultConfigurationIsVisible = 0;
776+
defaultConfigurationName = Release;
778777
};
779778
65744CB31C554BA50011C977 /* Build configuration list for PBXNativeTarget "Algorithm iOS Tests" */ = {
780779
isa = XCConfigurationList;
@@ -783,6 +782,7 @@
783782
65744CB51C554BA50011C977 /* Release */,
784783
);
785784
defaultConfigurationIsVisible = 0;
785+
defaultConfigurationName = Release;
786786
};
787787
65744CD71C554E380011C977 /* Build configuration list for PBXNativeTarget "Algorithm OSX" */ = {
788788
isa = XCConfigurationList;
@@ -791,6 +791,7 @@
791791
65744CD91C554E380011C977 /* Release */,
792792
);
793793
defaultConfigurationIsVisible = 0;
794+
defaultConfigurationName = Release;
794795
};
795796
65744CDA1C554E380011C977 /* Build configuration list for PBXNativeTarget "Algorithm OSX Tests" */ = {
796797
isa = XCConfigurationList;
@@ -799,6 +800,7 @@
799800
65744CDC1C554E380011C977 /* Release */,
800801
);
801802
defaultConfigurationIsVisible = 0;
803+
defaultConfigurationName = Release;
802804
};
803805
/* End XCConfigurationList section */
804806
};

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)