Skip to content

Commit

Permalink
remove playground reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxinhope committed Apr 21, 2016
1 parent 53a0922 commit 3699c44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion RRuleSwift/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.6</string>
<string>0.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
10 changes: 0 additions & 10 deletions RRuleSwiftExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
D31B13B41CA9571900D0B863 /* RRuleSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = RRuleSwift.framework; path = "/Users/hongxin/Library/Developer/Xcode/DerivedData/RRuleSwift-bsfdvctfhfasceecxzjeffpridns/Build/Products/Debug-iphonesimulator/RRuleSwift.framework"; sourceTree = "<absolute>"; };
D31B13BA1CAA35E200D0B863 /* PickerViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PickerViewCell.swift; sourceTree = "<group>"; };
D31B13BC1CAA3B0D00D0B863 /* DatePickerCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DatePickerCell.swift; sourceTree = "<group>"; };
D3D7E3DE1CB3A6D700BF052F /* RRuleExample.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = RRuleExample.playground; path = RRuleSwiftExample/RRuleExample.playground; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -61,7 +60,6 @@
children = (
D31B13B41CA9571900D0B863 /* RRuleSwift.framework */,
D31B137A1CA8D8E400D0B863 /* RRuleSwiftExample */,
D3D7E3DF1CB3A6EF00BF052F /* Playground */,
D31B13791CA8D8E400D0B863 /* Products */,
);
sourceTree = "<group>";
Expand All @@ -88,14 +86,6 @@
path = RRuleSwiftExample;
sourceTree = "<group>";
};
D3D7E3DF1CB3A6EF00BF052F /* Playground */ = {
isa = PBXGroup;
children = (
D3D7E3DE1CB3A6D700BF052F /* RRuleExample.playground */,
);
name = Playground;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
4 changes: 2 additions & 2 deletions RRuleSwiftExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.6</string>
<string>0.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 3699c44

Please sign in to comment.