Skip to content

Commit

Permalink
update project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Vandriel committed Dec 20, 2015
1 parent 49ca3dd commit d4af689
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mac/PusherMac-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>icon</string>
<key>CFBundleIdentifier</key>
<string>com.noodlewerk.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
7 changes: 6 additions & 1 deletion NWPusher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = NW;
LastUpgradeCheck = 0500;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = noodlewerk;
};
buildConfigurationList = B3C6BD7515FD24D200F1F3F1 /* Build configuration list for PBXProject "NWPusher" */;
Expand Down Expand Up @@ -399,6 +399,7 @@
);
INFOPLIST_FILE = "Touch/PusherTouch-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_BUNDLE_IDENTIFIER = com.noodlewerk.pusher;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -425,6 +426,7 @@
INFOPLIST_FILE = "Touch/PusherTouch-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PRODUCT_BUNDLE_IDENTIFIER = com.noodlewerk.pusher;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -441,6 +443,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down Expand Up @@ -492,6 +495,7 @@
);
INFOPLIST_FILE = "Mac/PusherMac-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.noodlewerk.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Pusher;
WRAPPER_EXTENSION = app;
};
Expand All @@ -509,6 +513,7 @@
);
INFOPLIST_FILE = "Mac/PusherMac-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.noodlewerk.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Pusher;
WRAPPER_EXTENSION = app;
};
Expand Down
2 changes: 1 addition & 1 deletion Touch/PusherTouch-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.noodlewerk.pusher</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit d4af689

Please sign in to comment.