bwalkin / BWToolkit (http://brandonwalkin.com/bwtoolkit/)

BWToolkit is an Interface Builder plugin that contains commonly used UI elements and other objects designed to simplify development for the Mac.

Clone this repository (size: 1.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/bwalkin/bwtoolkit/
commit 86: 13607df4be4d
parent 85: a4e2c75490b1
branch: default
Incremented version to 1.2.2
Brandon Walkin
9 months ago

Changed (Δ68 bytes):

raw changeset »

BWToolkit.xcodeproj/project.pbxproj (0 lines added, 2 lines removed)

BWToolkitFramework-Info.plist (1 lines added, 1 lines removed)

Info.plist (2 lines added, 2 lines removed)

Up to file-list BWToolkit.xcodeproj/project.pbxproj:

1867
1867
				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
1868
1868
				COPY_PHASE_STRIP = NO;
1869
1869
				DYLIB_COMPATIBILITY_VERSION = 1;
1870
				DYLIB_CURRENT_VERSION = 1.0.3;
1871
1870
				FRAMEWORK_SEARCH_PATHS = (
1872
1871
					"$(inherited)",
1873
1872
					"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
1896
1895
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
1897
1896
				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
1898
1897
				DYLIB_COMPATIBILITY_VERSION = 1;
1899
				DYLIB_CURRENT_VERSION = 1.1;
1900
1898
				FRAMEWORK_SEARCH_PATHS = (
1901
1899
					"$(inherited)",
1902
1900
					"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",

Up to file-list BWToolkitFramework-Info.plist:

15
15
	<key>CFBundleSignature</key>
16
16
	<string>????</string>
17
17
	<key>CFBundleVersion</key>
18
	<string>1.2.1</string>
18
	<string>1.2.2</string>
19
19
	<key>NSPrincipalClass</key>
20
20
	<string>BWToolkit</string>
21
21
</dict>

Up to file-list Info.plist:

17
17
	<key>CFBundlePackageType</key>
18
18
	<string>BNDL</string>
19
19
	<key>CFBundleShortVersionString</key>
20
	<string>1.2.1</string>
20
	<string>1.2.2</string>
21
21
	<key>CFBundleSignature</key>
22
22
	<string>????</string>
23
23
	<key>CFBundleVersion</key>
24
	<string>1.2.1</string>
24
	<string>1.2.2</string>
25
25
	<key>NSPrincipalClass</key>
26
26
	<string>BWToolkit</string>
27
27
</dict>