Skip to content

Commit c113930

Browse files
authored
Merge pull request #9 from temoki/issue/8
Remove watchOs and tvOS from SUPPORTED_PLATFORMS refs #8
2 parents 493c0e6 + 3c28ad2 commit c113930

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

TortoiseGraphics.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 = 'TortoiseGraphics'
3-
s.version = '0.9.0'
3+
s.version = '0.9.1'
44
s.summary = 'A turtle graphics (a key feature of the Logo) engine written in Swift.'
55
s.description = 'A turtle graphics (a key feature of the Logo) engine written in Swift. The commands were implemented with reference to the turtle in Python 3 standard libraries.'
66
s.homepage = 'https://github.com/temoki/TortoiseGraphics'

TortoiseGraphics.xcodeproj/TortoiseGraphics_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>0.9</string>
18+
<string>0.9.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

TortoiseGraphics.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@
372372
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
373373
SDKROOT = "";
374374
SKIP_INSTALL = YES;
375+
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator";
375376
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
376377
SWIFT_VERSION = 3.0;
377378
TARGET_NAME = TortoiseGraphics;
@@ -399,6 +400,7 @@
399400
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
400401
SDKROOT = "";
401402
SKIP_INSTALL = YES;
403+
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator";
402404
SWIFT_VERSION = 3.0;
403405
TARGET_NAME = TortoiseGraphics;
404406
};

0 commit comments

Comments
 (0)