Skip to content

Commit

Permalink
update version and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed Jan 11, 2020
1 parent 738be28 commit 2eeec99
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SteamController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Drop-in support for Steam Controllers in iOS/tvOS games.

s.default_subspec = 'default'
s.subspec 'default' do |ss|
ss.source_files = 'SteamController/*'
ss.source_files = 'SteamController/*.{h,m}'
ss.public_header_files = 'SteamController/*.h'
end

s.subspec 'no-private-api' do |ss|
ss.compiler_flags = '-DSTEAMCONTROLLER_NO_PRIVATE_API'
ss.source_files = 'SteamController/*'
ss.source_files = 'SteamController/*.{h,m}'
ss.public_header_files = 'SteamController/*.h'
end
end
6 changes: 6 additions & 0 deletions SteamController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.namedfork.SteamController;
Expand Down Expand Up @@ -466,6 +467,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.namedfork.SteamController;
PRODUCT_NAME = SteamController;
Expand Down Expand Up @@ -494,6 +496,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.namedfork.SteamController;
Expand Down Expand Up @@ -525,6 +528,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.namedfork.SteamController;
PRODUCT_NAME = SteamController;
Expand Down Expand Up @@ -658,6 +662,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = net.namedfork.SteamController.demoApp;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -675,6 +680,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = net.namedfork.SteamController.demoApp;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
2 changes: 1 addition & 1 deletion SteamController/Info-iOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SteamController/Info-tvOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SteamControllerTestApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 2eeec99

Please sign in to comment.