Skip to content

Commit

Permalink
Merge pull request #673 from insidegui/rambo/xcconfig-adoption
Browse files Browse the repository at this point in the history
Adopt xcconfig, improve development experience for external contributors
  • Loading branch information
insidegui committed May 29, 2023
2 parents c6e4897 + a0f6877 commit 669813d
Show file tree
Hide file tree
Showing 12 changed files with 138 additions and 155 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ DerivedData
generatechangelog.sh
Pods/
Carthage
Provisioning
Provisioning
TeamID.xcconfig
6 changes: 3 additions & 3 deletions ConfUIFoundation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>7.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1027</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Guilherme Rambo. All rights reserved.</string>
<string>$(COPYRIGHT)</string>
</dict>
</plist>
8 changes: 3 additions & 5 deletions PlayerUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>7.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1027</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Guilherme Rambo. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
<string>$(COPYRIGHT)</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions TranscriptIndexingService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>7.4</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1027</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Guilherme Rambo. All rights reserved.</string>
<string>$(COPYRIGHT)</string>
<key>XPCService</key>
<dict>
<key>ServiceType</key>
Expand Down

0 comments on commit 669813d

Please sign in to comment.