Skip to content

Commit c357bcc

Browse files
authored
Merge pull request #1 from slashlos/master
Xcode 8.3.3
2 parents 951e754 + af907b2 commit c357bcc

File tree

333 files changed

+1385
-1946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+1385
-1946
lines changed

BWToolkit.xcodeproj/project.pbxproj

+270-224
Large diffs are not rendered by default.
File renamed without changes.

BWToolkit-Info.plist renamed to BWToolkit/BWToolkit-Info.plist

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@
77
<key>CFBundleExecutable</key>
88
<string>BWToolkitFramework</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.brandonwalkin.BWToolkitFramework</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>BWTK</string>
1315
<key>CFBundlePackageType</key>
1416
<string>FMWK</string>
1517
<key>CFBundleSignature</key>
1618
<string>????</string>
19+
<key>CFBundleSupportedPlatforms</key>
20+
<array>
21+
<string>MacOSX</string>
22+
</array>
1723
<key>CFBundleVersion</key>
1824
<string>1.2.5</string>
25+
<key>Mach-OLC_VERSION_MIN </key>
26+
<string>10.6</string>
1927
<key>NSPrincipalClass</key>
2028
<string>BWToolkit</string>
21-
<key>CFBundleName</key>
22-
<string>BWTK</string>
2329
</dict>
2430
</plist>

BWToolkitMAS-Info.plist renamed to BWToolkit/BWToolkitMAS-Info.plist

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>BWTKMAS</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.brandonwalkin.BWToolkitFrameworkMAS</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>
@@ -16,8 +16,14 @@
1616
<string>FMWK</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
19+
<key>CFBundleSupportedPlatforms</key>
20+
<array>
21+
<string>MacOSX</string>
22+
</array>
1923
<key>CFBundleVersion</key>
2024
<string>1.2.5</string>
25+
<key>Mach-OLC_VERSION_MIN </key>
26+
<string>10.6</string>
2127
<key>NSPrincipalClass</key>
2228
<string>BWToolkit</string>
2329
</dict>
File renamed without changes.
File renamed without changes.
Binary file not shown.

Info.plist renamed to BWToolkit/Info.plist

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleIconFile</key>
1010
<string></string>
1111
<key>CFBundleIdentifier</key>
12-
<string>com.brandonwalkin.BWToolkit</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
@@ -20,8 +20,14 @@
2020
<string>1.2.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
23+
<key>CFBundleSupportedPlatforms</key>
24+
<array>
25+
<string>MacOSX</string>
26+
</array>
2327
<key>CFBundleVersion</key>
2428
<string>1.2.5</string>
29+
<key>Mach-OLC_VERSION_MIN </key>
30+
<string>10.6</string>
2531
<key>NSPrincipalClass</key>
2632
<string>BWToolkit</string>
2733
</dict>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

BWToolkit/Plugin/Resources/Libraries/BWTransparentControlsLibrary.nib/designable.nib

+1,092
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)