Skip to content

Commit 669813d

Browse files
authored
Merge pull request #673 from insidegui/rambo/xcconfig-adoption
Adopt xcconfig, improve development experience for external contributors
2 parents c6e4897 + a0f6877 commit 669813d

File tree

12 files changed

+138
-155
lines changed

12 files changed

+138
-155
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ DerivedData
1818
generatechangelog.sh
1919
Pods/
2020
Carthage
21-
Provisioning
21+
Provisioning
22+
TeamID.xcconfig

ConfUIFoundation/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>7.4</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>1027</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Copyright © 2020 Guilherme Rambo. All rights reserved.</string>
22+
<string>$(COPYRIGHT)</string>
2323
</dict>
2424
</plist>

PlayerUI/Info.plist

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>7.4</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>1027</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Copyright © 2017 Guilherme Rambo. All rights reserved.</string>
23-
<key>NSPrincipalClass</key>
24-
<string></string>
22+
<string>$(COPYRIGHT)</string>
2523
</dict>
2624
</plist>

TranscriptIndexingService/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.4</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1027</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Copyright © 2017 Guilherme Rambo. All rights reserved.</string>
24+
<string>$(COPYRIGHT)</string>
2525
<key>XPCService</key>
2626
<dict>
2727
<key>ServiceType</key>

0 commit comments

Comments
 (0)