Skip to content

Commit 1c9265a

Browse files
committed
Merge remote-tracking branch 'origin/swift/4.0'
2 parents b5c6627 + 1c53ce1 commit 1c9265a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

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>4.1.0</string>
18+
<string>4.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SwiftState.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 = 'SwiftState'
3-
s.version = '4.1.0'
3+
s.version = '5.0.0'
44
s.license = { :type => 'MIT' }
55
s.homepage = 'https://github.com/ReactKit/SwiftState'
66
s.authors = { 'Yasuhiro Inami' => 'inamiy@gmail.com' }

SwiftState.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@
515515
isa = XCBuildConfiguration;
516516
baseConfigurationReference = 1FD79F971C1736D600CE7060 /* UniversalFramework_Framework.xcconfig */;
517517
buildSettings = {
518+
APPLICATION_EXTENSION_API_ONLY = YES;
518519
CLANG_ENABLE_MODULES = YES;
519520
COMBINE_HIDPI_IMAGES = YES;
520521
DEFINES_MODULE = YES;
@@ -535,6 +536,7 @@
535536
isa = XCBuildConfiguration;
536537
baseConfigurationReference = 1FD79F971C1736D600CE7060 /* UniversalFramework_Framework.xcconfig */;
537538
buildSettings = {
539+
APPLICATION_EXTENSION_API_ONLY = YES;
538540
CLANG_ENABLE_MODULES = YES;
539541
COMBINE_HIDPI_IMAGES = YES;
540542
DEFINES_MODULE = YES;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)