Skip to content

Commit

Permalink
Release: 2.1 (#6)
Browse files Browse the repository at this point in the history
* switch branch to master, rename resources folder (#3)

* switch branch to master, rename resources folder

* fix github workflow (add devlop branch)

* Add 2020 devices, reformated, bump v2.1 (#5)
  • Loading branch information
Stefan Nebel authored Nov 26, 2020
1 parent 11f9cd9 commit a417202
Show file tree
Hide file tree
Showing 10 changed files with 875 additions and 857 deletions.
2 changes: 1 addition & 1 deletion BIASystemKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BIASystemKit'
s.version = '2.0'
s.version = '2.1'
s.license = 'MIT'
s.summary = 'iOS SystemKit Framework (best-ios-apps.de)'
s.homepage = 'https://www.best-ios-apps.de'
Expand Down
41 changes: 21 additions & 20 deletions BIASystemKit.xcodeproj/BIASystemKit_Info.plist
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
Loading

0 comments on commit a417202

Please sign in to comment.