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 2112373 commit d347d19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion HanziPinyin/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.1</string>
<string>0.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
10 changes: 0 additions & 10 deletions HanziPinyinExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
D395A10E1CC243DB00B76FB7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D395A1101CC243DB00B76FB7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D395A1151CC243DB00B76FB7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D3A293BF1CC7C0EC005843BA /* HanziPinyinExample.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = HanziPinyinExample.playground; path = HanziPinyinExample/HanziPinyinExample.playground; sourceTree = "<group>"; };
D3A293C01CC7DBD2005843BA /* ActivityButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActivityButton.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -59,7 +58,6 @@
children = (
D313641E1CC86C7700CF6E19 /* HanziPinyin.framework */,
D395A1081CC243DB00B76FB7 /* HanziPinyinExample */,
D3A293BE1CC7C0AE005843BA /* Playground */,
D395A1071CC243DB00B76FB7 /* Products */,
);
sourceTree = "<group>";
Expand All @@ -85,14 +83,6 @@
path = HanziPinyinExample;
sourceTree = "<group>";
};
D3A293BE1CC7C0AE005843BA /* Playground */ = {
isa = PBXGroup;
children = (
D3A293BF1CC7C0EC005843BA /* HanziPinyinExample.playground */,
);
name = Playground;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
4 changes: 2 additions & 2 deletions HanziPinyinExample/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.1</string>
<string>0.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit d347d19

Please sign in to comment.