File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
project.xcworkspace/xcshareddata Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.1 .0 </string >
18
+ <string >4.2 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SwiftState'
3
- s . version = '4.1 .0'
3
+ s . version = '5.0 .0'
4
4
s . license = { :type => 'MIT' }
5
5
s . homepage = 'https://github.com/ReactKit/SwiftState'
6
6
s . authors = { 'Yasuhiro Inami' => 'inamiy@gmail.com' }
Original file line number Diff line number Diff line change 515
515
isa = XCBuildConfiguration;
516
516
baseConfigurationReference = 1FD79F971C1736D600CE7060 /* UniversalFramework_Framework.xcconfig */;
517
517
buildSettings = {
518
+ APPLICATION_EXTENSION_API_ONLY = YES;
518
519
CLANG_ENABLE_MODULES = YES;
519
520
COMBINE_HIDPI_IMAGES = YES;
520
521
DEFINES_MODULE = YES;
535
536
isa = XCBuildConfiguration;
536
537
baseConfigurationReference = 1FD79F971C1736D600CE7060 /* UniversalFramework_Framework.xcconfig */;
537
538
buildSettings = {
539
+ APPLICATION_EXTENSION_API_ONLY = YES;
538
540
CLANG_ENABLE_MODULES = YES;
539
541
COMBINE_HIDPI_IMAGES = YES;
540
542
DEFINES_MODULE = YES;
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments