Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit f91a8ab

Browse files
committed
Version 0.3.3
1 parent e4de123 commit f91a8ab

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

SAMCache.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SAMCache'
3-
spec.version = '0.3.2'
3+
spec.version = '0.3.3'
44
spec.summary = 'Simple in memory and on disk cache.'
55
spec.description = 'Simple in memory and on disk cache for iOS and Mac OS X.'
66
spec.homepage = 'https://github.com/soffes/SAMCache'

SAMCache.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@
772772
21DA4E211B9B97E4004ADBBD /* Release */,
773773
);
774774
defaultConfigurationIsVisible = 0;
775+
defaultConfigurationName = Release;
775776
};
776777
21DA4E221B9B97E4004ADBBD /* Build configuration list for PBXNativeTarget "SAMCacheTests-iOS" */ = {
777778
isa = XCConfigurationList;
@@ -780,6 +781,7 @@
780781
21DA4E241B9B97E4004ADBBD /* Release */,
781782
);
782783
defaultConfigurationIsVisible = 0;
784+
defaultConfigurationName = Release;
783785
};
784786
21DA4E4B1B9B9941004ADBBD /* Build configuration list for PBXNativeTarget "SAMCache-OSX" */ = {
785787
isa = XCConfigurationList;
@@ -788,6 +790,7 @@
788790
21DA4E4D1B9B9941004ADBBD /* Release */,
789791
);
790792
defaultConfigurationIsVisible = 0;
793+
defaultConfigurationName = Release;
791794
};
792795
21DA4E4E1B9B9941004ADBBD /* Build configuration list for PBXNativeTarget "SAMCacheTests-OSX" */ = {
793796
isa = XCConfigurationList;
@@ -796,6 +799,7 @@
796799
21DA4E501B9B9941004ADBBD /* Release */,
797800
);
798801
defaultConfigurationIsVisible = 0;
802+
defaultConfigurationName = Release;
799803
};
800804
21DA4E5B1B9B994A004ADBBD /* Build configuration list for PBXNativeTarget "SAMCache-watchOS" */ = {
801805
isa = XCConfigurationList;
@@ -804,6 +808,7 @@
804808
21DA4E5D1B9B994A004ADBBD /* Release */,
805809
);
806810
defaultConfigurationIsVisible = 0;
811+
defaultConfigurationName = Release;
807812
};
808813
/* End XCConfigurationList section */
809814
};

SAMCache.xcodeproj/xcshareddata/xcschemes/SAMCache-OSX.xcscheme

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "21DA4E391B9B9940004ADBBD"
18-
BuildableName = "SAMCache-OSX.framework"
18+
BuildableName = "SAMCache.framework"
1919
BlueprintName = "SAMCache-OSX"
2020
ReferencedContainer = "container:SAMCache.xcodeproj">
2121
</BuildableReference>
@@ -33,7 +33,7 @@
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
3535
BlueprintIdentifier = "21DA4E421B9B9941004ADBBD"
36-
BuildableName = "SAMCacheTests-OSX.xctest"
36+
BuildableName = "SAMCacheTests.xctest"
3737
BlueprintName = "SAMCacheTests-OSX"
3838
ReferencedContainer = "container:SAMCache.xcodeproj">
3939
</BuildableReference>
@@ -43,7 +43,7 @@
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "21DA4E391B9B9940004ADBBD"
46-
BuildableName = "SAMCache-OSX.framework"
46+
BuildableName = "SAMCache.framework"
4747
BlueprintName = "SAMCache-OSX"
4848
ReferencedContainer = "container:SAMCache.xcodeproj">
4949
</BuildableReference>
@@ -65,7 +65,7 @@
6565
<BuildableReference
6666
BuildableIdentifier = "primary"
6767
BlueprintIdentifier = "21DA4E391B9B9940004ADBBD"
68-
BuildableName = "SAMCache-OSX.framework"
68+
BuildableName = "SAMCache.framework"
6969
BlueprintName = "SAMCache-OSX"
7070
ReferencedContainer = "container:SAMCache.xcodeproj">
7171
</BuildableReference>
@@ -83,7 +83,7 @@
8383
<BuildableReference
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "21DA4E391B9B9940004ADBBD"
86-
BuildableName = "SAMCache-OSX.framework"
86+
BuildableName = "SAMCache.framework"
8787
BlueprintName = "SAMCache-OSX"
8888
ReferencedContainer = "container:SAMCache.xcodeproj">
8989
</BuildableReference>

SAMCache.xcodeproj/xcshareddata/xcschemes/SAMCache-watchOS.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "21DA4E551B9B994A004ADBBD"
18-
BuildableName = "SAMCache-watchOS.framework"
18+
BuildableName = "SAMCache.framework"
1919
BlueprintName = "SAMCache-watchOS"
2020
ReferencedContainer = "container:SAMCache.xcodeproj">
2121
</BuildableReference>
@@ -46,7 +46,7 @@
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
4848
BlueprintIdentifier = "21DA4E551B9B994A004ADBBD"
49-
BuildableName = "SAMCache-watchOS.framework"
49+
BuildableName = "SAMCache.framework"
5050
BlueprintName = "SAMCache-watchOS"
5151
ReferencedContainer = "container:SAMCache.xcodeproj">
5252
</BuildableReference>
@@ -64,7 +64,7 @@
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
6666
BlueprintIdentifier = "21DA4E551B9B994A004ADBBD"
67-
BuildableName = "SAMCache-watchOS.framework"
67+
BuildableName = "SAMCache.framework"
6868
BlueprintName = "SAMCache-watchOS"
6969
ReferencedContainer = "container:SAMCache.xcodeproj">
7070
</BuildableReference>

SAMCache/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.2</string>
18+
<string>0.3.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)