Skip to content

Commit

Permalink
Update Version Info
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmacx committed Sep 9, 2015
1 parent e88bce7 commit 00f4a0b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions pop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/pop",
);
INFOPLIST_FILE = pop/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_NAME = pop;
Expand All @@ -350,6 +354,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/pop",
);
INFOPLIST_FILE = pop/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_NAME = pop;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C64FA9E91B20EDE60084D1E5"
BuildableName = "FarsiCal.app"
BuildableName = "pop.app"
BlueprintName = "pop"
ReferencedContainer = "container:pop.xcodeproj">
</BuildableReference>
Expand All @@ -29,7 +29,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C64FA9FC1B20EDE60084D1E5"
BuildableName = "FarsiCalTests.xctest"
BuildableName = "popTests.xctest"
BlueprintName = "popTests"
ReferencedContainer = "container:pop.xcodeproj">
</BuildableReference>
Expand All @@ -47,7 +47,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C64FA9FC1B20EDE60084D1E5"
BuildableName = "FarsiCalTests.xctest"
BuildableName = "popTests.xctest"
BlueprintName = "popTests"
ReferencedContainer = "container:pop.xcodeproj">
</BuildableReference>
Expand All @@ -57,7 +57,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C64FA9E91B20EDE60084D1E5"
BuildableName = "FarsiCal.app"
BuildableName = "pop.app"
BlueprintName = "pop"
ReferencedContainer = "container:pop.xcodeproj">
</BuildableReference>
Expand All @@ -77,7 +77,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C64FA9E91B20EDE60084D1E5"
BuildableName = "FarsiCal.app"
BuildableName = "pop.app"
BlueprintName = "pop"
ReferencedContainer = "container:pop.xcodeproj">
</BuildableReference>
Expand All @@ -96,7 +96,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "C64FA9E91B20EDE60084D1E5"
BuildableName = "FarsiCal.app"
BuildableName = "pop.app"
BlueprintName = "pop"
ReferencedContainer = "container:pop.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion pop/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 00f4a0b

Please sign in to comment.