Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Split frameworks into their own projects.
Browse files Browse the repository at this point in the history
One project for WPSKit, and the other project for the app extension
safe version of WPSKit.

This should eliminate issues with Xcode attempting to build both
targets when the project is included as a subproject to another
project.
  • Loading branch information
kirbyt committed Sep 30, 2015
1 parent 958e391 commit 5aeb593
Show file tree
Hide file tree
Showing 8 changed files with 861 additions and 560 deletions.
851 changes: 851 additions & 0 deletions WPSKit-App-Extension-Safe.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

269 changes: 0 additions & 269 deletions WPSKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

99 changes: 0 additions & 99 deletions WPSKit.xcodeproj/xcshareddata/xcschemes/WPSKit.xcscheme

This file was deleted.

95 changes: 0 additions & 95 deletions WPSKit/AppExtensionSafe/WPSKit.h

This file was deleted.

2 changes: 1 addition & 1 deletion WPSKit/BuildConfigurations/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


BUILD_NUMBER = 5
BUILD_NUMBER = 6
VERSION_STRING = 1.2.3

18 changes: 2 additions & 16 deletions WPSKit/BuildConfigurations/WPSKitAppExtensionSafe.xcconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@

#include "Warnings.xcconfig"
#include "BuildNumber.xcconfig"

OTHER_LDFLAGS = $(inherited)
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) WPSKIT_VERSION="@\""$(VERSION_STRING)"\"" WPSKIT_BUILD="@\""$(BUILD_NUMBER)"\"" WPSKIT_APP_EXTENSION_SAFE

PRODUCT_NAME = WPSKit
PRODUCT_MODULE_NAME = WPSKit
PRODUCT_BUNDLE_IDENTIFIER = com.whitepeaksoftware.WPSKit
#include "WPSKit.xcconfig"

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) WPSKIT_APP_EXTENSION_SAFE
APPLICATION_EXTENSION_API_ONLY = YES

//MODULEMAP_FILE =

SDKROOT = iphoneos
ARCHS = $(ARCHS_STANDARD)
VALID_ARCHS = arm64 armv7 armv7s

0 comments on commit 5aeb593

Please sign in to comment.